1098 Commits (881a67359f3af409af0e8f022fe8fd0549abe714)

Author SHA1 Message Date
Daniel Grunwald 68c1a4a56a Fixed SD2-379 (Exception dialog box). 20 years ago
Andrea Paatz 717cbb8aa9 added some LexerPasotionTest for VB too. The Positions after a \n in VB not working in the Moment, kommented test out wich are not working... 20 years ago
Mike Krüger 2344eff173 Fixed text editor caret positioning bug. (occured with fonts that had different font withs for bold and plain chars) 20 years ago
Andrea Paatz 6109650a01 refactoring of the lexer is now ready: reader, line and col are now private in the AbstractLexer, the derived classes do not need to handle positioning stuff 20 years ago
Andrea Paatz 6a9debd3ad C# lexer ready, begin with vb lexer. 20 years ago
Markus Palme 785ce51a02 fixed wrong test 20 years ago
Mike Krüger 4e7cb5154a worked on codedom ast codegenerator. codedom code generation is now more in line with the .net codedom formsdesigner output. 20 years ago
Markus Palme 0ca4a6c4be inserted operator declartions into DOM. fixed locations of operator declarations, this enabled folding for them 20 years ago
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
Mike Krüger c0a8911cf1 taken out test assemblies from main project. 20 years ago
Andrea Paatz 858cae2c3c Start to write PositionTest for the Lexer and added the NRefactoryTest Project to the SD combine 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
Mike Krüger 5ca739dbca Worked on bookmarks 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
Daniel Grunwald c27ee76994 Small bug fixes. 20 years ago
Daniel Grunwald 2cdb101e4a Improved prjx imported. 20 years ago
Markus Palme 740ff79422 correct test 20 years ago
Markus Palme 271e00448d custom events support 20 years ago
Daniel Grunwald b414c2c33a Fixed some resolver bugs. 20 years ago
Daniel Grunwald 0e75a514cf When typing a variable declaration like "List<string> list = new ***", the new-completion popup preselects "List<string>". 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 baf2cf6305 Fixed solution saving (the order of the solution folders would reverse every time the solution is saved). 20 years ago
Daniel Grunwald e7682346e9 Added generic methods to VB.Net grammar. 20 years ago
Daniel Grunwald f395a72edb Added panel with options for code completion. 20 years ago
Daniel Grunwald 9d32b99b27 Code completion remembers frequently used items and prefers them in SelectItemWithStart(). 20 years ago
Daniel Grunwald 6adc092649 Added tool to put revision number into AssemblyInfo files. 20 years ago
Daniel Grunwald a680c1fcfd Added code completion for attributes. 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 e0ba9a5f35 Improved code completion. 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