1787 Commits (7d53a43afdeee7fc14bcedb3cb91a92a3aba64c1)

Author SHA1 Message Date
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). 21 years ago
Daniel Grunwald 2e13b56e1d Fixed moving linked files in the project pad and other minor bugs. 21 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. 21 years ago
Daniel Grunwald 28dfc752a6 Fixed a few minor bugs. 21 years ago
Daniel Grunwald d72a6d98b6 ErrorListPad now uses TaskView (patch by David Alpert). Renamed ErrorList to ErrorListPad and OpenTaskView to TaskListPad. 21 years ago
Daniel Grunwald b8720c2bac Fixed SD2-564: Code always generated for c#. 21 years ago
Daniel Grunwald 45e773b985 Fixed some bugs in the project browser (Solution Folders and Solution Items) 21 years ago
Daniel Grunwald 392040b16f Fixed some bugs regarding missing files and folders in the project browser. 21 years ago
Matt Ward df90bc1412 Fixed SD2-565. Cutting and pasting a file into its original directory no longer deletes the file. 21 years ago
Daniel Grunwald a7bbc127a9 Fixed SD2-551: Project view not always synchronising the current document 21 years ago
Daniel Grunwald 7acf63b916 Improved sorting of TaskList (patch by David Alpert) 21 years ago
Daniel Grunwald 81f0f4322c Fixed NullReferenceException in DynamicHelpPad. Updated layout configuration to hide DynamicHelpPad by default. 21 years ago
Daniel Grunwald 3af84e5070 Fixed SD2-561: Running a single file causes unhandled exception 21 years ago
Daniel Grunwald a6852502a4 The Boo AddIn now supports code completion for generics. The C# -> Boo converter now supports converting generic type references. 21 years ago
Daniel Grunwald c090e3a27c Fixed SD2-556: Resx not being added to project 21 years ago
Markus Palme b401caf16a SD2-532: revamped html export; made progress bar access threadsafe 21 years ago
Daniel Grunwald 167a0e3a4e Applied "Sortable OpenTaskView pad" patch from David Alpert. 21 years ago
Daniel Grunwald 91104f4152 Fixed SD2-559: Jagged arrays don't parse 21 years ago
Markus Palme d6990c235f correct comment prefix 21 years ago
Markus Palme 8764384554 xml comment insertion and completition for vb.net 21 years ago
Daniel Grunwald 605a6e924e Fixed SD2-560: Interface implementation generator messes up arrays 21 years ago
Daniel Grunwald b100ff1fb0 Improved code completion for extension methods (currently only enabled for Boo). 21 years ago
Daniel Grunwald af069a1f42 Add code completion for the "override" keyword. 21 years ago
Daniel Grunwald 8d38544362 Fixed BOO-536: Forms Designer generated code has bad indentation. 21 years ago
Daniel Grunwald 5cccbf6f15 Don't save the text "whole solution" as directory name, save the correct DocumentIteratorType when searching in a directory. 21 years ago
Daniel Grunwald ceb25fb474 Fixed SD2-521: Clicking CS1691 error in error list shows error message 21 years ago
Daniel Grunwald 6181a779b1 The boo CodeDomVisitor now supports local variables (needed for resource manager). 21 years ago
Daniel Grunwald 50a9f45f25 Fixed NullReferenceException when typing an OptionStatement. 21 years ago
David Srbecký 0432df8966 Added methods for "Set current statement" to IDebugger 21 years ago
Daniel Grunwald 70810828fd Add "Set current statement" command to text editor context menu. 21 years ago
Daniel Grunwald d0c6d2e5f2 Improved keyboard handling in form designer, typing text in the menu designer now works. 21 years ago
Daniel Grunwald b36d72b6b5 Fixed SD2-543: NullReference Exception thrown when viewing VB project properties 21 years ago
Daniel Grunwald 2deee1b7ed Fixed SD2-552: Class Browser not Refreshing 21 years ago
Markus Palme 85a90c9cee SD2-534: Quick XML Doc menu option does nothing; added vb.net support 21 years ago
Daniel Grunwald ab7edc9537 When using Ctrl+C or Ctrl+X when nothing is selected, the current line is copied/cut (patch by Martin Nordholts). 21 years ago
Daniel Grunwald b842af5b4c Fixed some small bugs. 21 years ago
Daniel Grunwald fb12258ca6 Always show tooltips below the code line - patch by Yannick Kiekens (purplebox). 21 years ago
Daniel Grunwald 39d44d19db Applied ProjectNodeBuilder patch from Scott Ferret. 21 years ago
Matt Ward 140507c756 Fixed SD2-542. 'Show tooltip when moving mouse over expression' check box set to the value of the CodeCompletionOptions.TooltipsEnabled flag. 21 years ago
Daniel Grunwald db979be5f7 Improved C# to Boo converter. 21 years ago
Matt Ward d01afc4561 SD2-456. Focus is now no longer being set back to the form designer after the property pad is clicked. 21 years ago