97 Commits (3acbe6cce06e11765a23b0a6f4fccd36ba459b7b)

Author SHA1 Message Date
Daniel Grunwald 71e2387f0d Fix part of #525 11 years ago
Siegfried Pammer b5312c6ea6 add UDC tracking for WPF designer and WinForms designer 12 years ago
Siegfried Pammer 04d8d26fab move most of the IDebugger DebuggerService infrastructure to Debugger.AddIn 12 years ago
Daniel Grunwald eec385146f Change LGPL headers to MIT header. 12 years ago
Siegfried Pammer b9280c1e8f reimplement automated rename of fields in Windows Forms Designer 12 years ago
Siegfried Pammer e9b60dbf09 add basic support for adding event handlers in FormsDesigner 12 years ago
Daniel Grunwald 5b89814e74 Implement C# forms designer loader. 12 years ago
Daniel Grunwald d3a3db75fb Enable WiX dialog designer. 12 years ago
Daniel Grunwald bc7425f998 Add FormsDesigner project to solution. 12 years ago
Daniel Grunwald ed91c296ff Clear property container on designer unload so that the ComboBox of selectable objects stays empty when the designer cannot be reloaded due to syntax errors. 12 years ago
Daniel Grunwald 0788d1bbff [WIP] Started porting forms designer to NR5 13 years ago
Siegfried Pammer 0596de0f0f implement type-lookup cache to improve performance of Forms Designer - http://community.sharpdevelop.net/forums/t/15914.aspx 13 years ago
Eusebiu Marcu 58e5ace255 fix SD-1716 - http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1716&PROJID=4 14 years ago
Daniel Grunwald e10d969891 WinForms designer: Add workaround for InvalidOperationException in DesignerHost.Dispose 14 years ago
Matt Ward 6e16bab319 Fix null reference exception when opening a WiX dialog in the designer. 15 years ago
Matt Ward 3c808b1b04 Fix SD-1793 - ObjectDisposedException in System.Windows.Forms.Integration.WinFormsAdapter 15 years ago
Daniel Grunwald d6b864e5ce Fix SD-1737 - Keyboard shortcuts do not work in WinForms Designer 15 years ago
Daniel Grunwald e7fbe12b24 Fixed forms designer not updating toolbar status when selecting controls / changing properties. 15 years ago
Daniel Grunwald f5780c2944 Apply new file headers 15 years ago
Daniel Grunwald 7a23f641b3 Remove ICSharpCode.TextEditor. 15 years ago
Daniel Grunwald 80c40eb5c0 Fixed SD2-1621 - WinForms designer: events are not created in source code 16 years ago
Matt Ward 8b19a85b41 Fixed failing python addin unit tests. 16 years ago
Matt Ward 67ec85874e Wix addin now uses the new text editor interfaces. Restructured various Wix addin classes and added missing unit tests. 16 years ago
Daniel Grunwald ef2cbabe03 Fixed project creation (don't create both AnyCPU and x86 platforms) 16 years ago
Daniel Grunwald f0d8124acc Immediately rename form class when a form is renamed in the designer (avoids side-effects in IViewContent.Save). 16 years ago
Matt Ward 7b8a0f7c46 Disabled project resources in the python form designer. 16 years ago
Daniel Grunwald 719d16891e Mark ParseInformation.*CompilationUnit as obsolete. 16 years ago
Daniel Grunwald 1afb035d95 Use ITextBuffer instead of string in IParser. 16 years ago
Daniel Grunwald e8e168ab8a Finished port of Windows Forms designer to ITextEditor. 16 years ago
Daniel Grunwald 4c485fabf7 Rename Content property back to Control (IViewContent, IPadContent, IOptionsPanel) to prevent the C# compiler from automatically picking up a Content property from a base class. 16 years ago
Daniel Grunwald 024c5fb887 ITextEditor: moved to namespace ICSharpCode.SharpDevelop.Editor. 16 years ago
Daniel Grunwald 25814ec485 Changed IPositionable interface and FileService.JumpToFilePosition to work with 1-based line and column numbers. 16 years ago
Daniel Grunwald 2cbe40b6a4 Started replacing ICSharpCode.TextEditor references in SharpDevelop API with new ITextEditor interface. 17 years ago
Christian Hornung 9a36ba805b Forms designer: Fixed the reload interrupting the start of the debugger (forum-8997). Fixed the form being marked as dirty when doing a "warm" reload. 17 years ago
Christian Hornung 3ec594562e Fixed SD2-1519 - Forms designer moves deleted fields to designer code file. Designer now loads all source files that contain parts of the designed class. 17 years ago
Christian Hornung b932d4fd46 Fixed SD2-1518 - Removing a component from Form is not saved. 17 years ago
Christian Hornung 08117f470d Fixed SD2-1498 - Deleting Form.Designer file will close main form file and lose changes. 17 years ago
Christian Hornung 1850c9362d Fixed SD2-1471 (Renaming MainForm event handler does not update MainForm.Designer file) by adding IFileDocumentProvider as a generalization of ITextEditorControlProvider to properly support view contents that open multiple documents. 17 years ago
Christian Hornung d2fb81271c Fixed the Windows.Forms designer not reloading when a referenced assembly has been changed. 17 years ago
Christian Hornung e47f4df2ea Windows.Forms designer: Fixed detecting the wrong LocalizationModel when an extender provider with a string property is used. Show "please wait" label during reload when changing the language. 17 years ago
Christian Hornung d9265c5144 Added full support for project resources to the Windows.Forms designer. Fixed SD2-576 - Visual Studio Project Resources used in Form. 17 years ago
Christian Hornung a0e0103f12 Windows.Forms designer cleanup: 17 years ago
Christian Hornung 70c3b777cd Windows.Forms designer now uses OpenedFile for all files it modifies. 17 years ago
Daniel Grunwald 331c98e525 r7307@daniel-notebook (orig r3338): daniel | 2008-08-14 07:56:11 +0200 17 years ago
Christian Hornung ce2ac2fd6e Windows.Forms designer: Fixed saving of the resources of localizable forms (previously, saving in a non-default language resulted in the default resources being deleted). It seems that the designer always expects to read back the old values of the resources even if it has already written to a new ResourceWriter. So the content of the ResourceWriter stream is now only transferred to the internal storage buffer after serialization is complete. 17 years ago
Christian Hornung 98775c0016 Windows.Forms designer: Removed code duplication from DefaultServiceContainer as the framework already provides all functionality in ServiceContainer. 17 years ago
Daniel Grunwald 216cc81acd Add AvalonDock. 17 years ago
Daniel Grunwald b355b23dba Worked on event support in WPF designer. 18 years ago
Daniel Grunwald 0333757269 Fixed build. 18 years ago
Daniel Grunwald 7bd9c2a8b6 Fixed SD2-953: Code error is thrown runing a WinForm with the form .resx file opened 18 years ago