648 Commits (38a00c9455aa6c49476a6fa446512e32a935f62c)

Author SHA1 Message Date
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
Daniel Grunwald d59a61c841 Fixed bug in C# to VB converter: AddEventHandler statements were not converted correctly. 20 years ago
Daniel Grunwald aa02f22658 Ported Fidalgo rev. 2115 (Ivo Kovacka): fixed some minor problems where object were staying in memory (missing dispose calls, event handlers not being deregistered). 20 years ago
Daniel Grunwald 2e2e17e634 Fixed SD2-595: Replace in files must use same Encoding detection as text editor 20 years ago
Daniel Grunwald dd15782372 Fixed SD2-569: Wrong file name used for new Link items. 20 years ago
Daniel Grunwald e8a8828662 Fixed SD2-600 (Can't convert for loop). VB parser now accepts zero as lower array bound. 20 years ago
Daniel Grunwald 206a379d1d NAntAddIn unit tests now don't need a hard-coded path in the config file. 20 years ago
Daniel Grunwald d35a99159c Set output directory of unit test projects to bin\UnitTests 20 years ago
Daniel Grunwald 5ada3ff483 Implemented designing forms and controls with Visual Inheritance (based on patch from Alex Prudkiy) 20 years ago
Daniel Grunwald 5572b5104f Use project references to NUnit.Framework instead of GAC references (NUnit isn't in the GAC on the build server). 20 years ago
Daniel Grunwald 10e90d3769 Fixed enumerations with base type in VB output visitor. 20 years ago
Daniel Grunwald 8688cca5cf Fixed selection bug after double-clicking on a word (based on patch by 'ctlajoie'). 20 years ago
Daniel Grunwald 2e05daec59 Fixed SD2-590: Form Designer does not show child controls of panel 20 years ago
Daniel Grunwald 9158302376 Improved AddInManager (updating AddIns now works correctly). 20 years ago
Daniel Grunwald 9203eb6ee3 Applied form designer field declaration patch by Christian Hornung. 20 years ago
Daniel Grunwald e88d9dd139 Fixed code completion in WithStatements. 20 years ago
Matt Ward a7c53534e1 Set the DesignerSerializationVisibility to hidden for the TextEditorControlBase properties Document and TextEditorProperties. This prevents the forms designer from generating code that cannot be compiled when the text editor control is added to a form at design time. 20 years ago
Daniel Grunwald 2e13b56e1d Fixed moving linked files in the project pad and other minor bugs. 20 years ago
Daniel Grunwald 28dfc752a6 Fixed a few minor bugs. 20 years ago
Daniel Grunwald b8720c2bac Fixed SD2-564: Code always generated for c#. 20 years ago
Daniel Grunwald a7bbc127a9 Fixed SD2-551: Project view not always synchronising the current document 20 years ago
Daniel Grunwald 288234d0c4 Fixed some bugs in NRefactory. 20 years ago
Daniel Grunwald a6852502a4 The Boo AddIn now supports code completion for generics. The C# -> Boo converter now supports converting generic type references. 20 years ago
Markus Palme 49bd71eea7 IME patch from Shinsaku Nakagawa 20 years ago
Daniel Grunwald c090e3a27c Fixed SD2-556: Resx not being added to project 20 years ago