Daniel Grunwald
e25c69457c
Set samples/XamlDesigner to .NET 4.5.
12 years ago
jkuehner
d8b9121ac2
Add a ThumbnailView control
...
(show a Miniature View of the workspace)
12 years ago
jkuehner
6a39a57d10
Own Type Finder for XamlDesigner Project -> needed for tests, so that other assemblys work
12 years ago
jkuehner
3a2ec306e5
XAML Designer Demo Project -> Add the Posibility to Add Controls from other Assemblys to the ToolBox
...
(needed for further testing)
12 years ago
Daniel Grunwald
cef7bd1a6c
Fixed XamlDesigner sample
15 years ago
Kumar Devvrat
98cb4f643c
Copy ICSharpCode.SharpDevelop.Widgets to output directory to resolve missing references, see http://community.sharpdevelop.net/forums/t/11421.aspx
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5984 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
061496afc3
Started work on SD2-1592 - Add back highlighting editor for AvalonEdit
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5572 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
9daf455136
Remove XamlDesigner2.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@5438 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Siegfried Pammer
19406653ea
- improved WPF designer in some areas
...
- added missing implementations of methods in VBNetFormattingStrategy
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4823 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
36baa1af87
Move WPF Designer to .NET 4.0.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4783 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Daniel Grunwald
8429b4a3af
Restore XamlDesigner to match old WPF Designer version
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@4781 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
16 years ago
Matt Ward
1f4a614b4c
Removed XamlDesigner sample.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3779 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Ivan Shumilin
fada9f0e0d
remove duplicated projects and reference, update output paths in *.csproj
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3625 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Ivan Shumilin
1069fc57dc
xaml specification, xaml backend, reorganize code, etc etc
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3609 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Ivan Shumilin
6812aa497e
- Update code related to XamlObject.XmlAttribute (ME support)
...
- XamlParser throws an exception on error if error sink not available
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3529 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Ivan Shumilin
110e3d9954
Create controls immediately when dragging from the toolbox
...
TODO: cursor should be in the center of the control
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3528 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
22cb860681
Move OutlineTreeView into WpfDesign.Designer.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3498 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Ivan Shumilin
74a952bdb5
WPF Designer: Report loading errors (TaskService for integrated version, ErrorListView for standalone)
...
TODO (for v4):
1. Auto parse -> update errors
2. Design/Undo/Redo -> update errors
3. Jump to XmlNode (position tracking required)
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3441 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Ivan Shumilin
945d491f87
- Commands routing (for integrated and standalone WPF Designer, CCP still not implemented)
...
- Rework DesignSurface (more xaml, popular controls through metadata)
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3435 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Ivan Shumilin
b2015b1d0b
- Improve PropertyGrid performance (select, move, undo much faster now)
...
- Try another category set
- In PropertyGrid: Colorize Binding, Resources; "(type)" / disable TextBox where needed
- Bug fixing: XamlProperty.IsSet now works correctly, ...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3434 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Ivan Shumilin
e5f10aa958
- If element selected it can be resized (independent from IPlacementBehavior)
...
- DefaultPlacementBehavior through ContentProperty
- Preparation for guidelines done
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3333 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Ivan Shumilin
d2b9992a47
- MarkupExtension know loading as XamlObject: no difference between <Binding/> and {Binding} syntax.
...
- Support for NameScopes, Binding
- Remove TreeView dependency from PropertyGrid (now DataTemplates)
- Fixing Outline, XamlFormatter, ME Tokenizer/Parser
- Expremints with EnumBar
Broken:
- BrushEditor (serialization still required)
- XamlObject.XmlElement must be always consistent
(in the case of ME it's detached from real Xml), during parsing too.
TODO: Designer Itself!
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3329 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Ivan Shumilin
17b3167cf8
Add some failing tests. Remove tiny bugs from MarkupExtensionTokenizer.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3303 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Ivan Shumilin
c56d7b14dd
Outline for XamlDesigner + Remove old code.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3283 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Ivan Shumilin
c552ad0b93
Cleanup after move.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3271 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Ivan Shumilin
5e4ddf3a16
Move XamlDesigner to samples
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3269 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago