10300 Commits (b842abccbdf4f5e348872e3ce5b64ef5fd101d0b)
 

Author SHA1 Message Date
Siegfried Pammer 95a5831d6e fix SD-1808 - Support for typeparam and typeparamref in XML comments 14 years ago
Matt Ward f607314273 Fix MVC projects not compiling when ViewBag used. 14 years ago
Siegfried Pammer df86650d68 add missing UndoGroups for CommentRegion and IndentSelection commands 14 years ago
Siegfried Pammer 3b601df39b implement a version check in the SQLServerDatabaseDriver. Versions 2000 and 2005 are no longer supported. 14 years ago
Daniel Grunwald 4d20ce3ee9 Fix build. 14 years ago
Daniel Grunwald b4003145b3 Add MethodGroupResolveResult.GetEligibleExtensionMethods() method. 14 years ago
Mike Krüger 5838210ba7 Fixed parser exception. 14 years ago
Mike Krüger 510d58a28b Fixed parameter test case. 14 years ago
Mike Krüger 440bc4f305 Fixed assertion error. 14 years ago
Mike Krüger 8b32926d67 Fixed const field access. 14 years ago
Mike Krüger 802cd23697 Fixed "assertion problem". Failed code was: 14 years ago
Matt Ward 8a98d652cb Add F# project and file template icons by Michael Seeger. 14 years ago
Siegfried Pammer 240870f897 fix potential null reference in WindowsDebugger.JumpToCurrentLine 14 years ago
Mike Krüger e7833ba973 Added some more naming contexts. 14 years ago
Mike Krüger 3a4eeb49fa Merged with monodevelop engine. 14 years ago
Mike Krüger d88c793032 Fixed bug in RemoveBackingStore context action. 14 years ago
Mike Krüger e7ee62fc40 Fixed resolve at location for object create expressions. 14 years ago
Mike Krüger 9a96b02042 Fixed using context/ added unit test for try ... catch case. 14 years ago
Mike Krüger 22f7e30678 Take correct type for override completion. 14 years ago
Daniel Grunwald 9f1f9a8718 Fix SD-1886 - Renaming multiple controls in forms designer causes crash with data loss 14 years ago
Daniel Grunwald 93ef75cb25 ProjectBrowserPad: Clear PropertyContainer when closing the solution. 14 years ago
Daniel Grunwald 6252752134 Mark MachineSpecifications as preinstalled addin. 14 years ago
Daniel Grunwald 383c5a24a8 Merge branch 'master' of github.com:icsharpcode/SharpDevelop into newNR 14 years ago
Siegfried Pammer 6088f7426c fixed http://community.sharpdevelop.net/forums/t/14458.aspx 14 years ago
Daniel Grunwald abfd457723 Merge branch 'master' of github.com:icsharpcode/SharpDevelop into net45 14 years ago
Mike Krüger f931cf0b3f Added some null checks. 14 years ago
Mike 2cfed41833 Fixed primitive type keywords. 14 years ago
Mike 7df3367870 Guard against storing the resolve result for variable name token twice 14 years ago
Mike bd39c22cc3 Removed some debug messages. 14 years ago
Mike 4e801c8d99 Fixed tuple parameter index. 14 years ago
Mike Krüger 1dab608880 Added some null checks. 14 years ago
Mike Krüger 335fe9493d Updated mcs. 14 years ago
Mike Krüger 6a85f2a5e3 Fixed AST builder. 14 years ago
Mike Krüger c33bc0fd8c Fixed assembly attribute location. 14 years ago
Siegfried Pammer 5e18c7a6b7 add colored tooltips to MatrixControl 14 years ago
PeterForstmeier 5a10682e8e Merge branch 'master' of github.com:icsharpcode/SharpDevelop 14 years ago
PeterForstmeier 3d08e8bd6d Tooltip's in DependencyMatrixControl, enhance CellSize in MatrixControl and Font in left and Top TreeView 14 years ago
Matt Ward 613e4d3315 Fix JavaScript not being highlighted inside script tag with type='text/javascript' 14 years ago
Daniel Grunwald aad6b09467 Update string resources. 14 years ago
Daniel Grunwald e4c4a81eb7 Don't crash when trying to decode invalid attribute/secdecl blobs. 14 years ago
PeterForstmeier 6a0830f1a6 Small changes in NodeDescription.xaml, remove debug code 14 years ago
Matt Ward fd533a25e1 Add JavaScript addin to main solution and installer. 14 years ago
Matt Ward 7689d58b09 Merge branch 'javascript' 14 years ago
Matt Ward 212dac921a Fix underscores in a filename being treated as a shortcut in the Windows menu. 14 years ago
Siegfried Pammer db5dc2d348 change metrics counting: now we are counting no longer the usages but the distinct references: string M(string s) { return s.ToLower; } has only one reference to System.String. 14 years ago
Siegfried Pammer 2b56c5d934 fixing some exceptions while loading and analyzing assemblies 14 years ago
Matt Ward 4e122253b1 Use the JavaScript icon when displaying JavaScript files in the project browser. 14 years ago
Siegfried Pammer 593fb49c77 fix assembly resolver bugs 14 years ago
Siegfried Pammer 33e6eb9a32 fix position of "please select an assembly" text 14 years ago
Matt Ward ef0bc3d267 Fix unit tests for JavaScript addin. 14 years ago