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
jkuehner
1d9266c15d
Fix Unit Tests & Value Restore on .NET Properties
10 years ago
Matt Ward
c0ff79e49e
Uninstall-Package can now remove solution level NuGet packages.
...
Previously if a solution level NuGet package, such as Fake, was
installed then running the Uninstall-Package cmdlet would not find
the Fake NuGet package and report an error. Now if the NuGet package
is not found in the project's package repository then the solution's
package repository is checked.
10 years ago
jkuehner
93f7bc2bc5
NotifyPropertyChanged in DesignSurface
10 years ago
jkuehner
c7a24a9aa4
Reset does not work .NET Properties so store the old Value
10 years ago
jkuehner
8992783d30
Pan with middle Cursor
10 years ago
jkuehner
646600c88a
Command's for Alignment
10 years ago
jkuehner
2cdeb9dc3d
Merge remote-tracking branch 'remotes/sd/master'
10 years ago
Peter Forstmeier
abaaaf8a12
WpfVisitor can Display Image
10 years ago
Peter Forstmeier
b8ed1af02f
Image run in Designer
10 years ago
Peter Forstmeier
273fea0c17
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
10 years ago
Peter Forstmeier
ab1b9d88ee
Expressions -> TimeSpan handling in grouped List's
10 years ago