2305 Commits (6bbba8d32a00c4b62bdabcfcbd18f6b42dbb23b8)

Author SHA1 Message Date
Daniel Grunwald 3571a1a7e4 Worked on code completion. 20 years ago
Daniel Grunwald 6b07312f2b Added code completion after keywords like 'using', 'new', 'as', 'is', ... 20 years ago
Daniel Grunwald e0ba9a5f35 Improved code completion. 20 years ago
Daniel Grunwald 6490c0c38b Small improvements. 20 years ago
Daniel Grunwald ef076ee060 Improved C# <-> VB.Net conversion. 20 years ago
Daniel Grunwald 5ca1f5bdc2 Parser now inserts documentation into the AST. 20 years ago
Markus Palme 607c95438f ported path from fidalgo revision 2003 20 years ago
Daniel Grunwald 3c50fc4447 Fixed C# code completion when an expression had two meanings (eg. type and property: 'Size' in classes deriving from Form) 20 years ago
Daniel Grunwald 69dd3ca12d Fixed some C# <-> VB conversion bugs. 20 years ago
Daniel Grunwald e5a82b82bc Fixed ctrl-space code completion. 20 years ago
Daniel Grunwald 45bead5f28 C# <-> VB.Net converters now convert comments. 20 years ago
Daniel Grunwald 4c3d93223c TextEditorControl now auto-detects the file encoding. When saving, the file is saved with the old encoding. 20 years ago
Daniel Grunwald a7a4fe10c9 Fixed code completion problems when one referenced assembly has references to other assemblies. 20 years ago
Daniel Grunwald 4d802c718c Worked on SubversionAddIn. 20 years ago
Daniel Grunwald d08a8b9260 Added <Include> erbauer. 20 years ago
Daniel Grunwald d2e1d6a857 Worked on SubversionAddIn. 20 years ago
Daniel Grunwald c3ace6e866 Fixed code completion bugs with inner classes. 20 years ago
Daniel Grunwald 01675c578c Fixed some issues with code completion and the class browser. 20 years ago
Daniel Grunwald bb7f052797 Fixed some ClassBrowser bugs. Included splashscreen from Korona. 20 years ago
Daniel Grunwald 0506a87f56 QuickClassBrowser performance fix. 20 years ago
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 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
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 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. 21 years ago
Daniel Grunwald 995de1838d Even more performance improvements for the LoadSolutionProjectsThread. Fixed SkipCurrentBlock() in C# lexer. 21 years ago
Daniel Grunwald 8ec53afcbd Improved performance of parser run after opening a solution (really big improvement!!). 21 years ago
Daniel Grunwald b468d12412 Fixed VB code completion. Fixed method overload lookup. 21 years ago
Daniel Grunwald daee009454 Resolver is now using ExtractMethod to parse only the current method to get local variables. 21 years ago
Daniel Grunwald da478ba25f Fixed assertion when parsing method declaration with an unnamed parameter (when the user is still typing): use name '?' instead. 21 years ago
Daniel Grunwald 0b5f2e9148 Fixed bug in C# parser that could generate null reference as method invocation argument (+added unit tests). 21 years ago
Daniel Grunwald e0697cfcdd Implemented ExtendedWebBrowser to get the NewWindow event. 21 years ago
Daniel Grunwald e3883d8088 CurrentAmbience now uses the ambience of CurrentProject. 21 years ago
Daniel Grunwald 5ee7ff51e4 Small bug fixes (StatusBar, ProjectContent). 21 years ago
Daniel Grunwald dd20fc51f7 Display parsing progress in status bar when opening project. 21 years ago
Daniel Grunwald d0400c2e1d Fixed code completion for VB.NET. Implemented LanguageProperties to control case sensivity for project content. 21 years ago
Daniel Grunwald bed8c237cd More CC bugfixes. 21 years ago
Daniel Grunwald d76c2f86e8 Worked on code completion. 21 years ago
Daniel Grunwald 921a3d3acd Implemented code completion for generics. Fixed code completion for arrays. 21 years ago
Daniel Grunwald 60661b7eab Worked on code completion for generics. 21 years ago