Siegfried Pammer
|
04d8d26fab
|
move most of the IDebugger DebuggerService infrastructure to Debugger.AddIn
|
12 years ago |
Siegfried Pammer
|
7448c62812
|
Rename RegisterFixNamespaces to RegisterDesignerNamespaces
Rename ChoosedItem to ChosenItem
Rename ChoosedItemChanged to ChosenItemChanged
|
12 years ago |
Siegfried Pammer
|
23e0712f4b
|
fix #313: `throw new NotImplementedException();` in ProjectResourceService.GetProjectResource
|
12 years ago |
Daniel Grunwald
|
eec385146f
|
Change LGPL headers to MIT header.
|
12 years ago |
Siegfried Pammer
|
c84b0f878e
|
remove local copy of some shared assemblies in AddIns
|
12 years ago |
Siegfried Pammer
|
b9280c1e8f
|
reimplement automated rename of fields in Windows Forms Designer
|
12 years ago |
Siegfried Pammer
|
59a519d2c0
|
reimplemented automatic add reference
|
12 years ago |
Daniel Grunwald
|
ce4ca4e81c
|
Suppress more warnings
|
12 years ago |
Matt Ward
|
2c6d2f6468
|
Fix forms designer error when non .NET assembly referenced by project.
|
12 years ago |
Siegfried Pammer
|
f30d838898
|
normalize file headers
|
12 years ago |
Siegfried Pammer
|
709285d091
|
implement CodeDomLocalizationModel detection in FormsDesigner
|
12 years ago |
Peter Forstmeier
|
59cc3d04f1
|
remove NotImplementedException
|
12 years ago |
Siegfried Pammer
|
e9b60dbf09
|
add basic support for adding event handlers in FormsDesigner
|
12 years ago |
Daniel Grunwald
|
16313e486b
|
Add CSharpDesignerGenerator.
|
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
|
f8488b61a7
|
Fix some compiler warnings.
|
12 years ago |
Daniel Grunwald
|
97e6596a2c
|
Set target CPU to AnyCPU where possible.
|
12 years ago |
Daniel Grunwald
|
bc7425f998
|
Add FormsDesigner project to solution.
Several important classes are not ported to SD5 yet and are commented out; so the designer is not yet usable.
|
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.
|
13 years ago |
Siegfried Pammer
|
dc3da0a8e9
|
fixed SD-1656 - Tools window does not show ToolboxBitmaps by applying suggestion from http://community.sharpdevelop.net/forums/t/16404.aspx, which seems to be a good approximation of what VS is doing
|
13 years ago |
PeterForstmeier
|
5beb8bce62
|
AnalysisIdeOptionsPanel
|
13 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 |
Siegfried Pammer
|
852d4356f7
|
improve implementation of unsupported code removal
|
13 years ago |
Siegfried Pammer
|
8a4aff214e
|
fix problems with inherited members in Windows Forms DesignerGenerator - http://community.sharpdevelop.net/forums/t/15800.aspx
|
13 years ago |
Siegfried Pammer
|
da8bb04c3a
|
fix problems with inherited members in Windows Forms DesignerGenerator - http://community.sharpdevelop.net/forums/t/15800.aspx
|
13 years ago |
PeterForstmeier
|
f3f58ba296
|
Cleanup
|
13 years ago |
PeterForstmeier
|
ff282a6a51
|
FormsDesigner - GeneralOptions
|
13 years ago |
Daniel Grunwald
|
c5e470b7af
|
Fixed thread-safety issue when accessing IProjectContent.ReferencedContents.
Fixes InvalidOperationException in XamlCompilationUnit.FindType (crash #240)
|
13 years ago |
Siegfried Pammer
|
9260c46613
|
fix http://community.sharpdevelop.net/forums/p/15639/39951.aspx#39951
project (and thus the target framework) was improperly detected for newly generated resource files (not yet written to disk).
|
14 years ago |
Siegfried Pammer
|
6e0c1e194f
|
fix exception 3396
|
14 years ago |
Siegfried Pammer
|
b6d2d5a60d
|
fix SD-1594 - Windows Forms designer generates the wrong version of .resx files for .NET 3.5 projects
and convert .resx on project upgrade/downgrade (as noted in a comment on the issue)
|
14 years ago |
Siegfried Pammer
|
a7309fc677
|
fix SD-1726 - WPF loads assemblies by their unqualified name
|
14 years ago |
Siegfried Pammer
|
7af6e0be23
|
implement proper exception handling for flush errors in forms designer
|
14 years ago |
PeterForstmeier
|
4e460c9ab2
|
FormsDesigner.GripdOptions - Change TextBlock to Label (AccessKey), update resource
|
14 years ago |
PeterForstmeier
|
4562c5118d
|
Remove WindowsFormsGridOptions.xfrm
|
14 years ago |
PeterForstmeier
|
c2123ecb5c
|
Convert FormsDesigner GridOptionsPanel to WPF
|
14 years ago |
PeterForstmeier
|
06354264d3
|
remove unused files, adjust FormsDesigner.addin
|
14 years ago |
PeterForstmeier
|
bab2c9d135
|
Convert FormsDesigner LocalizationModelOptionsPanel.cs to WPF
|
14 years ago |
Siegfried Pammer
|
8ffb5462d8
|
fix SD-1816 - Forms Designer generates invalid code when targeting previous versions of .NET
|
14 years ago |
Daniel Grunwald
|
68f75c067b
|
Fix SD-1872 - Forms Designer is unbearably slow in 4.2
|
14 years ago |
Daniel Grunwald
|
5843b2b30b
|
Add support for <MenuItem type="CheckBox"/> in WPF menus.
|
14 years ago |
Matt Ward
|
9b1ee1d5e0
|
Fix forms designer not using spaces in generated code when text editor is configured to convert tabs to spaces.
|
14 years ago |
Eusebiu Marcu
|
6af905de05
|
properly fix SD-1716 - http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1716&PROJID=4
|
14 years ago |
Eusebiu Marcu
|
d151b9a5fa
|
fix renaming UserControl.Name
|
14 years ago |
Eusebiu Marcu
|
58e5ace255
|
fix SD-1716 - http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1716&PROJID=4
|
14 years ago |
Siegfried Pammer
|
2087328303
|
removed calls to obsolete StringParser.Parse overload
|
14 years ago |
Daniel Grunwald
|
e10d969891
|
WinForms designer: Add workaround for InvalidOperationException in DesignerHost.Dispose
Also, get rid of some unexpected reentrancy.
|
15 years ago |
Matt Ward
|
540b66cc37
|
Ignore FileLoadException thrown when attempting to load an unverifiable assembly.
|
15 years ago |