jogibear9988
37d34713bf
Null Ref fix
11 years ago
jkuehner
3486ea6d05
Better Basic Metadata
11 years ago
jkuehner
71e42897cd
Better Polyline/Polygon/Line Support
11 years ago
jkuehner
b928039f66
Polygon/Polyline should be Resizeable
...
-> todo: Recalculate the Points when Polyline is stretched
11 years ago
jkuehner
750928d082
Polyline -> Some extensions should not be disabled
11 years ago
jkuehner
f5f4652b67
Support for drawing Polygons
11 years ago
jkuehner
4093e42edf
Fix Polyline Points where not saved to XAML
11 years ago
jkuehner
038373f6f9
Few more Polyline fixes
11 years ago
jkuehner
8949c265eb
Polyline Fixes
11 years ago
jkuehner
47d7ba0834
Support for drawing a Polyline
11 years ago
Abdelkarim Sellamna
af2cfa321c
tweaked the right margin for membersComboBox of the QuickClassBrowser.
11 years ago
Abdelkarim Sellamna
177dbe5dde
Fixed DropShadow issue
...
Fixed an issue with the DropShadowEffect in the NavigatorWindowStyle of
AvalonDock.
11 years ago
jkuehner
e5da9a8282
Code Cleanup -> Line and Polyline Handlers
11 years ago
jkuehner
5088e7b786
Better Default Values for Rectangle, Ellipse, Shape...
11 years ago
jkuehner
831ea01e95
The Shape Control's should also be popular...
...
(As now there is support for some of them (and more to come))
11 years ago
jkuehner
990298c457
Support drawing new "Line" Objects on a Canvas
11 years ago
jkuehner
6e461ebc35
Basic Impl. of DrawLine support on Canvas.
...
Need to work on this a little bit more
11 years ago
Simon Bridewell
76803ef109
Add -mergebyhash command line option when running PartCover, to avoid trying to add the same assembly to the code coverage results more than once. See http://community.sharpdevelop.net/forums/p/22003/56296.aspx
11 years ago
olegbevz
8d24d35310
add VersionEditor control to Assembly Info panel for assembly versions editing
11 years ago
jkuehner
8951f3a2f9
Use "EnableAppXamlParsing" Setting, but default should be "true"
11 years ago
jkuehner
20c1bd6c22
Items Control should have a Transp. Background so it can be used as a Drop Target
11 years ago
jkuehner
6ca3555dc7
Code fixes in Line/Polyline Extensions
11 years ago
jkuehner
ebbe00a10c
Fix in Snapline - Middle Position is now drawn 1px aside
11 years ago
Andreas Weizel
78165ec089
Introduced "WPF Editor" option panel.
11 years ago
jkuehner
bb0efc503a
Fix Middle Snaplines were not correct!
11 years ago
tbulle
5ffc7056ae
Enable multiple Extension override.
...
Lien and Polyline handling, needs controls creation
12 years ago
Christoph Wille
268b3cad91
Update string resources for 5.1 Beta
12 years ago
olegbevz
e902157792
Restore all code for assembly info editor
12 years ago
gumme
99c39e2c6b
MarkupExtensionWrapper is now public to make it possible to make wrappers for non-standard markup extensions. Wrapper can be registered by applying MarkupExtensionWrapperAttribute or calling the static method RegisterMarkupExtensionWrapper of the MarkupExtensionWrapper class.
12 years ago
olegbevz
a3128c0c1c
add AssemblyInfoPanel.xaml.cs
12 years ago
Siegfried Pammer
053a436889
Revert "Assembly Info Editor (issue #96 )"
12 years ago
olegbevz
c81f307638
Revert some changes
12 years ago
olegbevz
3ea6e25897
Revert some project changes
12 years ago
olegbevz
05637b70a9
Add some comments
12 years ago
olegbevz
be0c6a343f
Update assembly flags generation algorithm
12 years ago
jogibear9988
428588528a
Fix WrapItems Container not Dragable
12 years ago
jogibear9988
f2958f8296
Bugfix: ComboBox Editor did not work!
...
The Attribute was not parsed when the Editor was in the other Assembly. Without the Attribute it works again!
12 years ago
jogibear9988
27e6a81474
A global Property Changed Event in the Component Service
12 years ago
gumme
393a39dda4
Added null-check necessary when a markup extension without a wrapper is added to a collection.
12 years ago
olegbevz
807651fe54
Add namespace restore while saving assembly info
12 years ago
olegbevz
66127ce814
Add write asssembly flags support
12 years ago
olegbevz
00b34016c2
Add assembly info writing tests. Add Assembly Flags reading support.
12 years ago
Matt Ward
b83ab81abf
Support target framework specific NuGet PowerShell scripts.
...
Fix AutoMapper NuGet PowerShell scripts not being run.
A NuGet package can have install.ps1 and uninstall.ps1 PowerShell
scripts that target a particular framework based on the tools
subdirectory where they can be placed:
tools\net40\install.ps1
tools\net40\uninstall.ps1
Previously SharpDevelop would only look in the tools directory for
these scripts. Now it will use the project's target framework to find
the most compatible PowerShell install or uninstall script.
Note that NuGet does not support init.ps1 being target framework
specific and it will only be run if it exists in the tools directory
inside the NuGet package.
12 years ago
olegbevz
6f7eb3b7da
Add assembly info provider reading tests
12 years ago
Daniel Grunwald
e5b17a327b
Add 'CreateActions' to FileTemplate, and use them to start the report wizard instead of relying on IsDirty.
12 years ago
olegbevz
3de10a3d5e
MessageBox if some of the assembly info values was incorrect
12 years ago
Matt Ward
56ef4ff293
Handle being unable to read or update NuGet.Config.
12 years ago
Matt Ward
6b03044477
Use NuGet's PackageSourceProvider.
...
Move logic out of SharpDevelop and use NuGet's PackageSourceProvider
to read and update NuGet package sources in NuGet.Config.
12 years ago
jogibear9988
3870c83f3f
Missing 1 DesignTimeProperty
12 years ago
jogibear9988
b3ea4a0efb
Bugfix Assembly Version Problem
...
After this fix you can use the XamlDesigner also to Develop the XamlDesigner!!!
Before that we've had Bug's because of multiple loaded Assemblies with the same Name!
12 years ago