1114 Commits (b6a1b8d84cb0b9b53ff045304a564fc960dbfb32)
 

Author SHA1 Message Date
David Srbecký 47c6c73c29 Some validity checking in debugger. Removed MagicValue and UnknownValue. 20 years ago
David Srbecký 6fc4a6c9b2 MTA2STA uses MethodInvoker delegate 20 years ago
David Srbecký 687942aee9 Rewritten Debugger.ManagedCallbackProxy 20 years ago
Daniel Grunwald df78c1123b Moved C++ and WiX templates to the (disabled) AddIn projects. (SD2-566) 20 years ago
David Srbecký cbf2a0fac6 Rewritten Debugger.MTA2STA 20 years ago
Daniel Grunwald 26ac8daa56 SD2-582: Solution file incorrect after adding a second project 20 years ago
Daniel Grunwald d8682cf797 Fixed SD2-577: System.ArgumentException: Value does not fall within the expected range 20 years ago
Daniel Grunwald b8b3f163aa Fixed SD2-585: DataGridView does not appear in Tools | Data tab 20 years ago
Daniel Grunwald b11100c522 Add documentation about AddInManager. 20 years ago
Daniel Grunwald 2cff0d9e07 Added context menu to AddInManager, put strings into translation database. Chloë (GeneralWizardBackground.png) now uses alpha transparency and looks great in different color profiles. 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
Markus Palme 7701bf5ea4 added icons for the debugger pads. they are not perfect but at lease distinctable. 20 years ago
Daniel Grunwald 9203eb6ee3 Applied form designer field declaration patch by Christian Hornung. 20 years ago
Daniel Grunwald dd7dcdbb0a Added support for installing and uninstalling user AddIns. 20 years ago
Daniel Grunwald 155e8acf0f Implemented adding and removing external AddIns. 20 years ago
Daniel Grunwald 49b9f18bb1 Check dependencies when enabling/disabling AddIns. 20 years ago
Daniel Grunwald d4304b6400 Add simple AddIn manager that can enable and disable AddIns. 20 years ago
Matt Ward 7996a9fb3a Fixed SD2-587. Windows forms component sidebars recreated if they do not exist when switching to an already opened forms designer. 20 years ago
Matt Ward 7a74150303 Fixed SD2-588. Type resolution service no longer returns types from the Microsoft.VSDesigner assembly. This stops the forms designer from using Microsoft's data adapter designers. 20 years ago
Daniel Grunwald 88aee1b29e Added workaround for TreeView bug when drawing selected nodes when the treeview does not have focus. 20 years ago
Daniel Grunwald 0642cc120b Now AddIns are loaded from three locations: 20 years ago
Daniel Grunwald 6f631b3541 Update to Boo 0.7.5, added support for partial classes to the Boo AddIn. 20 years ago
Daniel Grunwald e372792062 Patch by Scott Ferrett: Match whole word now accepts any non-letter-or-digit character as word bound, fixed exception when searching in "whole project" or "whole solution" and the project contained an open .resources file. 20 years ago
Daniel Grunwald aaeea686f3 Use ToolStripManager.Renderer instead of MenuService.Renderer. Use ProfessionalRenderer+SystemColorTable instead of SystemRenderer. 20 years ago
Daniel Grunwald e88d9dd139 Fixed code completion in WithStatements. 20 years ago
Matt Ward 0a851b138b Removed addin dependency from Forms Designer addin stopping it from being loaded on startup. 20 years ago
Matt Ward 7483a7e3c7 GAC references displayed using short names in project browser and class browser. Extra GAC information displayed in property pad. 20 years ago
Daniel Grunwald d5b981e7e0 Show new AddIn properties in the AddInScout. 20 years ago
Daniel Grunwald 49040ea269 Fixed code completion for project references. 20 years ago
Matt Ward 35b9dbc809 Fixed SD2-515. Project or assembly reference added to the project when a custom component from the toolbox is added to a form. 20 years ago
Matt Ward 3d377315d4 Code now ensures that the Forms Designer UndoEngine has been created before checking that the undo/redo menu options should be enabled. 20 years ago
Christoph Wille 4d4745bac8 SXW converted RTF; pending review by authors 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
Matt Ward 19d12c198e Applied Christian Hornung's fix for SD2-562. The ViewContents are notified of deselection prior to the workspace layout being changed. 20 years ago
Mathias Simmack 520efd3bca add MSBuildFile.cs for the last update 787 20 years ago
Mathias Simmack 20e675a154 updating repository to avoid the build bug (is no one responsible for this?) 20 years ago
Markus Palme a9bbe786cf applied patch from Scott Ferrett: Support for % in itmes in MSBuild files 20 years ago
Mathias Simmack ec26b2fb35 some little updates and fixes 20 years ago
Daniel Grunwald 8ce89234c4 Read unknown project items from MSBuild files, allow project to override creation of project items (patch by Scott Ferrett). 20 years ago
Daniel Grunwald 2e13b56e1d Fixed moving linked files in the project pad and other minor bugs. 20 years ago
Matt Ward 58f1276619 Fixed SD2-462. Undo/redo now working in the Forms Designer. 20 years ago
Mathias Simmack 8e5e8caee9 updated WinFX templates for the WinFX Runtime Components November 2005 CTP 20 years ago
Daniel Grunwald 9732195894 Fixed exception when loading referenced assembly using Reflection when a type parameter constraint on a method referenced another type parameter from the same method. 20 years ago
Daniel Grunwald 28dfc752a6 Fixed a few minor bugs. 20 years ago
David Srbecký 85efc7e17c ToString() evaluated in local variables pad 20 years ago
Daniel Grunwald d72a6d98b6 ErrorListPad now uses TaskView (patch by David Alpert). Renamed ErrorList to ErrorListPad and OpenTaskView to TaskListPad. 20 years ago
Daniel Grunwald b8720c2bac Fixed SD2-564: Code always generated for c#. 20 years ago
David Srbecký 55314d69e5 Eval exceptions are handled 20 years ago
Daniel Grunwald 45e773b985 Fixed some bugs in the project browser (Solution Folders and Solution Items) 20 years ago