jkuehner
d4481df5e6
Remove accidently commited Code in Rotate Thumb
12 years ago
jkuehner
405666639b
Restore Icons (reverted from merge)
12 years ago
jkuehner
1112f9ffcc
New Style for EnumButton
12 years ago
jkuehner
96cd42ca0e
Hide Rotate Thumbon Window
12 years ago
Siegfried Pammer
f89bca0a7f
update Icons used for snap-line and grid placement
12 years ago
Siegfried Pammer
3e62472120
replace some icons in WPF designer with icons suggested by Michael Seeger
12 years ago
Siegfried Pammer
f30d838898
normalize file headers
12 years ago
Siegfried Pammer
63591aceb5
fix line endings and formatting in ThumbnailViewPad
12 years ago
jkuehner
a476973504
RenderTransformOriginThumb fixes. Was not correctly positioned.
12 years ago
Daniel Grunwald
0aee08dc57
Replace HighlightedInlineBuilder with RichTextModel.
12 years ago
jkuehner
55027f64cd
RenderTransformOriginExtension:
...
- Make it look cleaner (Circle 1 Pixel Thick instead of 2)
- Round it to 4 Digits (we can not use the Precision of 1 which we use for Controls Positioning, because it's a relative Value in the Control!)
12 years ago
jkuehner
72d4f590bf
TypeFinder in XAML Designer AddIn
...
-> Show a warning when a Exception occurs while trying to load a Assembly
12 years ago
Siegfried Pammer
1ab1d4be4c
fix some issues:
...
- formatting and indentation in some files
- do not catch and mute all exceptions in some cases
- use RhinoMocks to mock required services in tests
12 years ago
jkuehner
d4282bae87
Add a Control & Extension to Change the Render Transform Origin!
12 years ago
jkuehner
56eeb24d0f
Rotate Thumb -> Set Render Transform origin when not yet set!
12 years ago
jkuehner
1f63e2dffb
Translation for "Press Alt Text" in WpfDesigner
12 years ago
jkuehner
c68614cfd6
WhenCopy Unit Tests now work!
...
But they need to check for Types, not for the Instance because the Instance is Cloned
12 years ago
jkuehner
7c12634473
Fix Insert Test -> Button Can now recieve Content!
12 years ago
jkuehner
b4f3ac6345
Fix Cannot Add Test, because Button can now recieve Content! So use a Image instead!
12 years ago
jkuehner
238674e46f
A fix for the Unit Tests.
...
In them, the DesignPanel is not available
12 years ago
jkuehner
6a0f73eb2c
Don't Clear Name on copied Elements, change the name to "_Copy","_Copy1","_Copy2"....
12 years ago
jkuehner
a722477a11
Only a ReferenceProjectItem should be Added to the ToolBox
12 years ago
jkuehner
5373afe87a
Comment about the Brush speciality in XAML Document
12 years ago
jkuehner
81d9ed0916
Press "Esc" to Clears Text
12 years ago
jkuehner
1a87bc5516
TypeFinder in XamlDesigner Addin did not load the Referenced DLL's, so the Type finder could not find the Controls
...
-> For Example DocumentView in XamlDesigner Example Project did not find AvalonEdit Component!
12 years ago
jkuehner
4665be56a8
Better fix in Collection Support for Resource Dictionarys.
...
They way it was now, there could be 2 Styles with the same Type and then we get the "same Key already added" Exception!
12 years ago
jkuehner
a53c02c02d
A Resource Dictionary can not only contain Objects wich a Key or Styles.
...
For Example a DataTemplate may be in the ResourceDictionary and has no Key set and is no Style.
12 years ago
jkuehner
56bb7930d0
Fix if Collection Instance = null, so for Example XAML of a Window with ContextMenu can be parsed!
12 years ago
jkuehner
04c2654b9c
Outline Panel ToolTip Preview of the Control
...
-> like http://community.sharpdevelop.net/photos/kumardevvrat/picture30728.aspx
12 years ago
jkuehner
d01d360231
Fix Error Line Number in XAML Files!
12 years ago
Siegfried Pammer
8519f8bebd
fix some wrong locations and tokens in InsertMissingTokensDecorator
12 years ago
jkuehner
4f5edf8a54
New Width / Height Calculating.
...
If you a Control wich has a Width/height set in it's default Style, then this should be used as start size!
12 years ago
jkuehner
4573eeec9c
Remove Name from a Pasted Control when it exists in the NameScope
12 years ago
jkuehner
71897c0ffc
Xaml Object
...
When using GetPrefixOfNamespace the XMLElement may not yet be in the XML Tree, but the Xaml Object has it ParentObject Property already set, so use this!
12 years ago
jkuehner
51c6465ec8
Keep Quick Operation menu Size when zoomed...
...
So thats it is also usable when zoomed out very wide...
12 years ago
jkuehner
b29afc29d5
XamlParser
...
Show Inner Exception (when Present) on XAML Errors (helps a Lot more when having Errors!)
12 years ago
jkuehner
7e7bacccb3
Thumbnail View in WPF Designer Addin
12 years ago
jkuehner
0a8622a405
SharpDevelop -> Reload Toolbox when a reference is added
12 years ago
jkuehner
ff2bd53476
Show in the SharpDevelop ToolBox not only Controls from referenced DLL's, show also the Controls from Referenced Projects
12 years ago
jkuehner
3e2c99608b
XamlTypeResolverProvider GetNamespaceOfPrefix needs to look also on ParentObject to find the XMLNS, because,
...
new XML Element are created for Example for Binding, wich are not yet in the XML Tree, when XamlTypeResolverProvider is used, but
the ParentObject Property is set!
With this Method you find the correct Namespace through the Tree
12 years ago
jkuehner
d6bd1c3180
We need the System.Xaml Assembly also in the WpfTypefinder because othrwise Types like
...
NullExtension ({x:Null}) are not found because they life in this Assembly!
12 years ago
jkuehner
5e6212274f
WPF Design Addin
...
- allow use of Controls from referenced Assemblys
- don't show Designer on app.xaml
12 years ago
jkuehner
d8b9121ac2
Add a ThumbnailView control
...
(show a Miniature View of the workspace)
12 years ago
jkuehner
d56186c8f1
Correct Typo in Binding of the InPlaceEditor
12 years ago
jkuehner
617c074989
Windows have no ClipToBounds Property -> Hide It
...
(Or you got an error when you try compile the XAML)
12 years ago
jkuehner
7da8435853
Posibility to Move Controls via Keys
...
(like in VS and Blend)
12 years ago
jkuehner
df13af3c8e
Design Surface should Handle RequestbringIntoView of the ScrollViewer!
...
When not, sometimes when you Select Controls you move them Around even if you don't want to do this, because the Scrollviewer Scrolls
while Mouse Button is pressed!
12 years ago
jkuehner
5550b1991e
Resize PanelMoveAdorner and ContainerDragHandle when Zoomed, So you can also Move Controls when Zoomed Out very wide!
12 years ago
jkuehner
95d7bbf84b
Press "Alt" key to Enter a Container, do not Enter automatically.
...
Show a Info Text in the Container so that the User knows this!
=> same Behavior like in VS, because when you Enter automaticaly you can not move Contrls on Top of a Container with the Mouse
12 years ago
jkuehner
c09ab8c072
Better support for Lookless Controls:
...
- Border, Viewbox, ContentControl....
12 years ago