Tobias Gummesson
295f62532f
Fixed bug where list with errors in the designer was only updated if the document failed to load completely.
12 years ago
Tobias Gummesson
957b6f9e5d
If the ParentProperty is a collection the collection itself is the TargetObject (for example when adding Bindings to the MultiBinding.Bindings property).
12 years ago
Tobias Gummesson
84053d7d84
Removed Ignore attribute from WhitespaceTests so the tests in the class will be executed.
...
Made some modifications to XamlParser so it aligns with the official XamlReader and the WhitespaceTests will pass.
12 years ago
Tobias Gummesson
e5761c6d5c
Removed Ignore attribute from SimpleLoadTests so the tests in the class will be executed.
...
Made some modifications to XamlParser so it aligns with the official XamlReader and the SimpleLoadTests will pass.
12 years ago
Tobias Gummesson
9af480c2ee
Fixed so nodes in the property grid gets DesignItemProperty instances that really represents attached properties when an attached property is used.
...
When setting a property value as attribute, fixed so namespace prefix is only used for attached properties, and if no prefix is defined for a non-default namespace a new unique prefix is generated.
12 years ago
Tobias Gummesson
8df438f735
XML-namespaces for controls outside the default XML-namespace is now declared in the document root.
...
As prefix for the XML-namespaces it primarily uses the value from XmlnsPrefixAttribute if it exists for the XML-namespace, otherwise a "ControlsX" name is generated, where X is the first free value.
12 years ago
gumme
874e07edce
Merge remote-tracking branch 'upstream/master'
12 years ago
Christoph Wille
a5e4582b2a
Set version number to 4.3.2
12 years ago
Matt Ward
2a8abb0aa4
Merge branch 'nuget-2.5'
12 years ago
Matt Ward
25a316f1d5
Show NuGet console when running PowerShell scripts from Manage Packages dialog.
12 years ago
Matt Ward
5b441b46ab
Report PowerShell script errors in Manage Packages dialog.
12 years ago
Matt Ward
fdcc282862
Support FileConflictAction parameter in NuGet commands.
...
install-package jquery -FileConflictAction Overwrite
update-package jquery -FileConflictAction Ignore
12 years ago
Matt Ward
7555fc0590
Show WiX not installed message on creating new project and WiX is missing.
12 years ago
Christoph Wille
4040521a33
Chocolatey package support
...
Unresolved: 1603 fatal msi error if already installed
12 years ago
Matt Ward
be804c74b4
Add System reference to F# project templates.
12 years ago
gumme
ad869adade
Added generated GlobalAssemblyInfo.cs to avoid the requirement to compile whole SharpDevelop solution before loose referenced projects can compile.
12 years ago
gumme
95583e9f3c
Fixed so Resources are always first among child items.
12 years ago
gumme
990068d322
Its WPF standard to use parent type name as prefix before the dot when declaring a property as XAML element, and NOT the name of the type that declares the property.
12 years ago
gumme
763f4d115b
Fixed bug; Only sets the inner text of an XML element if the element type defines a Content property.
12 years ago
gumme
e1ba7bc282
Made it possible to add resources to a ResourceDictionary through DesignItemProperty.CollectionElements.
12 years ago
gumme
a1438e1e5e
Removing the optional "Extension" suffix from Markup Extension name if present.
12 years ago
Matt Ward
0dc979b09e
Add FSharp.Core reference to F# console project templates.
12 years ago
Matt Ward
d4c41e09b7
Add F# class library project templates.
12 years ago
Matt Ward
47045586a9
Update installer for F# 3.0 changes.
12 years ago
Matt Ward
fc15017104
F# interactive window now uses F# 3.0 if it is installed.
12 years ago
Matt Ward
5e22a5f5ba
Add F# 3.0 console project template.
12 years ago
Siegfried Pammer
d35fad6c90
fix for the bug fix
12 years ago
Siegfried Pammer
cb01e5d2ce
fix bug in RepoChangeWatcher
12 years ago
Siegfried Pammer
3e96d7a6ea
Add easier usable API for SearchPanel built into AvalonEdit
12 years ago
Matt Ward
8794af0c6b
Fix duplicate assembly references when installing NuGet.
...
References to assemblies in a project that use the qualified assembly name, such as:
"NUnit.Framework, Version=2.6.2.0, Culture=neutral, PublicKeyToken=8cc8392e8503e009"
were not being removed and re-added when installing a NuGet package that included
that reference.
12 years ago
Matt Ward
6dddd4eeef
Add credential provider for NuGet feeds.
...
Only supports credentials stored in NuGet.config under
the user's profile:
nuget sources update -name MyFeed -username user -password pass
12 years ago
Matt Ward
cacfb33313
Support installation of Microsoft.Bcl.Build NuGet package.
...
Add projects to MSBuild's global project collection if
the NuGet package has PowerShell scripts.
Add/Remove MSBuild project imports added to a project
held in MSBuild's global project collection after
the NuGet package has been installed.
12 years ago
Matt Ward
c67ee6ba61
Add gap between Update All button and scrollbar.
12 years ago
Matt Ward
64385d17b5
Fix scrollbar not displaying in Manage Packages dialog.
12 years ago
Matt Ward
1f1620234d
Support pre-release NuGet packages in dialog.
12 years ago
Matt Ward
997641f8ac
Refresh updated NuGet packages after updating in dialog.
12 years ago
Matt Ward
4aa7a3ca10
Update installed NuGet packages after updating all packages in dialog.
12 years ago
Matt Ward
0ad4adb5a8
Refresh Projects window after updating all NuGet packages.
12 years ago
Matt Ward
2ea4c27ad4
Clear dialog error messages when updating all NuGet packages.
12 years ago
Matt Ward
3d0a095487
Fix packages.config not being added to project.
...
NuGet's PhysicalFileSystem now has two AddFile methods
and both of these need to be overridden.
12 years ago
Matt Ward
b23d8c969b
Fix updated packages not being shown in dialog.
...
Updated packages were not being displayed in the
Manage Packages dialog when the solution was selected
and two or more projects had the same NuGet packages but
different versions.
http://nuget.codeplex.com/workitem/3034
12 years ago
Matt Ward
e8a97e3455
Refactor UpdatedPackagesViewModel.
12 years ago
Matt Ward
a1e33374d9
Support updating all NuGet packages in solution from dialog
12 years ago
Daniel Grunwald
cb5b92cf40
Fix handling of empty segments in TextSegmentReadOnlySectionProvider
12 years ago
Daniel Grunwald
78027319a7
Compare IsAtEndOfLine in TextViewPosition.Equals
12 years ago
Daniel Grunwald
ecec217cc8
Fixed caret navigation around characters outside the Basic Multilingual Plane (characters represented using surrogate pairs).
12 years ago
Daniel Grunwald
d334a35074
Remove incorrect tooltip
12 years ago
Daniel Grunwald
87c59c4b82
Fix TextView.GetVisualPosition() for positions with IsAtEndOfLine=true
12 years ago
Daniel Grunwald
00d4408a57
Implemented SD-1853 - AvalonEdit: Distinguish between 'end of line' and 'start of next line' at word wrap positions
...
Also, the Home/End keys now apply to the current TextLine, not the whole VisualLine.
12 years ago
Daniel Grunwald
d049ca8342
Update .nuspec for AvalonEdit 4.3.1 release.
12 years ago