165 Commits (a725d631a51c03347a80e8328103412d45f7f6f2)

Author SHA1 Message Date
Daniel Grunwald 331c44292e Applied new header to all source files. 21 years ago
Daniel Grunwald f395a72edb Added panel with options for code completion. 21 years ago
Daniel Grunwald 9d32b99b27 Code completion remembers frequently used items and prefers them in SelectItemWithStart(). 21 years ago
Daniel Grunwald 3e4733ae24 Added code completion on type parameters in generic classes. 21 years ago
Daniel Grunwald 6adc092649 Added tool to put revision number into AssemblyInfo files. 21 years ago
Daniel Grunwald a680c1fcfd Added code completion for attributes. 21 years ago
Daniel Grunwald 6dbad22c85 Added support for My.Forms. 21 years ago
David Srbecký 6ba47f5293 Worked on breakpoints 21 years ago
Daniel Grunwald 107881ee32 Added support for code completion on partial classes. 21 years ago
David Srbecký 41ca00af34 Removed old code from DebuggerService 21 years ago
Daniel Grunwald 3571a1a7e4 Worked on code completion. 21 years ago
Daniel Grunwald 6b07312f2b Added code completion after keywords like 'using', 'new', 'as', 'is', ... 21 years ago
Daniel Grunwald 69dd3ca12d Fixed some C# <-> VB conversion bugs. 21 years ago
Daniel Grunwald e5a82b82bc Fixed ctrl-space code completion. 21 years ago
Daniel Grunwald a7a4fe10c9 Fixed code completion problems when one referenced assembly has references to other assemblies. 21 years ago
Daniel Grunwald bb7f052797 Fixed some ClassBrowser bugs. Included splashscreen from Korona. 21 years ago
Daniel Grunwald 0506a87f56 QuickClassBrowser performance fix. 21 years ago
Daniel Grunwald 869779a47c Implemented "rename" refactoring. 21 years ago
Daniel Grunwald 9271e6d1fb Implemented "Find references". 21 years ago
Daniel Grunwald 7a475e2a67 Added "find overrides". 21 years ago
Daniel Grunwald 864ed8b726 IconMargin now shows icons for methods and properties that can be clicked to execute actions on the properties/methods. 21 years ago
Daniel Grunwald a1c667f5f1 Bookmarks (and breakpoints) are saved in the project preferences. 21 years ago
Daniel Grunwald 96160bb80d Breakpoints are now a special kind of bookmarks. 21 years ago
Daniel Grunwald e0697cfcdd Implemented ExtendedWebBrowser to get the NewWindow event. 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 60661b7eab Worked on code completion for generics. 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 f49f5b9f04 Ctrl-Space completion now shows generic type parameters after class name. 21 years ago
Daniel Grunwald f22ad7df86 Merged Dom/Implementations/Abstact* and Dom/NRefactoryResolver/*. 21 years ago
Daniel Grunwald 20997e6e9d Renamed some files Abstract* -> Default*. 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 e73b222ff3 ParserService does not lock parsed files anymore. 21 years ago
Daniel Grunwald a2fc15687f Fixed some properties in the project files. 21 years ago
Daniel Grunwald 90c13fc553 Add definition view pad. 21 years ago
Daniel Grunwald 22f417e362 Language bindings can now determine on what characters and keywords code completion should be triggered. 21 years ago
Daniel Grunwald 2b0fd8cc53 Resolver can now find correct overload in a method invocation. 21 years ago
Daniel Grunwald 9b9699e934 MSBuildProject now uses Microsoft.Build.Engine instead of calling MSBuild.exe. 21 years ago
Mike Krüger f5cd93dd9f #D now runs under the latest .NET Framework. 21 years ago
Daniel Grunwald b5cc91e62e Fixed MessageView bug. 21 years ago
Daniel Grunwald c9c374372a ParserService now supports ProjectReferences. 21 years ago
Daniel Grunwald c01804f7d2 Added feature: go to definition (Ctrl-Enter) 21 years ago
Daniel Grunwald 01ddddbf6a Fixed Lexer bug (both C#/VB): OverflowException was thrown when dot was at end of expression. 21 years ago
Daniel Grunwald bd51ecf13e Added new ResolveResult that gives information about the expression being resolved. 21 years ago
Mike Krüger 963f08c130 took out some writelines. 21 years ago
Mike Krüger e2f9a5867e worked on Resolver 21 years ago
Mike Krüger e0342a109e Worked on IL backend. But I don't know how to plug in a new msbuild 'language'. 21 years ago
Markus Palme 647a7c84be unitised vb.net language name; added vb.net binding to the main solution 21 years ago
Mike Krüger 3538eae26a The refactoring of the upper code completion layer has begun ... 21 years ago
Mike Krüger beb1629bd4 project contents can now reference other project contents (greatly reducing loading times/memory consumption). XmlDocumentation is now loaded & cached (greatly increasing loading times/memory consumption). 21 years ago