Siegfried Pammer
58a5eea478
fixed FormsDesigner.AddIn - all code is now separated
15 years ago
Daniel Grunwald
aa53048b36
Start splitting up the forms designer into two assemblies in order to move it onto a separate AppDomain.
15 years ago
Daniel Grunwald
f5780c2944
Apply new file headers
15 years ago
Daniel Grunwald
7267cd5c81
Trying to reduce amount of global state in ICSharpCode.Core
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4735 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Christian Hornung
70c3b777cd
Windows.Forms designer now uses OpenedFile for all files it modifies.
...
This ensures that all code and designer views of the same form class are synchronized correctly.
Fixes SD2-1175: .Designer.cs file is saved even if user chooses not to save changes.
ActiveWindowStateConditionEvaluator now checks the dirty state of all view contents of the active window, not only the active view content. This makes the 'enabled' state of the save button consistent with its function.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3390 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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.
...
Separated the resource storage management from the DesignerResourceService so that the ResourceStore is persistent for the lifetime of the view content, but the service can be deleted after unloading of the designer. Previously, the DesignerResourceService was automatically disposed on unloading, possibly deleting unsaved resources.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3332 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
08cba8fe9e
Fixed forum-6486 (Auto-correction occurring within strings)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2974 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
7bd9c2a8b6
Fixed SD2-953: Code error is thrown runing a WinForm with the form .resx file opened
...
The forms designer now uses OpenedFile (SD2-1234) to allow sharing unsaved resource files between resource editor and forms designer.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2662 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
387ea3ce1b
Fixed wildcards support (SD2-1170)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2072 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
dcaf24c04d
Implemented SD2-1183: Use MSBuild libraries
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2043 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Markus Palme
a1543c981e
removed unused import statements
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1965 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
3363abd941
Rename namespace for classes inside ICSharpCode.SharpDevelop.dll: ICSharpCode.Core -> ICSharpCode.SharpDevelop
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1963 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
4584a6fa5b
Fixed forum-9028: orphan resx file if form file is renamed
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1733 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
ae64d1e72e
Applied patch by Christian Hornung: Forms designer resource loading
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1129 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
98335d8152
Fixed SD2-426: About box / Version info tab / Copy (the clipboard seems to be set correctly, we can ignore the ExternalException)
...
Fixed SD2-684: Cannot open a new form without saving it first.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1117 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
cbb371b262
Fixed SD2-670: Second form resource added if design view switched to from designer partial class
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1075 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
ae6635bcb6
Fixed SD2-639: Renaming a form should rename the resource file
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1049 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
309a0b8978
Fixed SD2-628 - Can now design unsaved files when a project is currently open.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@956 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
32abb6ee5a
Change file header.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@915 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
684ff9df76
Rename forms designer directory.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@859 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
6128d7192b
Move FormDesigner/Project/Src/FormDesigner/* to FormDesigner/Project/Src/*
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@858 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago