Matt Ward
7b22f707c0
Support showing updated pre-release packages with Get-Package cmdlet.
...
Get-Package -Updates -Prerelease
12 years ago
Matt Ward
5dcc9fc509
Use selected package source when using Get-Package -Updates
12 years ago
Matt Ward
202b3fdabf
Fix console output when showing solution packages from Get-Packages.
12 years ago
Matt Ward
1cd9ea9876
Display all package versions in solution when calling Get-Package cmdlet.
12 years ago
Matt Ward
320d8862e8
Display only latest pre-release version from Get-Package cmdlet.
12 years ago
Matt Ward
cb8e332ba7
Support pre-release packages in Get-Package cmdlet.
12 years ago
Matt Ward
be9327b7a2
Remove Recent parameter from Get-Packages cmdlet.
12 years ago
Tobias Gummesson
64343cfe57
If properties on a markup extension (for example a binding) is modified after the markup extension was set on a property, and these property changes effect how the markup extension can be printed in XAML, the markup extension was not updated properly.
12 years ago
Tobias Gummesson
d4beb03306
Fixed so markup extensions where property is set by a StaticResource checks if the referenced resource is declared locally, and it its declared locally it forces the markup extension to be printed as element and not as shorthand XAML markup extension code. This is so the StaticResource can find the correct resource.
...
Also fixed so Resources element is always left first among the child elements when inserting new child.
12 years ago
Tobias Gummesson
ef01c79f67
Its questionable if attached properties can be used in markup extensions. In either case, prefix should not be used for a normal property in markup extensions.
12 years ago
Tobias Gummesson
ccda46b899
Fixed so its possible to use MultiBinding and PriorityBinding on a DesignItemProperty and that it writes as expected to XAML.
12 years ago
Tobias Gummesson
dfe0ca1604
Added default ReportErrors delegate that does nothing.
...
This is necessary after the fix in commit 295f62532f
.
Before that commit the ReportErrors was semi-optional; When loading was successful ReportErrors was never called (ReportErrors optional), but when document failed to be created a NullReferenceException was thrown because ReportErrors did not have a delegate.
See also commit 006558f253
, that throws a more friendly exception than NullReferenceException when document fails to load.
12 years ago
Tobias Gummesson
2a7b6ac8f0
Fixed missing namespace prefix on properties that is set as elements on types outside default XAML namespace.
...
Fixing this in CreatePropertyElement method also fixed another bug for AddChildNodeToProperty method that was fixed earlier in InsertNodeInCollection method with commit comment as follows:
"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
Tobias Gummesson
83026098fa
Throws a XamlLoadException with an error message describing the error instead of a NullReferenceException in the case where the document failed to load.
12 years ago
Tobias Gummesson
374fa8589b
Fixed bug where list with errors in the designer was only updated if the document failed to load completely.
12 years ago
Tobias Gummesson
0c4f79df57
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
Siegfried Pammer
c48ba4bfd9
fix typo
12 years ago
Tobias Gummesson
0581162c66
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
6a640ca873
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
e0233a6e05
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
Siegfried Pammer
4c8a3129e8
adjusted unit test
12 years ago
Tobias Gummesson
e3a032913f
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
270f3ad184
Fixed so Resources are always first among child items.
12 years ago
gumme
a6af2f2022
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
Siegfried Pammer
638d9e7324
add more unit tests
12 years ago
gumme
95e36a6eef
Fixed bug; Only sets the inner text of an XML element if the element type defines a Content property.
12 years ago
gumme
1bd00ea220
Made it possible to add resources to a ResourceDictionary through DesignItemProperty.CollectionElements.
12 years ago
Siegfried Pammer
9f71500fab
add unit tests for property setters
12 years ago
gumme
a95cbc4a2e
Removing the optional "Extension" suffix from Markup Extension name if present.
12 years ago
Daniel Grunwald
7da8f9e49c
Merge pull request #49 from ssarangi/master
...
Make members in LineNumberMargin protected so derived classes can specialize it and still use the same typeface, emSize & maxLineNumberLength
12 years ago
Daniel Grunwald
22f834bac1
Merge pull request #50 from linquize/prefer32-bug
...
AnyCPU 32-bit Preferred should only be available for .NET 4.5 projects
12 years ago
Linquize
b1c44ece87
Show AnyCPU 32-bit preferred only if the opened project targets .NET 4.5
12 years ago
Linquize
163450c285
If the newly created project is prior to .NET 4.5, set Platform to x86 instead of AnyCPU (32-bit preferred)
...
Otherwise the compiled program will not run
12 years ago
Satyajit Sarangi
04f9916a37
Make members in LineNumberMargin protected so derived classes can specialize it and still use the same typeface, emSize & maxLineNumberLength
12 years ago
Matt Ward
3c64d4f59a
Fix build.
12 years ago
Daniel Grunwald
5e93aa5f17
AvalonEdit: don't unnecessarily update the mouse cursor.
12 years ago
Siegfried Oleg Pammer
4f1262eca9
Merge pull request #42 from sharpmonkey/master
...
VB.Net to C# conversion bugs
12 years ago
Matt Ward
7f94fdf39a
Fix assembly resolution for Mono projects targeting .NET 4
12 years ago
Matt Ward
758cc93d8a
Put VB.NET Mono project templates under VB category.
12 years ago
Matt Ward
d456cab4a5
Do not show reload solution dialog when moving F# files inside project.
12 years ago
Matt Ward
cf49e04ea6
Detect Mono using current user's registry.
12 years ago
Matt Ward
53acc2543e
Merge pull request #44 from Caelin/master
...
Add Mono 4.0 support to Mono Addin
12 years ago
Matt Ward
7cadb40e97
Show NuGet package id when package selected.
...
The list of packages now shows the package title so
the package id is shown as a hyperlink on the right
hand side of the Manage Packages dialog when the
package is selected.
12 years ago
Matt Ward
f0cdd01d92
Show NuGet package title in Manage Packages dialog.
...
In the packages list views display the package title
if it exists otherwise show the package id.
12 years ago
Matt Ward
cf6ff2396b
Add Microsoft.Web.XmlTransform.dll used by NuGet to installer.
12 years ago
Matt Ward
1947c8c3e8
Update NuGet to version 2.6
12 years ago
Doug Kasten
7dfc4ae462
Updating template files to show correct modified dates
12 years ago
Doug Kasten
25062cc7ca
Add support to Mono Addin for Mono 4.0 using dcms compiler to support .NET 4.0
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