7130 Commits (25fa355be32762aaddcfdd6a3618d568aad392ac)

Author SHA1 Message Date
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 74af3970e7 Don't show context menu of usual AssemblyTreeNodes for DebuggerModuleTreeNodes. OpenFromGacDialog now using SD's default dialog style. 12 years ago
Siegfried Pammer 2270217241 fix X64Converter converting the wrong conditional branch in preprocessor directives 12 years ago
Siegfried Pammer 61614a56e3 move all formatting to CSharpOutputVisitor, move all "extra" work to decorating ITokenWriter 12 years ago
Andreas Weizel c9dae53832 Fixed PackageRepositoriesView.xaml being wrongly dependent on PagedResultsView.xaml in AddInManager2 project. 12 years ago
Siegfried Pammer 7dbf90413e updated DebugAssembly and DebugModule icons 12 years ago
Siegfried Pammer 679da5bc6a first implementation of ILSpyParser, ILSpyUnresolvedFile and ILSpyFullParseInformation 12 years ago
Siegfried Pammer cec942586c introduce supportedfilenamepattern Attribute in ParserDescriptor to make it easier to implement specific parsers 12 years ago
Siegfried Pammer a87ee09ee5 remove redundant usings from XamlBinding 12 years ago
Siegfried Pammer 1465ec95ac add invisible members to XamlUnresolvedFile as generated by the XAML markup compiler 12 years ago
Siegfried Pammer cc094dcba5 fix bug in XamlUnresolvedFile: XamlDocumentVisitor did not create a reference to the base type of the XAML element. This led to an incomplete type definition if there's no code-behind partial class. 12 years ago
Siegfried Pammer 13623553e0 add icons for new ClassBrowser nodes 12 years ago
Siegfried Pammer c8d60b1449 move CaretPositionChanged and TextCopied handling to CodeEditor; implement BuildNavPoint in CodeEditor 12 years ago
Siegfried Pammer d64e3f2657 remove interfaces: 12 years ago
Tobias Ibounig 8e6cc20f76 Added back snippet completion. Not yet context-aware. 12 years ago
Siegfried Pammer 39c2182073 move IFileDocumentProvider implementation to CodeEditor 12 years ago
Siegfried Pammer 4fcb17dd97 move IEditable implementation to CodeEditor 12 years ago
Tobias Ibounig c5e1591de0 Changed the 'view mode' selector in HexEditContainer.cs to a DropDownList, to make the Text unchangeable. 12 years ago
Siegfried Pammer e85d13d875 remove SplitView functionality from CodeEditor 12 years ago
Siegfried Pammer 6e343f32ab fix bug in Process.OnModuleLoaded: ModuleLoaded event was not fired if BreakInMain was active and executable had no symbols 12 years ago
Siegfried Pammer e67c669eb1 add "debug executable" 12 years ago
Siegfried Pammer 2fd8a237b2 implement debugger tree node in Class Browser to allow browsing and decompilation of modules currently loaded in the debug session 12 years ago
Siegfried Pammer b6a464c2a2 fix bug in XamlResolver 12 years ago
Andreas Weizel 226fef0697 Showing target file name in action menu of MoveTypeToFile/RenameFileToMatchTypeName context actions. 12 years ago
Andreas Weizel 64035be9fd Re-added prefiltering of available AddIn NuGet packages using IsLatestVersion, adapted unit tests. 12 years ago
Andreas Weizel f9e6dbfa32 Removing error message when clicking at "Install from archive..." button. 12 years ago
Andreas Weizel fc5b149736 Showing correct path to .addin file in list of installed packages when installing an .sdaddin package or an external AddIn. 12 years ago
Andreas Weizel 13de1ecd9a Fix: List of available AddIns might show an older instead of most recent release of a package. 12 years ago
Andreas Weizel 54811a1329 Fix: Under certain circumstances multiple releases of a package are shown in list of available packages. 12 years ago
Matt Ward 1e29121252 Revert "Only show latest version of addin from online gallery." 12 years ago
Matt Ward f6649b343b Only show latest version of addin from online gallery. 12 years ago
Matt Ward 07da61da0b Support addins with subdirectories from the online gallery. 12 years ago
Andreas Weizel a17b9a6335 Added resource strings for UpdateNotifier. 12 years ago
Daniel Grunwald 64eaa25f5e Fix CSharpCompletionDataFactory.CreateTypeCompletionData() for generic types. 12 years ago
Daniel Grunwald a67a22c522 Fix a couple of compiler warnings. 12 years ago
Daniel Grunwald 1050918b37 Clarify some comments. 12 years ago
Siegfried Pammer de377d1f39 update tests to work with IAssemblyModel 12 years ago