32 Commits (1a1763410280f4c7a7ed6a26e14420d29eaa3bbd)

Author SHA1 Message Date
Daniel Grunwald 1a17634102 Fixed exception when QuickClassBrowserPanel panel was refreshing while a partial class was updated by the parser thread. 20 years ago
Daniel Grunwald 98335d8152 Fixed SD2-426: About box / Version info tab / Copy (the clipboard seems to be set correctly, we can ignore the ExternalException) 20 years ago
Daniel Grunwald 44a402378e Fixed SD2-680: Exception when deleting the *Designer.cs partial class file 20 years ago
Daniel Grunwald 32abb6ee5a Change file header. 20 years ago
Daniel Grunwald 0a42f77c37 Fixed StackOverflowException and endless loop when classes had cyclic inheritance. Fixed the VB expression finder for "MethodCall().MethodCall()", added unit tests for the expression finder. 20 years ago
Daniel Grunwald a7bbc127a9 Fixed SD2-551: Project view not always synchronising the current document 20 years ago
Daniel Grunwald 2deee1b7ed Fixed SD2-552: Class Browser not Refreshing 20 years ago
Daniel Grunwald c7edd9265d Fixed BOO-542: CodeCompletion on interfaces doesn't list inherited Object members. 20 years ago
Daniel Grunwald 58ad8b5436 BuildAddinDocumentation now updates the AddIn schema. 20 years ago
Daniel Grunwald b473396c67 Fixed SD2-420: Non-generic classes and generic classes with the same name collide in the DOM. 20 years ago
Daniel Grunwald 85855fb8fd Put ProjectImports into the translation database. 20 years ago
Daniel Grunwald 830e2bf7c5 Worked on SD2-425 (Improve project options): you can now choose in which section the OutputPath property is stored. 20 years ago
Markus Palme 42948ac62a added list of project namespaces 20 years ago
Daniel Grunwald 0c9ebf6dc2 Reduced number of allocations: 20 years ago
Daniel Grunwald cf74204194 Fixed bug in search pad when document was changed after the search. 20 years ago
Daniel Grunwald 8fc6327d9f Added CSharpBinding.Tests project. 20 years ago
Daniel Grunwald 040a8b7582 Use LoggingService instead of Console.WriteLine. 20 years ago
Daniel Grunwald b7c53722fe Copy GacUtil2 to tools directory. 20 years ago
Daniel Grunwald 83d7b3301e Fixed SD2-405: Invisible menu item can be run by shortcut. 20 years ago
Daniel Grunwald 20199d196a Fixed SD2-401: Using aliases for classes. 20 years ago
Daniel Grunwald 4f2ce47b02 Fixed some code completion bugs. 20 years ago
Daniel Grunwald 331c44292e Applied new header to all source files. 20 years ago
Daniel Grunwald 6adc092649 Added tool to put revision number into AssemblyInfo files. 20 years ago
Daniel Grunwald 6dbad22c85 Added support for My.Forms. 20 years ago
Daniel Grunwald 107881ee32 Added support for code completion on partial classes. 20 years ago
Daniel Grunwald 90a5e40aa7 Added code completion for the "My" namespace. 20 years ago
Daniel Grunwald 5b197228c4 Added generics support to the VB.Net parser. 20 years ago
Daniel Grunwald 325d2690ec Fixed some code completion bugs. 20 years ago
Daniel Grunwald 3571a1a7e4 Worked on code completion. 20 years ago
Daniel Grunwald a7a4fe10c9 Fixed code completion problems when one referenced assembly has references to other assemblies. 20 years ago
Daniel Grunwald c3ace6e866 Fixed code completion bugs with inner classes. 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 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 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 0b5f2e9148 Fixed bug in C# parser that could generate null reference as method invocation argument (+added unit tests). 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 3539fc4de3 Worked on SharpDevelop.Dom (just a step closer to being able to begin working on generics support :)). 21 years ago
Daniel Grunwald 42b4743835 Fixed some bugs in code completion and error drawing. 21 years ago
Daniel Grunwald a5d79f2499 Worked on SharpDevelop.Dom (merging Implementations/Abstact* and NRefactoryResolver/*) + some bug fixes when creating new projects. 21 years ago
Daniel Grunwald b8367938c5 Included file icons from Wolfgang Bartelme. 21 years ago
Daniel Grunwald c9c374372a ParserService now supports ProjectReferences. 21 years ago
Daniel Grunwald 3cfb8ffad9 Fixed tooltip flickering and a resolver bug. 21 years ago
Mike Krüger 963f08c130 took out some writelines. 21 years ago
Mike Krüger 70b2f42923 Worked on code completion layer. 21 years ago