tbulle
5ffc7056ae
Enable multiple Extension override.
...
Lien and Polyline handling, needs controls creation
11 years ago
Siegfried Pammer
3ea20cfaa6
Merge pull request #627 from gumme/WpfDesignerMarkupExtensionWrapper
...
MarkupExtensionWrapper is now public to make it possible to make wrapper...
11 years ago
Siegfried Pammer
c07fd2adde
Merge branch 'gumme-WpfDesignerExtensionKeyHandler'
11 years ago
Siegfried Pammer
d69ac5f157
Merge branch 'WpfDesignerExtensionKeyHandler' of git://github.com/gumme/SharpDevelop into gumme-WpfDesignerExtensionKeyHandler
...
Conflicts:
src/AddIns/DisplayBindings/WpfDesign/WpfDesign.Designer/Project/DesignPanel.cs
src/AddIns/DisplayBindings/WpfDesign/WpfDesign/Project/WpfDesign.csproj
11 years ago
Christoph Wille
268b3cad91
Update string resources for 5.1 Beta
11 years ago
Siegfried Pammer
bcae54ad89
Merge pull request #626 from olegbevz/master
...
Assembly Info Editor (issue #96 , second attempt)
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
Oleg Bevz
b3c9ffa9d5
Merge pull request #1 from icsharpcode/master
...
Trying to update my fork ...
11 years ago
olegbevz
a3128c0c1c
add AssemblyInfoPanel.xaml.cs
11 years ago
Siegfried Pammer
eb05c8a1e0
Merge pull request #625 from icsharpcode/revert-624-master
...
Revert "Assembly Info Editor (issue #96 )"
11 years ago
Siegfried Pammer
053a436889
Revert "Assembly Info Editor (issue #96 )"
11 years ago
Siegfried Pammer
f62c9fc063
Merge pull request #624 from olegbevz/master
...
Assembly Info Editor (issue #96 )
11 years ago
Siegfried Pammer
47cc3bdaa8
Merge pull request #623 from jogibear9988/master
...
A global Property Changed Event in the Component Service
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
Andreas Weizel
1592b216ee
Merge pull request #612 from turbanoff/master
...
Allow Ctrl+A in ExceptionBox
11 years ago
Andreas Weizel
863fd66ba8
Merge pull request #618 from lvv83/template_fix
...
Fix in exception templates (xml docs)
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
Siegfried Pammer
0dd32ed2b6
Merge pull request #622 from gumme/WpfDesignerMarkupExtensionInsertFix
...
Added null-check necessary when a markup extension without a wrapper is ...
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
Siegfried Pammer
992dc62d2d
Merge pull request #620 from jogibear9988/FixXamlDesignerInSD
...
Fix xaml designer in SD
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
Siegfried Pammer
485b758ead
Merge pull request #619 from jogibear9988/master
...
Allow WrapItemsNewContainer to be used from Outside
11 years ago
jogibear9988
5b0f28b5e3
Merge remote-tracking branch 'remotes/sd/master'
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
Siegfried Pammer
844766bfc9
Merge pull request #617 from gumme/WpfDesignerMarkupExtensionCanPrintFix
...
Fixed bug; CanPrint was only checked for the first property using nested...
11 years ago
Siegfried Pammer
a84b9965ab
Merge pull request #614 from jogibear9988/master
...
Bugfix Exception when Deleting Objects ...
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
Andreas Weizel
a356868562
Fix #616 : Accessing an object list in ConsolePad causes unhandled exception
11 years ago