473 Commits (ec8557da3d8ff126dd1e7225baf1602ce31eb7cb)

Author SHA1 Message Date
Andrea Paatz 6b19da7176 added some Token position tests and refactored the c# Lexer. Want to put all line and col management in the AbstractLexer. BV Lexer needs to be updated to use the new ReaderRead and ReaderPeek functions. line and col should be private and Line and Col readonly. 20 years ago
Markus Palme 8233ca63b0 unit tests for vb.net type level declarations 20 years ago
Markus Palme 1d56eae875 fixed positions 20 years ago
Markus Palme ed2a438995 correct positions of type members with modifiers 20 years ago
Andrea Paatz 4409a2e4e0 go to definition now works for parameters too 20 years ago
Markus Palme 18a9bd0a26 work on custom events 20 years ago
Markus Palme 94ae1cc253 added operator overload support to vb grammar 20 years ago
Mike Krüger 1738db8864 Fixed CodeDOM output bug which prevented the forms desinger from working. 20 years ago
Daniel Grunwald 588845f7e7 Keyword completion is not activated in comments anymore. 20 years ago
Markus Palme 271e00448d custom events support 20 years ago
Daniel Grunwald b414c2c33a Fixed some resolver bugs. 20 years ago
Daniel Grunwald 39e4a95f2d Fixed C# parser (added support for generic methods inside interfaces). 20 years ago
Daniel Grunwald 3d3b57eec6 Fixed parser crash introduced in last revision. 20 years ago
Daniel Grunwald 80c70338c7 Fixed code completion bugs regarding "global::"/"Global". 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 e7682346e9 Added generic methods to VB.Net grammar. 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 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 6490c0c38b Small improvements. 20 years ago
Daniel Grunwald ef076ee060 Improved C# <-> VB.Net conversion. 20 years ago
Daniel Grunwald 69dd3ca12d Fixed some C# <-> VB conversion bugs. 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 c3ace6e866 Fixed code completion bugs with inner classes. 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 79e5c60dcf Added invocation of generic methods to c# parser. 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 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 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 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 5ee7ff51e4 Small bug fixes (StatusBar, ProjectContent). 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 a2fc15687f Fixed some properties in the project files. 21 years ago
Daniel Grunwald 2bb8881add Fixed project template options. 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
Mike Krüger 46f512d117 Nunit pad is now working again. Switched to NUnit 2.2.2 21 years ago
Mike Krüger 4084ef43d2 Worked on project options. 21 years ago
Mike Krüger 647befcb80 Corsavy is now self-hosting. Hopefully no more build files are out of sync with project files issues ... 21 years ago