791 Commits (e3727920626ffdc2636f1c1812f1ec3204b058d2)
 

Author SHA1 Message Date
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
Matt Ward e3af292c9d Form designer disposes the design surface without using BeginInvoke if the FormDesignerViewContent is being disposed. 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
David Srbecký cfb9283bee Properties shown in local variables pad and debugger tooltip 20 years ago
David Srbecký dee7a7ede4 Numbers can be set using debugger tooltip 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 288234d0c4 Fixed some bugs in NRefactory. 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
Mathias Simmack b7ebff1762 changed the call of the dialog and its Dispose() method a little bit 20 years ago
Markus Palme 49bd71eea7 IME patch from Shinsaku Nakagawa 20 years ago
Matt Ward b3d3d378ba Fixed SD2-555. Forms designer automatically reloads if the language property is changed. 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
Matt Ward f779d51cd1 Added patch by Christian Hornung. DesignerResourceService now complies with the SDK documentation and serves resource readers/writers at any time in any order. Localised resources now saved correctly. 20 years ago
David Srbecký 63f72c394f Added icons to debugger tooltips 20 years ago
David Srbecký b11865c0d2 Variables in Local Variables pad are expandable again. 20 years ago
David Srbecký 0e1ab4a415 Debugger SubVariables property moved from Value to Variable. 20 years ago
David Srbecký 7939a3daa5 Worked on Debugger.VariableCollection. Started redesign of local variables pad. 20 years ago
David Srbecký 36360f19d4 SharpDevelopMain.RunApplication() does not eat all exceptions 20 years ago
David Srbecký 18d989267c Added Debugger.Variable 20 years ago