395 Commits (8ed9f2a77491b6123e862d8169d863a7b070784c)

Author SHA1 Message Date
Daniel Grunwald e4fabdffd8 New files get now a build action dependent on their file extension. 20 years ago
Daniel Grunwald 0cbb2d6f34 Fixed SD2-428: Form designer does not load child controls in panels 20 years ago
Daniel Grunwald 68127b8f17 Included bugfixes from Alex. 20 years ago
Daniel Grunwald 87b75008b7 Add "default(Type)" expression to C# parser. 20 years ago
Daniel Grunwald 041bf1f1b8 Fixed SD2-423: Cast to array types cause parser error. 20 years ago
Daniel Grunwald d4f2825721 Added support for accessor modifiers to C# parser (public int Property { get {} protected set {}}) 20 years ago
Daniel Grunwald 1dcf29e24d Add null coalescing operator to C# lexer and parser. 20 years ago
Daniel Grunwald 15549a22d6 Improved event handler completion. 20 years ago
Daniel Grunwald a071440e5f Allow writing a space after "+=" completion without closing the completion window. 20 years ago
Daniel Grunwald 46835e2060 Add NUnit.Framework again. 20 years ago
Mike Krüger dc57d76362 Changed some little translation issues. Re-Arranged tools menu. 20 years ago
Daniel Grunwald 21af77e33d Ported changes from Fidalgo rev 2038, ivokovacka. 20 years ago
Daniel Grunwald e0676ea1c7 VB parser: Declarations in the form "Dim a(10) As Integer" were not recognized as array declarations. 20 years ago
Daniel Grunwald ced99d3ba0 Fixed C# parser bug: anonymous methods without parameter list were not supported. 20 years ago
Daniel Grunwald b3ec9593b8 NRefactory bugfixes (C#: For initializers added twice and VB: Custom event regions not stored in AST) 20 years ago
Daniel Grunwald 13ef4c0826 Patched docking suite. Take care on docking library updates: 20 years ago
Daniel Grunwald 0306c5af7e Improved C# -> VB converter (For-Statement is converted to ForNextStatement). 20 years ago
Daniel Grunwald db1f34bfd9 Fixed SD2-399: Hide bookmarks inside folded regions 20 years ago
Daniel Grunwald 6a9bf64985 Fixed SD2-380: TODO Parsing Bug. 20 years ago
Daniel Grunwald 3d4f0a78f7 Fixed SD2-400: Importing classes (VB.NET). 20 years ago
Daniel Grunwald eea2eade1e Small bugfixes, updated translation, modified SVNChangeLogToXml to use NSvn instead of svn.exe; created publish.bat which automatically builds SharpDevelop, runs SVNChangeLogToXml and then builds the setup.Remove NUnitPad (MbUnit can run NUnit tests). 20 years ago
Daniel Grunwald 1873333ed0 Small bugfixes, updated translation, modified SVNChangeLogToXml to use NSvn instead of svn.exe; created publish.bat which automatically builds SharpDevelop, runs SVNChangeLogToXml and then builds the setup. 20 years ago
Daniel Grunwald 0028131d61 Add MbUnit and MbUnit-addin. 20 years ago
Daniel Grunwald 040a8b7582 Use LoggingService instead of Console.WriteLine. 20 years ago
Daniel Grunwald 83d7b3301e Fixed SD2-405: Invisible menu item can be run by shortcut. 20 years ago
Daniel Grunwald 8bc61f3898 Fixed SD2-398: Add support for nullables to the C# parser. 20 years ago
Daniel Grunwald a80f630082 Code completion improvements. 20 years ago
Daniel Grunwald 20199d196a Fixed SD2-401: Using aliases for classes. 20 years ago
Daniel Grunwald 465e919934 Improved lazy-loading. 20 years ago
Daniel Grunwald 737cbb83df Remove some Console.WriteLine() calls; catch some exceptions which previously were ignored silently or just dumped to the console. 20 years ago
Daniel Grunwald 2819cee5df Update XmlEditor file headers. Display browser's status text in status bar. 20 years ago
Daniel Grunwald 6284ddd531 Made Help addin use the default browser view content. (moved advanced toolbar from help addin to Base) 20 years ago
Mike Krüger c82fa4b90b File tabstrip context menu now working again. (Patched docking suite. Take care on dockin library updates.) 20 years ago
Daniel Grunwald ac2c93aa16 Added ILAsmBinding and ICSharpCode.Build.Tasks (library for additional MSBuild tasks like ILAsm) 20 years ago
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
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
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