888 Commits (b036e9d48ffb8d324fd930ea50471533e8ac5cdc)
 

Author SHA1 Message Date
Matt Ward e8651430cc Fixed SD2-598. Added ComponentSerializationService to XmlDesignerLoader to enable undo/redo when designing xml forms. 20 years ago
David Srbecký 3f22a40553 Fixed debugger test 20 years ago
David Srbecký 24ffed1f5b Misuse of delegate 20 years ago
David Srbecký d80a9340cc Lazy getting of object values 20 years ago
Daniel Grunwald d13acb5577 Disabled failing debugger test. 20 years ago
Daniel Grunwald 37b426ac39 Work around MSBuild bug: log4net.dll is not copied to the unit test output directory (and copying some other libraries just in case...) 20 years ago
Daniel Grunwald cd8652cef5 Work around MSBuild bug: ICSharpCode.SharpDevelop.dll is not copied to the unit test output directory. 20 years ago
David Srbecký 48ccbb0065 Lazy getting of property values 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
Matt Ward 039c26ad22 Html Export menu option no longer gets disabled after being selected once. 20 years ago
David Srbecký 7318cbb775 Lazy getting refactored. Started lazy getting of properties 20 years ago
Daniel Grunwald 2c78c8157f Removed MessageBoxBuilder addin. 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
Matt Ward 2b47edd0cf Fixed typos in VB.Net file templates. 20 years ago
David Srbecký dbe4cb08bd Lazy getting of array values 20 years ago
David Srbecký 41b3368ee2 Lazy getting of function arguments and local variables 20 years ago
Daniel Grunwald 10e90d3769 Fixed enumerations with base type in VB output visitor. 20 years ago
David Srbecký 0a0a63d6e9 Used constructor instead of Variable.CreateVariable 20 years ago
David Srbecký 4b3226aa07 Getting of function variable made lazy 20 years ago
David Srbecký c06565d3de Debugger.Function valid as long as possible 20 years ago
Daniel Grunwald 8688cca5cf Fixed selection bug after double-clicking on a word (based on patch by 'ctlajoie'). 20 years ago
David Srbecký 1a08a004e8 VariableFactory meged into Variable. ValueFactory merged into Value. 20 years ago
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