12170 Commits (44143f236ce24b2e9e7563eaceb2885782b914fb)
 

Author SHA1 Message Date
Daniel Grunwald e6b05f1b4a Change IModelCollection to use a strongly-typed event handler. 13 years ago
Daniel Grunwald 7f08fe1c0f Simplify project creation API. 13 years ago
Daniel Grunwald e0365b101c Update StringResources 13 years ago
Daniel Grunwald 785c54c9e8 Worked on new ProjectService implementation. 13 years ago
Daniel Grunwald bb4e74c170 Worked on IProjectService API. 13 years ago
Mike Krüger 7d0995aa4a AbiComparer now has events for found incompatibilities. 13 years ago
Mike Krüger 84e9a33715 Added ABI comparer. 13 years ago
Daniel Grunwald 9ee497eec8 Hide MSBuildEngine behind service interface and move it to SharpDevelop.exe 13 years ago
Daniel Grunwald 1769d6e0e9 Fix SD-1914 - InvalidOperationException "Trying to build visual line from collapsed line" 13 years ago
Matt Ward 0f78edb8bb Fix web project options panel behaviour when IIS and IIS Express is not installed. 13 years ago
Matt Ward eafe04b069 Allow external program to be run when starting web project. 13 years ago
Daniel Grunwald 647af8b485 Fix NullReferenceException in SpecializedMethod.AccessorOwner 13 years ago
Daniel Grunwald 7424b69b48 Merge pull request #145 from erik-kallen/conversions-in-lambda-body 13 years ago
Daniel Grunwald 6132821b2a Fix NullReferenceException in semantic highlighting. 13 years ago
Daniel Grunwald a567138c23 ValueParameterUnusedIssue: highlight only the 'get'/'set'/'add'/'remove' keyword, not the whole accessor body 13 years ago
Daniel Grunwald 8d9eec0c54 Use ThrowIfCancellationRequested() 13 years ago
Daniel Grunwald 3841dbf8a1 Fix NullReferenceException when hovering over ChangeMarkerMargin in a text file without syntax highlighting. 13 years ago
Daniel Grunwald 7a58188249 Fix MSBuildBasedProject.FindExistingPropertyInAllConfigurations() 13 years ago
Daniel Grunwald 194dcce61d Add FakeMessageLoop as a fall-back service so that unit tests don't have to instantiate it manually. 13 years ago
mkrueger 3b46fef92b Fixed bug in redundant field initializer issue. 13 years ago
Daniel Grunwald 7aa8e6c63b Initial implementation of new ISolution-API. 13 years ago
Peter Forstmeier cd214611d6 Fix FormattingFixture.cs and DateTimeFunctionsFixture.cs 13 years ago
Daniel Grunwald 5ac93c1540 Port most of SharpDevelop to new ISolution API. 13 years ago
Mike Krüger 69d4fd1ff1 RedundantAssignment issue is now more careful when removing 13 years ago
Mike Krüger f9bc384c79 Updated mcs. 13 years ago
Erik Källén 0e76cae70d Fixed stupid thing in the "no conversion in void lambda" test. 13 years ago
Erik Källén 2978af440e No conversions in body for void lambdas 13 years ago
Erik Källén 4380297cce Add a ConversionResolveResult to lambda body expressions, if required 13 years ago
Mike Krüger 97838157d7 Fixed some create class declaration issues. 13 years ago
Daniel Grunwald b88947a4fe Started refactoring the project service / solution API. 13 years ago
Mike Krüger 35cf4c9b57 Cleaned up code. 13 years ago
Mike Krüger 24a9d7f342 Create class declaration takes now constraints into account. 13 years ago
Mike Krüger 1d82d92ef5 Create class declaration action now uses the naming service to guess 13 years ago
Mike Krüger 0cabc8818e Fixed some create class action issues. 13 years ago
Mike Krüger f700607114 SimplifyAnonymousMethodToDelegateIssues now doesn't touch too complex 13 years ago
Mike Krüger 916654c166 Fixed async lambda resolve bug. 13 years ago
Mike Krüger efda0c5ecf Turned off the inactive marking of conditional methods. 13 years ago
Mike Krüger 06e0d90c1d Fixed formatting setting. 13 years ago
Mike Krüger e8031264d9 Fixed wrong formatting style setting. 13 years ago
Mike Krüger 0b44512d15 Added highlighting test for old semantic highlighting bug. 13 years ago
Mike Krüger beacbb3d1d Fixed formatting setting. 13 years ago
Mike Krüger 428eee9ae2 Added more semantic highlighting unit tests. 13 years ago
Mike Krüger 24ffc48dba Fixed EventDeclaration colors. 13 years ago
Mike Krüger ac5cf7888e Fixed semantic highlighting bug & added highlighting unit tests. 13 years ago
Daniel Grunwald be41187303 Merge remote-tracking branch 'origin/master' into newNR 13 years ago
Peter Forstmeier 6bb341616a Merge branch 'master' of github.com:icsharpcode/SharpDevelop 13 years ago
Peter Forstmeier 57c02cf767 add more formatting tests 13 years ago
Mike Krüger 5a62fbab6e Fixed variable declaration color. 13 years ago
Mike Krüger 0bcf543bf1 Improved conditional highlighting. 13 years ago
Mike Krüger b81ed1cbf8 Renamed delegate declaration color. 13 years ago