Matt Ward
a933b8e838
Add SharpDevelop user agent in NuGet feed requests.
12 years ago
Matt Ward
0d66fced22
Add text examples to CSS syntax highlighting.
12 years ago
Matt Ward
04910cd5f0
Add missing JavaScript highlighting colors in options dialog.
12 years ago
Andreas Weizel
133358a9f8
Base types in ClassBrowser now shown, but only if defined in same project or in one of added custom assemblies.
12 years ago
Andreas Weizel
cc99d46805
Added text of error messages shown by ModelFactoryExtensions to resources, updated resource files.
12 years ago
jkuehner
d01d360231
Fix Error Line Number in XAML Files!
12 years ago
Andreas Weizel
5dd62946cc
Introduced "Convert interface to abstract class" context action.
12 years ago
Siegfried Pammer
8519f8bebd
fix some wrong locations and tokens in InsertMissingTokensDecorator
12 years ago
Noam Wies
3d93762646
Merge remote-tracking branch 'icsharpcode/master'
12 years ago
Andreas Weizel
8a9e28ac67
Better synchronization of checkboxes in "Insert Ctor" snippet dialog.
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
Andreas Weizel
05e78b1152
Moved CreateAssemblyModelFromFile utility methods from ClassBrowserPad to separate ModelFactoryExtensions class (as extension methods).
12 years ago
jkuehner
4573eeec9c
Remove Name from a Pasted Control when it exists in the NameScope
12 years ago
jkuehner
190e56e33a
Fix conflicts after merge
...
Merge remote-tracking branch 'upstream/master'
Conflicts:
src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Project/PropertyGrid/PropertyGrid.cs
src/AddIns/DisplayBindings/WpfDesign/WpfDesign.XamlDom/Project/WpfDesign.XamlDom.csproj
src/AddIns/DisplayBindings/WpfDesign/WpfDesign.XamlDom/Project/XamlProperty.cs
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
jkuehner
ab3507ff05
Make the PropertyGird to a CustomControl so that it is Restyleable
...
Changed the Filter TextBox to a Clearable Text Box
Made Icons for Switching between Events and Properties View
Mad already icons for different property Group Modes (Popular, PropertyGroups and All) but these need to be implemented (Icons now commented out!)
12 years ago
jkuehner
f535a52893
PrimarySelection should also call RaisePropertyChanged
12 years ago
jkuehner
c029f3acbc
Rotate Thumb loses it's Rotation when used again, fixed
12 years ago
jkuehner
dfbd921f22
Fix Resizing & Positioning when Zoomed in or Out
12 years ago
jkuehner
822bd182d2
Set BoundsPrecision to 1, you can't place Controls so Perfectly with the Mouse, so this is enough
...
or you get ugly Values like Width="123.45678912" in XAML
12 years ago
jkuehner
aa075d4661
Disable Reset on Context menu when property is not Set
12 years ago
jkuehner
4011b68f35
Fix Default Initializer
...
- Fix Problems with nested TextBlocks (Text was removed when it was set)
- Fix that not every ContentControl can have a String as Content (for Example Zoom Control in Extended WPF Toolkit)
12 years ago
jkuehner
8e3a5c645c
Margin Handle fixes
...
When Docking to Left and Right (Stretch), unset the Width Property
same with Top & Bottom
12 years ago
jkuehner
f37b116482
Default Placement Behavior
...
- Support for Expander (expand on Drag Over)
- Dont Support direct Content on User Controls
12 years ago
jkuehner
820b8cedb7
Canvas Placement:
...
- Support of Right, Bottom Alignment (and keep it when Moving around)
- Gray out when Entering Canvas
12 years ago
jkuehner
397d418e07
Make DesignSurface a CustomControl, so it can be Restyled when using it an own Project!
...
Also fixes crashes in Visual Studio 2012, where the Design Surface did not work as UserControl
12 years ago
jkuehner
569f8629d1
Show a Rectangle when a Property is set!
...
(like in the VS2012 Property Grid)
12 years ago
jkuehner
f2ea63706e
Rotate Controls via a RotateThumb
12 years ago
jkuehner
c0a614d153
Copy/Paste ContextMenu on Outline Node
12 years ago
jkuehner
cb5050cb7b
Allow a Gradient Brush correctly Parsed to XAML and Back!
12 years ago
jkuehner
935f12b040
Fixes of the Brush Editor in the Propertygrid View:
...
- Allow to Select wich Gradient should be changed.
- Allow the Editor to Popup after a brush had been set!
12 years ago
jkuehner
189f48142f
Allow Copy&Paste of Controls not defined in the Framework Assemblys
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