1011 Commits (37c18e066081a10a16787f844d3f5eaf97253b71)

Author SHA1 Message Date
Daniel Grunwald 48939e61d6 Rename FormDesigner to FormsDesigner. 20 years ago
Daniel Grunwald 5ee5308e39 Improved C# -> Boo converter. 20 years ago
Daniel Grunwald c6337e8436 SD2-592: Exception thrown when trying to copy a file 20 years ago
Daniel Grunwald 38277f6d8d Fixed SD2-466: Tools panel doesn't work in autohide mode 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
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
Matt Ward 039c26ad22 Html Export menu option no longer gets disabled after being selected once. 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 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 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 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
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 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 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 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
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
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
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
Daniel Grunwald 45e773b985 Fixed some bugs in the project browser (Solution Folders and Solution Items) 20 years ago
Daniel Grunwald 392040b16f Fixed some bugs regarding missing files and folders in the project browser. 20 years ago
Matt Ward df90bc1412 Fixed SD2-565. Cutting and pasting a file into its original directory no longer deletes the file. 20 years ago
Daniel Grunwald a7bbc127a9 Fixed SD2-551: Project view not always synchronising the current document 20 years ago
Daniel Grunwald 7acf63b916 Improved sorting of TaskList (patch by David Alpert) 20 years ago
Daniel Grunwald 81f0f4322c Fixed NullReferenceException in DynamicHelpPad. Updated layout configuration to hide DynamicHelpPad by default. 20 years ago
Daniel Grunwald 3af84e5070 Fixed SD2-561: Running a single file causes unhandled exception 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
Daniel Grunwald c090e3a27c Fixed SD2-556: Resx not being added to project 20 years ago
Markus Palme b401caf16a SD2-532: revamped html export; made progress bar access threadsafe 20 years ago
Daniel Grunwald 167a0e3a4e Applied "Sortable OpenTaskView pad" patch from David Alpert. 20 years ago
Daniel Grunwald 91104f4152 Fixed SD2-559: Jagged arrays don't parse 20 years ago
Markus Palme d6990c235f correct comment prefix 20 years ago
Markus Palme 8764384554 xml comment insertion and completition for vb.net 20 years ago
Daniel Grunwald 605a6e924e Fixed SD2-560: Interface implementation generator messes up arrays 20 years ago
Daniel Grunwald b100ff1fb0 Improved code completion for extension methods (currently only enabled for Boo). 20 years ago