Siegfried Pammer
7196a27721
disable support for custom controls in WPF designer, due to http://community.sharpdevelop.net/forums/p/19968/50794.aspx#50794
12 years ago
Daniel Grunwald
240d4e669c
Update AvalonEdit.nuspec for 4.4 release.
...
Changed buildpackages.cmd to process <inheritdoc> in the XML documentation files.
12 years ago
Daniel Grunwald
9bc803afcb
Fix #258 : Incorrect property used in WpfDesigner.Designer.ModelTools
12 years ago
Siegfried Pammer
8cf4ce9a91
rename should not be executed, if the name is not valid or the selection was changed
12 years ago
gumme
1f59343285
Name changes is now performed using UndoService. This also fixes that name changes was not always saved to xaml source.
12 years ago
Christoph Wille
0352d2382b
Update version number for first point release
12 years ago
Christoph Wille
b949e50464
Update Choc package for 4.4
12 years ago
Matt Ward
1cfe96d5b5
Fix error when installing EF.SharpDevelop NuGet package.
...
Enumerating the EnvDTE.Project.Object.References in a different app domain
was trying to load the PackageManagement assembly and failing. Changed
EnvDTE.References so it only exposes types in the SharpDevelop.EnvDTE assembly
and switch to using IEnumerable on the EnvDTE.References class.
12 years ago
Matt Ward
d5d7fd4281
Add PublicKeyToken, StrongName and Identity to EnvDTE.Reference
...
Used by Entity Framework 6
12 years ago
Daniel Grunwald
d81caa62a6
Don't crash if SideBarConfig.xml cannot be loaded.
12 years ago
Siegfried Pammer
aef0b59068
Merge pull request #79 from gumme/WpfDesignerPointerBugFix
...
Fixed SD-1931 - Dragging Pointer from toolbox to WPF designer throws exception.
12 years ago
Matt Ward
edaea04978
Remove unused code.
12 years ago
Matt Ward
91473ac505
Fix old NuGet packages not being removed on updating.
...
Updating to a new NuGet package or installing a new NuGet
package with the old one still installed would leave the
old unused NuGet package in the packages folder.
12 years ago
Matt Ward
1fabf08c7a
Fix NuGet packages showing as installed in solution.
...
NuGet packages that were still in the packages folder but
not installed in any projects are now not shown in the
Installed tab when managing NuGet packages for the solution.
12 years ago
gumme
89ddb464da
Fixed SD-1931 - Dragging Pointer from toolbox to WPF designer throws exception.
12 years ago
Matt Ward
69bd540863
Fix error when installing MVVMLight NuGet package.
...
Append backslash to project directory name when returning
the full path from EnvDTE.Project.Properties.
12 years ago
Matt Ward
8272845a47
Support LocalPath in EnvDTE.Project.Properties.
12 years ago
Matt Ward
9fc8710252
Support LocalPath property in an EnvDTE.ProjectItem.Properties.
12 years ago
Matt Ward
aa6ec0d463
Fix error when installing Fody addins with NuGet.
...
Implement EnvDTE ProjectItem.Save()
12 years ago
Matt Ward
5a4cac8dae
Fix project build error after installing Fody NuGet package.
...
The Fody NuGet package has an install PowerShell script that
directly updates the MSBuild project from the
Microsoft.Build.Evaluation.ProjectCollection.GlobalProjectCollection
to set a FodyPath property that defines where the Fody.targets
file should find the main Fody assembly.
Extended the support added for the Microsoft.Bcl.Build NuGet package
so project properties added by directly updating the MSBuild project
from the GlobalProjectCollection are added/updated in the actual
project file.
No support for updating properties that exist multiple times inside
a project (e.g. OutputPath).
12 years ago
Matt Ward
5d2417fdc0
Update NuGet to version 2.7.2
...
NuGet.Core version 2.7.41101.299
12 years ago
Daniel Grunwald
a9c6ea6b65
Add .NET 4.5.1 target framework.
12 years ago
Daniel Grunwald
52ab4d36a5
Normalize newlines in *.cs
12 years ago
Siegfried Pammer
e050421879
add support for Solution Format 12.00
12 years ago
Daniel Grunwald
2dfa409711
Fix some compiler warnings.
12 years ago
Matt Ward
de00d29db3
Update NUnit to version 2.6.3
12 years ago
Christoph Wille
24ce089696
Merge branch 'master' of https://github.com/icsharpcode/SharpDevelop
12 years ago
Christoph Wille
ff27882f9c
Chocolatey package for SD 4.3.3
12 years ago
mathiassimmack
b15ecba5b5
ToolNotFoundDialog added to Contents and Search commands, FSharp added as supported project language
12 years ago
Siegfried Pammer
d16566ee9d
update localization resources
12 years ago
mathiassimmack
757391035b
see last commit, here are the missing pieces
12 years ago
mathiassimmack
d102150698
new ToolNotFoundDialog if HelpLibManager is not installed, rewritten debug messages, Help 3.0 renamed into HelpViewer (debug msgs)
12 years ago
Christoph Wille
36f38bf456
Update 4.5.1 Developer Pack URL to RTM version of download
12 years ago
Siegfried Pammer
13b2b3a7f9
fix exception handler in case of errors while deleting a directory from a SVN repository.
12 years ago
Siegfried Pammer
4e43caa38f
Update SharpSVN to 1.8 beta
12 years ago
Siegfried Pammer
b8652b7369
Merge pull request #72 from jogibear9988/WPFDesignerFixes
...
Wpf designer fixes & Extensions
12 years ago
Matt Ward
4f618c4e46
Update NuGet to version 2.7.1
...
NuGet.Core version 2.7.40911.225
12 years ago
Matt Ward
93e01cceae
Update IronPython to version 2.7.4
12 years ago
Matt Ward
195fa858a7
Launch html page with software dependencies after install.
12 years ago
jkuehner
77bb8e480a
Layout Rounding Design Time Property
...
Expression Blend sets this Property sometimes
12 years ago
jkuehner
d267d43428
Outline Node.
...
Show Children of for Example AvalonDock2 in Outline Node
12 years ago
jkuehner
f8c08d5b0d
Fix in design Panel -> element was null
12 years ago
jkuehner
b2655efc5b
* Proportional Resize when pressing Ctrl
12 years ago
jogibear9988
ccd532ab86
Outline view : Filtering & Scroll Selected Control into View on Design Area
12 years ago
jogibear9988
2194f16822
Xaml Designer:
...
- Support IsLocked Design Time Property
- Support Filtering in Outline View
12 years ago
Siegfried Pammer
3a2d44b13a
update version to 4.4
12 years ago
Siegfried Pammer
c4e92eb516
add support for XML-Doc located in 4.5 and 4.5.1 .NET frameworks
12 years ago
Siegfried Pammer
64cfb62ab6
fix F1 context help on enum types
12 years ago
Siegfried Pammer
445d246f37
Merge pull request #71 from gumme/NamescopeFixes
...
Fixed namescope problems in WPF Designer
12 years ago
Siegfried Pammer
363eacbd5e
Merge pull request #70 from gumme/WpfDesignerFixes
...
Wpf designer fixes
12 years ago