8467 Commits (6cc6d14efdc92afdcd5b2c8785bdc17ba91ec8fe)
 

Author SHA1 Message Date
Matt Ward 117aaf90db Highlight comments in JavaScript with green instead of grey. 14 years ago
Matt Ward 77006d6c07 Merge branch 'master' of github.com:icsharpcode/SharpDevelop into javascript 14 years ago
Matt Ward f0777e7e70 Add empty CSS and JavaScript file templates. 14 years ago
Matt Ward 60811b8312 Fix MVC projects not being displayed when run with IIS. 14 years ago
Siegfried Pammer a8cb5a0389 fix CQA in Setup/Files.wxs 14 years ago
Siegfried Pammer 1a13af3603 fix setup 14 years ago
Siegfried Pammer b0a7f27860 add CodeQuality analysis to Setup and set version to 4.2 beta 14 years ago
Siegfried Pammer 52f3ae0254 small additions analyzer, fixed some FxCop warnings 14 years ago
Siegfried Pammer 343322f5bb apply suggestions by Andrew Olson http://community.sharpdevelop.net/forums/p/14441/38437.aspx 14 years ago
Daniel Grunwald eadbd3d3c0 LineNumberMargin: align baselines of line number and main text 14 years ago
Daniel Grunwald e17d6e0482 AvalonEdit: Fixed caret rectangle calculation when there are inline UI elements that extend below the baseline. 14 years ago
Daniel Grunwald b4c8e9c2d7 Fixed documentation tag for methods with ref/out parameters. 14 years ago
Siegfried Pammer 1b69de73c1 fixed possible NullReferenceException in ProjectChangeWatcher 14 years ago
Siegfried Pammer 732db6e2e7 fix possible NullReferenceException in HiddenDefinitionRenderer 14 years ago
Siegfried Pammer b5cc179c52 fix possible NullReferenceException in InfoNode 14 years ago
Siegfried Pammer bce0b943f8 add support for usage of event accessors 14 years ago
Siegfried Pammer eb69663ee4 fix http://community.sharpdevelop.net/forums/t/14436.aspx 14 years ago
Siegfried Pammer 4a2c5b8560 implement support for events 14 years ago
Siegfried Pammer 322351adea add support for properties and add back info text 14 years ago
Siegfried Pammer c1db2490f8 NRefactory 5: do not throw exceptions if there's no cecil reference for entity 14 years ago
Siegfried Pammer 816b65b729 reimplement relationship concept from scratch 14 years ago
Matt Ward 6d17277cb3 Add updated icons from Michael Seeger. 14 years ago
PeterForstmeier cdb1c284e2 ConvertPlainCollection 14 years ago
PeterForstmeier 5b3eefe2c0 Merge branch 'master' of github.com:icsharpcode/SharpDevelop 14 years ago
PeterForstmeier 991759fa1c Item below Container 14 years ago
Matt Ward 917f7cebb1 Merge branch 'master' of github.com:icsharpcode/SharpDevelop 14 years ago
Matt Ward fe0b8d781f Add ASP.NET MVC addin to installer. 14 years ago
Siegfried Pammer a06323c7a0 add option to shcw tasks from all open files 14 years ago
Matt Ward 72a2e21ae4 Support running a web project with either IIS Express or IIS when both are installed. 14 years ago
Matt Ward 74783bb62c Add ASP.NET MVC addin to main SharpDevelop solutions. 14 years ago
Matt Ward 46b57489de Merge branch 'aspnetmvc' 14 years ago
Siegfried Pammer a47ba05c96 fix exception #2370 NullReferenceException at Debugger.Thread.InterceptCurrentException() 14 years ago
Siegfried Pammer d96f74b6df move information tooltip into NodeDescription 14 years ago
Siegfried Pammer 13965a78f9 implement method usage in method bodies 14 years ago
Matt Ward 77b0c7c23b Fix exception when adding a new ASP.NET file from the new file dialog due to folding manager not being uninstalled. 14 years ago
Matt Ward 097b82a58b Add icons for Razor project and file templates. 14 years ago
PeterForstmeier 16279c1a3d Popup in DependencyMatrix 14 years ago
Matt Ward d16bfe4078 Update project and file templates to use correct icons. 14 years ago
PeterForstmeier 140a616230 Merge branch 'master' of github.com:icsharpcode/SharpDevelop 14 years ago
Siegfried Pammer 32f9a25ed3 make IsAutomaticProperty an extension method. Now named IsAutoImplemented. 14 years ago
Matt Ward 9ef2ad0992 Merge branch 'master' of github.com:icsharpcode/SharpDevelop into aspnetmvc 14 years ago
Alex 7907c844e7 Allow multi-line build events scripts 14 years ago
Siegfried Pammer 7c1698f123 update README.txt 14 years ago
Siegfried Pammer 20e4e01eef add README.txt 14 years ago
Siegfried Pammer 8db12b246d add correct behaviour of Backspace/Delete in virtual space 14 years ago
Siegfried Pammer 03bc938456 add support for auto-implemented properties to override ToString code generator and adjust behaviour of dialog if list of available properties/fields is empty 14 years ago
Siegfried Pammer fa18fc7315 add support for auto-implemented properties in Equals/GetHashCode code generator 14 years ago
Siegfried Pammer d4ce5d75e8 fix NullReferenceException if IEnumerable contains no elements 14 years ago
Siegfried Pammer d4e447ab81 small adjustments for virtual space mode 14 years ago
Siegfried Pammer ed4a263c9d fix crash in NRefactoryResolver when compilation unit language and selected language do not match 14 years ago