12 Commits (32051d0aa024b56817af11dbdbdfb2400a9560d6)

Author SHA1 Message Date
Andrea Paatz 32051d0aa0 removed one more Console.WriteLine 21 years ago
Andrea Paatz 639a4d231f worked on Positions and removed some debug Console.WriteLine 21 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 21 years ago
Andrea Paatz 6a9debd3ad C# lexer ready, begin with vb lexer. 21 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. 21 years ago
Daniel Grunwald 331c44292e Applied new header to all source files. 21 years ago
Daniel Grunwald 45bead5f28 C# <-> VB.Net converters now convert comments. 21 years ago
Daniel Grunwald 4c3d93223c TextEditorControl now auto-detects the file encoding. When saving, the file is saved with the old encoding. 21 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 2bb8881add Fixed project template options. 21 years ago
Mike Krüger c4336b038c created trunk folder. 21 years ago