161
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected 1 day ago.
Aug 27, 2025 — Aug 27, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Worked on Boyer-Moore search strategy More... about 21 years ago
Added ILAsmBinding and ICSharpCode.Build.Tasks (library for additional MSBuild tasks like ILAsm) More... about 21 years ago
Worked on forms designer. More... about 21 years ago
Added checks for invalid filenames. (SD2-394) More... about 21 years ago
Fixed SD2-384 and SD2-386. More... about 21 years ago
Finished the Lexer position test, please add some more VB test if you know the language better than me :) More... about 21 years ago
Use translation database for code completion options panel and "refactoring bookmark". More... about 21 years ago
worked on VB Positions, added some C# tests More... about 21 years ago
removed one more Console.WriteLine More... about 21 years ago
worked on Positions and removed some debug Console.WriteLine More... about 21 years ago
Worked on VB.NET Forms Designer.' More... about 21 years ago
Fixed SD2-388 and SD2-389. More... about 21 years ago
Fixed SD2-396: Opening a Visual Studio Solution with #D causes Error "... is not a valid solution file". More... about 21 years ago
Fixed SD2-379 (Exception dialog box). Fixed bug with empty catch statements. More... about 21 years ago
worked on translation. More... about 21 years ago
worked on main menu translation. More... about 21 years ago
tryed to implement a BoyerMoore algorithm, commented out, only copied from a web site More... about 21 years ago
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... More... about 21 years ago
Fixed text editor caret positioning bug. (occured with fonts that had different font withs for bold and plain chars) More... about 21 years ago
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 More... about 21 years ago
Fixed option update bug. More... about 21 years ago
C# lexer ready, begin with vb lexer. More... about 21 years ago
worked on forms designer loading. More... about 21 years ago
fixed wrong test More... about 21 years ago
worked on codedom ast codegenerator. codedom code generation is now more in line with the .net codedom formsdesigner output. More... about 21 years ago
inserted operator declartions into DOM. fixed locations of operator declarations, this enabled folding for them More... about 21 years ago
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. More... about 21 years ago
fixed exception when referenced project that was thrown when a referenced project wasn't part of the open project More... about 21 years ago
replace and replace all works More... about 21 years ago
unit tests for vb.net type level declarations More... about 21 years ago