97 Commits (a1c667f5f102b9ac1599136c1f0f49787deaaa2d)

Author SHA1 Message Date
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. 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 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 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
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
Daniel Grunwald a2fc15687f Fixed some properties in the project files. 21 years ago
Daniel Grunwald 3291bbb15f Moved debugger pads into their own subcategory in the view menu. 21 years ago
Daniel Grunwald 2bb8881add Fixed project template options. 21 years ago
Daniel Grunwald bbe15432b7 Fixed docking of project options panel. 21 years ago
Daniel Grunwald 90c13fc553 Add definition view pad. 21 years ago
Daniel Grunwald ce2c0b3e67 Fixed bug that prevented project scout treeview from redrawing when opening folder without contents. 21 years ago
Daniel Grunwald 8b3d5f9b89 Made tooltip static so only one tooltip can be displayed at one time. 21 years ago
Daniel Grunwald 8f0d6da9ad Fixed SD-318 and SD-347. Many small changes. 21 years ago
Daniel Grunwald 20b09a9e74 Improved XmlDoc to text conversion. 21 years ago
Daniel Grunwald 836369b586 Update DockPanelSuite, fixes bug that views were not properly closed. 21 years ago
Daniel Grunwald b8367938c5 Included file icons from Wolfgang Bartelme. 21 years ago
Daniel Grunwald 22f417e362 Language bindings can now determine on what characters and keywords code completion should be triggered. 21 years ago
Markus Palme 9b103ca09a adopted patch from fidalgo revision 1807 21 years ago
Daniel Grunwald 1bd2aefc9e Fixed StackOverflowException when property ReflectionIndexer.Parameters is used. 21 years ago
Daniel Grunwald 2b0fd8cc53 Resolver can now find correct overload in a method invocation. 21 years ago
Daniel Grunwald d4b3e2860c Fixed some bugs. 21 years ago
Daniel Grunwald 9b9699e934 MSBuildProject now uses Microsoft.Build.Engine instead of calling MSBuild.exe. 21 years ago
Daniel Grunwald ea1e8a047a Fixed bugs in ParserUpdateThread. 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 cc63250aed Many bugfixes/improvements in the resolver. 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