13115 Commits (5870705edd4a586341db418685d9e9bd6bb3e9e6)
 

Author SHA1 Message Date
Matt Ward 7b22f707c0 Support showing updated pre-release packages with Get-Package cmdlet. 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. 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. 12 years ago
Tobias Gummesson 2a7b6ac8f0 Fixed missing namespace prefix on properties that is set as elements on types outside default XAML namespace. 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. 12 years ago
Tobias Gummesson 6a640ca873 Removed Ignore attribute from SimpleLoadTests so the tests in the class will be executed. 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. 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. 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
Andreas Weizel ef91a5b13e Support for "Base Types" node in ClassBrowser, but retrieving base types not working right now. 12 years ago
Daniel Grunwald 7da8f9e49c Merge pull request #49 from ssarangi/master 12 years ago
Daniel Grunwald 22f834bac1 Merge pull request #50 from linquize/prefer32-bug 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) 12 years ago
Andreas Weizel b60f7f66fe Nested types in ClassBrowser. 12 years ago
Andreas Weizel 3c4c5a3422 Some refactoring in ClassBrowser. 12 years ago
Andreas Weizel 50a5cb4274 Added sub-node with error text for unresolved assemblies in ClassBrowser. Such assemblies also don't produce an error message anymore when opening ClassBrowserPad. 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
Andreas Weizel 74af3970e7 Don't show context menu of usual AssemblyTreeNodes for DebuggerModuleTreeNodes. OpenFromGacDialog now using SD's default dialog style. 12 years ago
Peter Forstmeier e21a7c82c4 Merge branch 'newNR' of github.com:icsharpcode/SharpDevelop into newNR 12 years ago
Daniel Grunwald ebb5d25c35 Backspace now deletes only a single combining mark. 12 years ago
Daniel Grunwald 35a81d3eb4 Caret movement: don't stop between a base character and its combining mark (within a single grapheme) 12 years ago
Andreas Weizel 724d5c4de5 When "rename symbol" dialog is opened, contents of name TextBox are selected to quickly overwrite them by typing. 12 years ago
Andreas Weizel 33addc9353 Adding of custom assemblies to ClassBrowser from GAC through OpenFromGacDialog. 12 years ago
Andreas Weizel 7b11528926 ClassBrowser: Changed sorting of nodes in workspace, now sorting solution before custom assemblies. 12 years ago
Siegfried Pammer a20d94f6a7 reactivate DefinitionViewPad 12 years ago
Andreas Weizel a99aa0e468 ClassBrowser: Handling saved but inaccessible assemblies, showing warning icon at assembly item. 12 years ago
Siegfried Pammer 26ee58a5d8 add Icons.16x16.AssemblyError and Icons.16x16.ModuleError 12 years ago
Andreas Weizel 0a9c01d948 Context menu for removing assemblies from ClassBrowser workspace. 12 years ago
Andreas Weizel 8b55c77771 Adding AddIns to ClassBrowser, persistence and restoring of ClassBrowser workspace in config. 12 years ago