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
11 years ago
Christoph Wille
268b3cad91
Update string resources for 5.1 Beta
11 years ago
olegbevz
e902157792
Restore all code for assembly info editor
11 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.
11 years ago
olegbevz
a3128c0c1c
add AssemblyInfoPanel.xaml.cs
11 years ago
Siegfried Pammer
053a436889
Revert "Assembly Info Editor (issue #96 )"
11 years ago
olegbevz
c81f307638
Revert some changes
11 years ago
olegbevz
3ea6e25897
Revert some project changes
11 years ago
olegbevz
05637b70a9
Add some comments
11 years ago
olegbevz
be0c6a343f
Update assembly flags generation algorithm
11 years ago
jogibear9988
428588528a
Fix WrapItems Container not Dragable
11 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!
11 years ago
jogibear9988
27e6a81474
A global Property Changed Event in the Component Service
11 years ago
gumme
393a39dda4
Added null-check necessary when a markup extension without a wrapper is added to a collection.
11 years ago
olegbevz
807651fe54
Add namespace restore while saving assembly info
11 years ago
olegbevz
66127ce814
Add write asssembly flags support
11 years ago
olegbevz
00b34016c2
Add assembly info writing tests. Add Assembly Flags reading support.
11 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.
11 years ago
olegbevz
6f7eb3b7da
Add assembly info provider reading tests
11 years ago
Daniel Grunwald
e5b17a327b
Add 'CreateActions' to FileTemplate, and use them to start the report wizard instead of relying on IsDirty.
11 years ago
olegbevz
3de10a3d5e
MessageBox if some of the assembly info values was incorrect
11 years ago
Matt Ward
56ef4ff293
Handle being unable to read or update NuGet.Config.
11 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.
11 years ago
jogibear9988
3870c83f3f
Missing 1 DesignTimeProperty
11 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!
11 years ago
lvv83
cccce55c7b
Fix in exception templates (xml docs)
11 years ago
olegbevz
b3d04861a4
Add languages list for neutral language option
11 years ago
jkuehner
3e1b6e580d
Changes to WrapitemsIn... so it can be used from external Code
11 years ago
olegbevz
7d57cc7a13
Add button for generating new GUID
11 years ago
olegbevz
2c27884923
Add AssemblyInfoViewModel
11 years ago
olegbevz
6c2fc19637
No guid and versions displayed if there is no attributes in assemblyinfo file.
11 years ago
olegbevz
c8198ab98a
Add new options to assembly info editor: AssemblyDefaultAlias, AssemblyInformationalVersion, CLSCompliant, JitOptimization, JitTracking
11 years ago
gumme
13002cf065
Added update of child markup extensions when markup extension chain is updated.
11 years ago