1098 Commits (881a67359f3af409af0e8f022fe8fd0549abe714)

Author SHA1 Message Date
David Alpert 56f82265dc Applied patch by John Simons: Closing an open file tab returns focus to the previously focused tab. Patch edited slightly to use generics & follow DockPane.cs naming conventions. 20 years ago
Daniel Grunwald 7c58827869 Sort ExtTreeView only when expanding a node for the first time instead of every time a node is expanded. 20 years ago
Daniel Grunwald b8db7f0b60 Fixed unit tests. 20 years ago
Daniel Grunwald 94d5e5bc08 Switch from MbUnit to NUnit: 20 years ago
Daniel Grunwald fdad3d05d5 Fixed SD2-661: Project browser cannot be navigated with keyboard 20 years ago
Daniel Grunwald 8cad70aec9 Fixed exception when renaming project while project options are opened. 20 years ago
Daniel Grunwald 3d398142f4 C# form template now uses partial classes. File templates now can use the "DependentUpon" attribute. 20 years ago
Daniel Grunwald 1538282335 C# <-> VB converter now converts P/Invoke declarations. 20 years ago
Daniel Grunwald 28f4a33d01 Fixed C# lexer: double-quote in verbatim string parsed incorrectly 20 years ago
Daniel Grunwald 9833db1c49 Fixed NRefactory bugs regarding "else if"-statements. 20 years ago
Daniel Grunwald e6dc607e4f Fixed copy-paste into RTF editors when text contained backslash. 20 years ago
Daniel Grunwald fd3cc63664 Fixed C# parser bug: cast followed by anonymous method. 20 years ago
Daniel Grunwald 55300ef602 Fixed project converter bugs. 20 years ago
Daniel Grunwald 3175901033 Fixed NullReferenceException when converting C# statements like "if (a != null) b.c();" 20 years ago
Daniel Grunwald cf8f7e43f2 Added project converter (C# <-> VB -> Boo). Project settings are currently not converted. 20 years ago
Daniel Grunwald 7aed280b1f Applied patch by Alex Prudkiy: fixes loading the forms designer when the file contains multiple classes. 20 years ago
Matt Ward 191510b4bc Reset accidentally modified assembly info version numbers. 20 years ago
Matt Ward 5d68029091 Added support for Mono's GAC. Added Gtk# and Glade# project templates. Project templates can now clear any imports added by default. Improved code completion for Mono GAC assemblies with dependencies. 20 years ago
Daniel Grunwald 7604eb6050 Fixed SD2-644: Exception when selecting text 20 years ago
Daniel Grunwald 062b1a35f1 Added AbstractAstTransformer, using it now for the code converter. This should fix problem for certain statement combinations. 20 years ago
Daniel Grunwald 3a79ab57f4 delete directories Subversion didn't delete me on the first try 20 years ago
Daniel Grunwald 8cd3f6d81c Added generator application to generate the NRefactory AST. 20 years ago
Daniel Grunwald e23de4ea60 Fixed VB output visitor: Named attribute arguments 20 years ago
Daniel Grunwald 044c956919 Update to NUnit 2.2.5. 20 years ago
Daniel Grunwald 77020dbcce Fixed Visual Basic operator precedence and added unit tests for operator precedence. 20 years ago
Daniel Grunwald 21de318a25 Fixed SD2-636: NRefactory -> CodeDom converter might not work on first try. 20 years ago
Daniel Grunwald 77b1f00f71 Fixed problem introduces in last revision. 20 years ago
Daniel Grunwald 2f6560630d Fixed problem with highlighting strategy ("default" words had explicit background info set, which caused problems with the CustomLineManager) 20 years ago
Daniel Grunwald 8daa2ffef7 Fixed bug converting AddHandler statements to C#. 20 years ago
Daniel Grunwald e0d0b12338 Fixed SD2-635: Code completion does not work for VB array access. 20 years ago
Daniel Grunwald 4ac89b6905 Overworked form designer assembly loading a bit. Showing the custom components in the tools pad no longer causes the assembly to be loaded, it is loaded only when the component in the toolbox is activated. 20 years ago
Daniel Grunwald 02d57c4611 Improved C# <-> VB conversion. 20 years ago
Matt Ward 533efc470c Added support for web references. 20 years ago
Daniel Grunwald de20032c48 Fixed VB interface implementation code generator. 20 years ago
Daniel Grunwald a55d3ff4f4 Fixed BOO-613: Exception thrown when double clicking on '"' at the end of the document. 20 years ago
Daniel Grunwald 66a4289544 Fixed parser crash on incomplete ReDimStatement. 20 years ago
Daniel Grunwald d0b2864289 Fixed C#<->VB conversion of #if preprocessing directives. 20 years ago
Daniel Grunwald 8565dbf490 Fixed VB lexer crash when "&H" was not followed by a number. 20 years ago
Markus Palme 2b9c1bfd35 worked on vb.net output vistitor: operator declarations 20 years ago
Daniel Grunwald 3e5e04f05d Reset assembly info version number (see doc\technotes\Versioning.html for details) 20 years ago
Christoph Wille c5d228d6e8 Beta 1 preparations 20 years ago
Daniel Grunwald 9a4be967df Changed license in about dialog to LGPL. 20 years ago
Daniel Grunwald 32abb6ee5a Change file header. 20 years ago
Daniel Grunwald 46f232a188 Use IntPtr instead of int in SendMessage P/Invoke declaration. 20 years ago
Daniel Grunwald 59a5ede785 Fixed SD2-607: Null Reference exception on closing form designer. 20 years ago
Daniel Grunwald e54926242a Fixed SD2-574: tooltip delay (using system setting for MouseHoverTime) 20 years ago
Daniel Grunwald 767a5f7138 Fixed small lexer problem. 20 years ago
Daniel Grunwald c24a108bb4 Improved C# lexer performance. 20 years ago
Daniel Grunwald a2e8ac5a5c Fixed SD2-606: Scrolling search window to the left corrupts text 20 years ago
Daniel Grunwald b2d5e30003 Fixed SD2-549: Scrolling split window after expanding a region 20 years ago