12850 Commits (26ee58a5d8a01d492885d076cae2b10a87f9a4f0)
 

Author SHA1 Message Date
Andrea Paatz 5872552ae9 Finished the Lexer position test, please add some more VB test if you know the language better than me :) 20 years ago
Daniel Grunwald b691598427 Use translation database for code completion options panel and "refactoring bookmark". 20 years ago
Andrea Paatz 937991a230 worked on VB Positions, added some C# tests 20 years ago
Andrea Paatz 32051d0aa0 removed one more Console.WriteLine 20 years ago
Andrea Paatz 639a4d231f worked on Positions and removed some debug Console.WriteLine 20 years ago
Mike Krüger 4b91b06924 Worked on VB.NET Forms Designer.' 20 years ago
Daniel Grunwald 858a0c3709 Fixed SD2-388 and SD2-389. 20 years ago
Daniel Grunwald 71081bf366 Fixed SD2-396: Opening a Visual Studio Solution with #D causes Error "... is not a valid solution file". 20 years ago
Daniel Grunwald 68c1a4a56a Fixed SD2-379 (Exception dialog box). 20 years ago
Mike Krüger 08b4794474 worked on translation. 20 years ago
Mike Krüger c2dca0b34d worked on main menu translation. 20 years ago
Andrea Paatz 2d7f50c858 tryed to implement a BoyerMoore algorithm, commented out, only copied from a web site 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
Mike Krüger 7862b8ec39 Fixed option update bug. 20 years ago
Andrea Paatz 6a9debd3ad C# lexer ready, begin with vb lexer. 20 years ago
Mike Krüger cd8281e9a8 worked on forms designer loading. 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 5ac7897e3d fixed exception when referenced project that was thrown when a referenced project wasn't part of the open project 20 years ago
Markus Palme 08cd056a03 replace and replace all works 20 years ago
Markus Palme 8233ca63b0 unit tests for vb.net type level declarations 20 years ago
Markus Palme 3127b5b359 assign correct document iterator 20 years ago
Mike Krüger c0a8911cf1 taken out test assemblies from main project. 20 years ago
Mike Krüger c95b0c7975 nunit pad now working. 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
Mike Krüger 635349f5ca Errorlist labels are now updated. 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 3df25d688c Fixed bug in ActiveContent property in SdiLayout. (Bug affected the functionalty of cut/copy/paste. updated the sidebar control library to .NET 2. 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
David Srbecký 3415506f6d Bugfix - Arguments of static functions 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
David Srbecký 6ed9b4fa03 Fixed function switching bug, debugger window acivated if debugee pauses 20 years ago
Daniel Grunwald b414c2c33a Fixed some resolver bugs. 20 years ago
David Srbecký 15f12a2d08 Added some error messages, worked on function and thread switching 20 years ago
David Srbecký eaa5f40de3 Reworked debugger state control 20 years ago
David Srbecký fb0252d6f5 Bugfixes - Local variables on thread without symbols; Can't click on function without symbols; Added CurrentFunction to NDebugger 20 years ago
Daniel Grunwald d62435fb23 Ported some fixes for unit test mode from Fidalgo rev. 2014. 20 years ago