Daniel Grunwald
99b8d8529f
Boo Forms Designer: prevent the designer from deleting unrelated fields.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@4013 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
45d5e79d34
Fixed SD2-1534: Boo forms designer modifies fields in non-designer file
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3895 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3536 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 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
61268e9dc4
Windows.Forms designer: Implemented support for PropertyReflection localization model, and set this as default. Localization model can be changed on new options panel, with the option to keep the localization model of existing forms unchanged.
...
Moved common code from all CodeDOM designer loaders to new base class AbstractCodeDomDesignerLoader.
Fixed field change detection for types with type arguments.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3273 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
8675624e3c
Fixed forum-18481: Problem with Boo Forms Designer when using TableLayoutPanel
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2661 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Christian Hornung
97081e42c5
Enabled design-time localization in the Boo forms designer.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2479 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
f2145433b6
Added warning for SD2-763: Resources not found with multiple types in source file
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2134 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
13e4f3180a
Fixed build error
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2106 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
eff3736f6b
Fixed SD2-1143: #Develop doesn't show 'Source / Design' tabs for VB froms created with VS 2005.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2029 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
e3f69a1708
Fixed SD2-973: Boo Forms Designer shows error after adding a control and switching between views.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1874 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
4af14f6adf
When target framework is set to .NET 1.0 or .NET 1.1, show code-completion specific to that .NET versions.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1751 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
ae6de2495e
Improved NRefactory public API (moving classes to other namespaces etc.)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1609 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
9fa1b07c0c
Fixed some FxCop warnings in NRefactory.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1599 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
f2ecb18965
Fixed BOO-713: Explode operator must be used for DataGridView.Columns.AddRange.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.0@1386 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
1898a796a3
Infer array literal context from context in FormsDesigner CodeDom converter.
...
Updated Boo.Lang.CodeDom.dll -> fixes generation of array literals.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1128 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
4816d086ef
The Boo forms designer now supports partial classes.
...
VB and Boo templates now use partial classes for the forms designer.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@1033 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
48939e61d6
Rename FormDesigner to FormsDesigner.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@855 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
6181a779b1
The boo CodeDomVisitor now supports local variables (needed for resource manager).
...
Fixed SD2-523: Opening a new solution should close previously opened files
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@730 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
eefbab6fb7
Applied form designer patch by Christian Hornung. Fixes SD2-522 and SD2-516.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@692 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
fd562a9339
Added form designer to BooBinding (BOO-513).
...
Fixed BOO-511 (#develop should not display boo's "generated" module classes).
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@582 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago