70 Commits (cd8281e9a8ef817c6cffcdf652e965c3a273d906)

Author SHA1 Message Date
Mike Krüger cd8281e9a8 worked on forms designer loading. 21 years ago
Daniel Grunwald c27ee76994 Small bug fixes. 21 years ago
Daniel Grunwald 2cdb101e4a Improved prjx imported. 21 years ago
Daniel Grunwald b414c2c33a Fixed some resolver bugs. 21 years ago
Daniel Grunwald f74fdf8a15 Rename Erbauer/Auswerter files. 21 years ago
Daniel Grunwald 766c524f61 Rename Erbauer/Auswerter directories. 21 years ago
Daniel Grunwald 4c1a238309 Improved support for partial classes. 21 years ago
Daniel Grunwald 3d3b57eec6 Fixed parser crash introduced in last revision. 21 years ago
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