Matt Ward
f1739624fe
Fix Resource Editor not showing comments
...
Fixes #714
10 years ago
Matt Ward
761f14e419
Fix WinForms designer not resolving OxyPlot assembly.
...
With an OxyPlot.WindowsForms.PlotView on the form on re-opening the
form in the designer you would see the following error message and
the form would not be displayed:
Could not find type 'OxyPlot.WindowsForms.PlotView'
The PlotView type was being resolved correctly by the
TypeResolutionService to the OxyPlot.WindowsForms assembly but
getting the type required OxyPlot.dll to be resolved which was
not being done.
Fixes #713
10 years ago
Peter Forstmeier
b27408d323
PageBuilder - GroupedList
10 years ago
Peter Forstmeier
ea71545bd5
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
10 years ago
Peter Forstmeier
c7c4344459
Wpf Border
10 years ago
Siegfried Pammer
e063402273
fix forum http://community.sharpdevelop.net/forums/t/22259.aspx
10 years ago
Siegfried Pammer
3bbf03665a
Merge pull request #712 from jogibear9988/SdWidgetsDependecy
...
Remove WpfDesigner Dependecy to SD Widgets
10 years ago
jkuehner
57f3c9d3d7
Remove WpfDesigner Dependecy to SD Widgets
10 years ago
Siegfried Pammer
f88ae80e23
Merge pull request #692 from jogibear9988/master
...
Multiple fixes for WpfDesigner
10 years ago
Siegfried Pammer
1006dfc433
Merge pull request #711 from gumme/WpfDesignerCollectionUpdateMarkupExtensionChain
...
Fixed bug with unresolved resources in Binding inside MultiBinding
10 years ago
Andreas Weizel
8a9884a6b9
Updated resources from RFT.
10 years ago
Andreas Weizel
d8bcc40bb8
Merge pull request #708 from devgopher/master
...
A grammar mistake in Russian localization fixed
10 years ago
devgopher
101b83e5eb
A grammar mistake in Russian localization fixed
10 years ago
gumme
7b78ef6fad
Fixed bug; If a Binding inside a MultiBinding is referencing a resource not available until the MultiBinding is added to the tree, the resource was not resolved.
10 years ago
Peter Forstmeier
e454d66947
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
10 years ago
Peter Forstmeier
040e026a4e
StandardFormatter.cs
10 years ago
jkuehner
3e1bd35020
DesignItemBinding -> DisableAskOnChange
10 years ago
Matt Ward
c76f8c2da8
Support Update-Package -reinstall for all packages in all projects.
10 years ago
Matt Ward
5d65596d2c
Show package not found error message for Update-Package -reinstall
...
Fixed null reference exception when package not found when
reinstalling a package for a single project.
Throw an exception when the package id cannot be found when
reinstalling a package for a single project or if the package id
cannot be found in any project when reinstalling for all projects.
10 years ago
Matt Ward
34fa909f38
Support Update-Package -reinstall for a package in all projects.
10 years ago
Matt Ward
5971f61b14
Support Update-Package -reinstall for all packages in project.
10 years ago
Matt Ward
3b1222bca3
Do not open readme.txt when reinstalling a NuGet package.
...
Update-Package -reinstall was opening the NuGet package's readme.txt
as though the NuGet package was being installed for the first time.
10 years ago
Matt Ward
902b1363d8
Support Update-Package -reinstall for project and package id.
...
Update-Package does not currently support reinstalling across multiple
projects or reinstalling all packages for a single project.
10 years ago
Matt Ward
204e6cbe17
Fix target framework for NuGet dependency being ignored.
...
A NuGet package can specify a dependency on another NuGet package when
a particular target framework is being installed:
<dependencies>
<group targetFramework="net40">
<dependency id="MyDependency" version="1.0"/>
</group>
</dependencies>
Installing this NuGet package into a project that targets net20 and
the MyDependency being unavailable on any NuGet feed should not fail.
Only installing the NuGet package into a project that targets net40
will this dependency be resolved.
10 years ago
jkuehner
44187f5779
Work on a Extension for User Shape Types
...
(wip)
10 years ago
Matt Ward
58b30e102d
Update to NuGet 2.8.7
...
NuGet.Core is updated to version 2.8.7 but NuGet.exe has only been
updated to version 2.8.6 since there has been no 2.8.7 version
released. The difference between 2.8.6 and 2.8.7 is one change to
how PowerShell is configured for Visual Studio which will have no
impact on NuGet.exe.
10 years ago
jkuehner
0751c7fbd8
Access DesignSurface from Panel!
10 years ago
jkuehner
48f64dbd1a
Get all Set Properties
10 years ago
jkuehner
a2f8ecf3fc
Fix Exception in XamlDesigner
10 years ago
Matt Ward
d664d6def5
Support DependencyVersion parameter in Install-Package cmdlet
10 years ago
jkuehner
d61cee604c
Fix unit Tests
10 years ago
jkuehner
dd6404c301
Move Inserted components by 10 Pixel
10 years ago
jkuehner
1535c2df77
Fix Namescope Issue for Recursive Elements
10 years ago
jkuehner
0e49242b83
Raise an Event when a Component is Removed
10 years ago
Siegfried Pammer
d5052dc59b
SD 5.1 RC designation + string resource update
10 years ago
jkuehner
55ef5ab75a
Extend DesignItemBinding
10 years ago
jkuehner
8cf8bde140
Apply CenterX,Y only when != 0
10 years ago
jkuehner
94ff0eba9a
Rotate Left/Right Command
10 years ago
Siegfried Pammer
b34492abe0
fix debugger unit tests for .NET 4.6 RC
10 years ago
jogibear9988
10baef1e4d
Fixes in DesignItemBinding!
10 years ago
jogibear9988
945af62075
Better DesignItemBinding
10 years ago
jogibear9988
35b7b8e463
Implement IEnumerable on XAML Properties
10 years ago
jogibear9988
db2a41dcba
Fix Selection after Delete in WPF Designer
10 years ago
Peter Forstmeier
c9162e1609
Images in WpfPreview and pdf
10 years ago
Peter Forstmeier
7deb8af9ff
Pdf/PdfVisitor.cs - DrawLine
10 years ago
Peter Forstmeier
cc2b4090b5
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
10 years ago
Peter Forstmeier
b385ea69de
Pdf from Rectangle and Circle as Container
10 years ago
Andreas Weizel
2069129010
Merge pull request #690:Few fixes & addons for WPF Designer
10 years ago
Peter Forstmeier
f1b78f0fea
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
10 years ago
Peter Forstmeier
07fd0111c7
Rectangle works as container for other Items
10 years ago