9763 Commits (f3e426468aed579ee3156522b90d4067c2e77521)
 

Author SHA1 Message Date
Mike Krüger 72258ae41b Implemented type parameter type completion. 14 years ago
Daniel Grunwald 33e0c0e9a0 Fixed FindReferences on attributes. 14 years ago
PeterForstmeier 991759fa1c Item below Container 14 years ago
Mike Krüger a126210ec5 Improved anonymous type context. 14 years ago
Mike Krüger 179d90ab84 Added some null checks. 14 years ago
Mike Krüger 12b9542414 Fixed other LINQ case. 14 years ago
Mike Krüger ddc245e78b Fixed "LINQ" context unit tests. 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
Siegfried Pammer 4bf6937250 fix performance regression of local variables pad and watch pad 14 years ago
Daniel Grunwald f788f91421 Ignore AssemblyInfo in RoundtripTest. 14 years ago
Daniel Grunwald 9fea0d07fe Implemented eligibility check for extension methods. 14 years ago
PeterForstmeier e043f3eb5d NodeDescription.xaml and NodeDescriptionViewModel.cs 14 years ago
Mike Krüger 7431897ae7 Implemented 'partial' completion. 14 years ago
Mike Krüger 45fb111271 Fixed anonymous type null reference exception. 14 years ago
Mike Krüger e0d4232751 Added unit test for "as" expression context. 14 years ago
Mike Krüger 912908767c Fixed type expected context. 14 years ago
Mike Krüger 574994c01a Updated/merged mcs. 14 years ago
Mike Krüger e492e804e8 Merge branch 'master' of github.com:icsharpcode/NRefactory 14 years ago
Daniel Grunwald 75a42660ed Merge NRefactory '90c0758bb07a651cbf7f7c78cb2bbfd282306c34' into SharpDevelop newNR branch. 14 years ago
Daniel Grunwald ea76a76db0 Merge NRefactory '90c0758bb07a651cbf7f7c78cb2bbfd282306c34' into SharpDevelop newNR branch. 14 years ago
Matt Ward 8d5533a925 Updated icons from Michael Seeger for addins using their own images and a fix for the transparency of the method icon. 14 years ago
Daniel Grunwald 90c0758bb0 Update roundtrip test. 14 years ago
Daniel Grunwald f2011680e9 Fixed resolving LINQ queries that involve transparent identifiers. 14 years ago
Daniel Grunwald 418f7090cb Fixed resolving NamedExpressions in anonymous type creation expressions. 14 years ago
Daniel Grunwald 7779508e9f Fixed lifting for built-in relational operators. 14 years ago
Daniel Grunwald 040b841c3b Fixed resolving equality and relational operators on nullable types. 14 years ago