13254 Commits (b13f7f8d557ed9f9fbc50cbb57891b6fc6669fe5)
 

Author SHA1 Message Date
Daniel Grunwald aa34af8ced Fixed some small bugs. 20 years ago
Daniel Grunwald 4c05bc6cdd Fixed code completion for generic methods. 20 years ago
Daniel Grunwald 973804ccb4 Fixed C# ExpressionFinder to support generics. 20 years ago
Daniel Grunwald 79e5c60dcf Added invocation of generic methods to c# parser. 20 years ago
Daniel Grunwald 059e7e904f Added anonymous methods to c# parser. 20 years ago
Daniel Grunwald b78ab08cfb Fixed code completion bugs regarding generic methods. 20 years ago
Daniel Grunwald c3c5d155d3 Fixed generic class and method declarations in C# parser. 20 years ago
Mathias Simmack 2265ec1b76 'FormDesigner.addin'patches to access the Customize dialog (I needed some of the new .NET 2.0 controls; these *Strip* things :o)) 20 years ago
Daniel Grunwald 67837d7f39 Renamed FileUtility.IsEqualFile to FileUtility.IsEqualFileName (this was a successful test of 'rename'). 20 years ago
Daniel Grunwald 869779a47c Implemented "rename" refactoring. 20 years ago
Daniel Grunwald 9271e6d1fb Implemented "Find references". 20 years ago
Daniel Grunwald 7a475e2a67 Added "find overrides". 20 years ago
Daniel Grunwald dc6c33595a Added constructor overload lookup. 20 years ago
Daniel Grunwald 864ed8b726 IconMargin now shows icons for methods and properties that can be clicked to execute actions on the properties/methods. 20 years ago
Daniel Grunwald a1c667f5f1 Bookmarks (and breakpoints) are saved in the project preferences. 20 years ago
Daniel Grunwald f7b73adbb0 git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@144 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61 20 years ago
Daniel Grunwald 96160bb80d Breakpoints are now a special kind of bookmarks. 20 years ago
Daniel Grunwald 4ea21dbd69 Added xml documentation cache. Xml documentation files with more than 300 entries are now converted into a binary format that does not require to be hold in memory to look up the documentation. 20 years ago
Daniel Grunwald 995de1838d Even more performance improvements for the LoadSolutionProjectsThread. Fixed SkipCurrentBlock() in C# lexer. 20 years ago
Daniel Grunwald 8ec53afcbd Improved performance of parser run after opening a solution (really big improvement!!). 20 years ago
Daniel Grunwald b468d12412 Fixed VB code completion. Fixed method overload lookup. 20 years ago
Daniel Grunwald daee009454 Resolver is now using ExtractMethod to parse only the current method to get local variables. 20 years ago
Daniel Grunwald da478ba25f Fixed assertion when parsing method declaration with an unnamed parameter (when the user is still typing): use name '?' instead. 20 years ago
Daniel Grunwald 0b5f2e9148 Fixed bug in C# parser that could generate null reference as method invocation argument (+added unit tests). 20 years ago
Daniel Grunwald 2e9bc7c8a2 Fixed string splitting. 20 years ago
Daniel Grunwald e0697cfcdd Implemented ExtendedWebBrowser to get the NewWindow event. 20 years ago
Daniel Grunwald e3883d8088 CurrentAmbience now uses the ambience of CurrentProject. 20 years ago
Daniel Grunwald 5ee7ff51e4 Small bug fixes (StatusBar, ProjectContent). 20 years ago
Daniel Grunwald dd20fc51f7 Display parsing progress in status bar when opening project. 20 years ago
Daniel Grunwald d0400c2e1d Fixed code completion for VB.NET. Implemented LanguageProperties to control case sensivity for project content. 20 years ago
Daniel Grunwald 62d43e407f Fixed SD-338: Selecting text with the mouse by clicking in the gutter 20 years ago
Daniel Grunwald bed8c237cd More CC bugfixes. 20 years ago
Daniel Grunwald d76c2f86e8 Worked on code completion. 20 years ago
Daniel Grunwald 921a3d3acd Implemented code completion for generics. Fixed code completion for arrays. 20 years ago
Daniel Grunwald 60661b7eab Worked on code completion for generics. 20 years ago
Daniel Grunwald 3539fc4de3 Worked on SharpDevelop.Dom (just a step closer to being able to begin working on generics support :)). 20 years ago
Daniel Grunwald f49f5b9f04 Ctrl-Space completion now shows generic type parameters after class name. 20 years ago
Daniel Grunwald 42b4743835 Fixed some bugs in code completion and error drawing. 20 years ago
Daniel Grunwald a17fed9eda Optimized StringParser. 20 years ago
Daniel Grunwald f22ad7df86 Merged Dom/Implementations/Abstact* and Dom/NRefactoryResolver/*. 20 years ago
Daniel Grunwald 20997e6e9d Renamed some files Abstract* -> Default*. 20 years ago
Daniel Grunwald a5d79f2499 Worked on SharpDevelop.Dom (merging Implementations/Abstact* and NRefactoryResolver/*) + some bug fixes when creating new projects. 20 years ago
Markus Palme ecb18d86d0 fixed SD-353: Wrong position of insight window when horizontal ruler is visible 20 years ago
Markus Palme e5ed32e6e2 added shadows keyword to syntax highglightning definition 20 years ago
Daniel Grunwald 56ff59431f AddInBuildingGuide modified for Corsavy. 20 years ago
David Srbecký e051794455 Minor fixes 21 years ago
David Srbecký 9c5e0db7aa Debugger stepping made more stable 21 years ago
Daniel Grunwald c9c309b7c4 Add SharpDevelopAddin project template. 21 years ago
Daniel Grunwald f17c72e038 Replaced LoadWithPartialName through Assembly.Load, it seems to do the same job in .NET 2.0. 21 years ago
Daniel Grunwald e73b222ff3 ParserService does not lock parsed files anymore. 21 years ago