1114 Commits (b6a1b8d84cb0b9b53ff045304a564fc960dbfb32)
 

Author SHA1 Message Date
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 f70afa7916 Enable using PropertyGroups in the project templates. Updated ComplexExample, it should now demonstrate all project template features. 20 years ago
Daniel Grunwald dee27d74c7 Fixed exception when trying to delete a MarshalByValueComponent (like DataSet) using the keyboard. 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 4cc02c2c6d Fixed SD2-632: Ctrl+Space "preselection" does not work. 20 years ago
Matt Ward d6b8a0e642 Fixed typo - use MessageService.ShowError instead of non-existent MessageService.Show method. 20 years ago
Daniel Grunwald 3013f698f3 Implemented right-to-left mirroring for dialogs and the main menu. 20 years ago
Daniel Grunwald e00f9a4efc Fixed StackOverflow when showing project options for project stored on a remote network location. 20 years ago
Daniel Grunwald 02d57c4611 Improved C# <-> VB conversion. 20 years ago
Daniel Grunwald a2323c417a Fixed SD2-629: VBNetForeachLoopVariableTest. 20 years ago
Matt Ward dd7031190c Fixed SD2-626. FileNode in the project browser now has its filename updated when its parent folder is renamed. 20 years ago
Matt Ward 309a0b8978 Fixed SD2-628 - Can now design unsaved files when a project is currently open. 20 years ago
Matt Ward 533efc470c Added support for web references. 20 years ago
Daniel Grunwald ba41a5adf1 Fixed SD2-511: Code completion in inserted line. 20 years ago
Daniel Grunwald 76aa9e3f63 Fixed SD2-627: Debugger locking output exe on selecting debug | run. 20 years ago
Daniel Grunwald b41e5513ed Fixed SD2-463: Visibility of undocked panels. 20 years ago
Daniel Grunwald 1b60119f5c Fixed SD2-459: Project scout viewstate not remembered. 20 years ago
Daniel Grunwald a48969f7f0 Fixed SD2-436: Code Autogeneration. (code is now inserted at cursor position again) 20 years ago
Daniel Grunwald 7420da5fc4 Fixed SD2-613: Renaming a solution generates a Not Implemented exception. 20 years ago
Daniel Grunwald b483073c64 Fixed SD2-624: "Configure Sidebar" not shown when right-clicking on the tools pad. 20 years ago
Markus Palme bfd3512e6b allow sorting of GAC panel 20 years ago
Daniel Grunwald e1e7877a49 Fixed BOO-628 - Alt+Ins code generation only works for C# and VB. 20 years ago
Daniel Grunwald de20032c48 Fixed VB interface implementation code generator. 20 years ago
Daniel Grunwald 935f026883 Fixed BOO-589: Tooltip information fails when a property is named after a type 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 09d7b859e2 Fixed SD2-622 (Project folder name ending with backslash displayed incorrectly in project browser). 20 years ago
Daniel Grunwald acda9fb540 Use callback method for MSBuildEngine instead of Application.DoEvents() loop. Probably fixes SD2-619. 20 years ago
Daniel Grunwald cc829910d0 Fixed bug in the AddInManager when using "@Filename" version numbers. 20 years ago
Daniel Grunwald cd7eeedc53 Fixed possible StackOverflowException in pad creation. 20 years ago
Daniel Grunwald 66a4289544 Fixed parser crash on incomplete ReDimStatement. 20 years ago
Matt Ward 26fe065d3a When checking the project's references, after a control has been dropped onto a form in the designer, the code now ensures that the referenced assembly exists before trying to retrieve the assembly name. If it does not exist the code tries the GAC. This handles the case where the HintPath has been set to a folder which does not exist. 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
Daniel Grunwald db23c1d711 Fixed AltGr-shortcut bug. (AltGr+E now inserts the '€' sign instead of showing the exceptions pad). 20 years ago
David Srbecký 6f424029ab Last out parameter used as return value in CorDebugger wrapper; Methods starting with Get or Is converted to properties 20 years ago
Daniel Grunwald 9bd30a2a42 Fixed NullReferenceException when converting fields without initializer from C# to Boo. 20 years ago
David Alpert 724ba72437 Refactored the AbstractMenuCommands in BuildCommands.cs 20 years ago
David Srbecký ab87777e1c CorDebugger wrapper used by the debugger 20 years ago
Markus Palme 2b9c1bfd35 worked on vb.net output vistitor: operator declarations 20 years ago
David Srbecký 6ad702e8c4 Added wrappers for CorDebug 20 years ago
David Srbecký e097527450 Added WrapperGenerator 20 years ago
Daniel Grunwald d68d56b34c Now MSBuild property $(SolutionDir) is available when compiling single projects. 20 years ago