769 Commits (1bb8b5a11a59a0ee2720148438c8c6cf3a5191cf)

Author SHA1 Message Date
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 8cd3f6d81c Added generator application to generate the NRefactory AST. 20 years ago
Daniel Grunwald 21de318a25 Fixed SD2-636: NRefactory -> CodeDom converter might not work on first try. 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
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 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 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 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 cd7eeedc53 Fixed possible StackOverflowException in pad creation. 20 years ago
Daniel Grunwald 66a4289544 Fixed parser crash on incomplete ReDimStatement. 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 Alpert 724ba72437 Refactored the AbstractMenuCommands in BuildCommands.cs 20 years ago
Daniel Grunwald d68d56b34c Now MSBuild property $(SolutionDir) is available when compiling single projects. 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 3cff683d1a Fixed SD2-519: Project options panel can be opened multiple times for the same project. 20 years ago
Daniel Grunwald abbe48b7a0 Fixed SD2-593: Forms Designer events page not initially visible. 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 5ecd643d77 Fixed SD2-584: .proj MSBuild files in solutions are shown as unknown project type. 20 years ago
Daniel Grunwald a2e8ac5a5c Fixed SD2-606: Scrolling search window to the left corrupts text 20 years ago
Daniel Grunwald aceb91aca1 Fixed SD2-603: Renaming a project in the project browser generates a not implement exception 20 years ago
Daniel Grunwald 05e320ec30 Added Shown and Hidden events to DynamicListRow. 20 years ago
Daniel Grunwald b036e9d48f Fixed SD2-573: Editing menu item text in place 20 years ago
Daniel Grunwald d59a61c841 Fixed bug in C# to VB converter: AddEventHandler statements were not converted correctly. 20 years ago
Daniel Grunwald d7e895c4f8 Fixed solution configuration -> project configuration mapping. 20 years ago
Daniel Grunwald e46db83c0a Allow changing the active solution configuration in the build menu. 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
David Srbecký 3a723b7a39 Private/static variables separated in debugger tooltips 20 years ago