3177 Commits (b8cd4f3d7a8e2271d9c70ed72d2b925de99ee9e4)

Author SHA1 Message Date
Daniel Grunwald 64501c842d Use NullSafeSimpleModelCollection where possible 12 years ago
Daniel Grunwald dbac7687dc ModelCollectionEvent: allow removing event handlers from within an event handler 12 years ago
Daniel Grunwald dbdb75e4a6 Fix RichTextModel.UpdateOffsets() 12 years ago
Daniel Grunwald 0aee08dc57 Replace HighlightedInlineBuilder with RichTextModel. 12 years ago
Daniel Grunwald efd7e21b10 Introduce 'RichText' class and use it in new output pad API. 12 years ago
Daniel Grunwald 73dda200d7 Add basic rich-text support to AvalonEdit. 12 years ago
Andreas Weizel c2b0722922 Added "Run" context menu item for custom assemblies in ClassBrowser. 12 years ago
Matt Ward ca3eb202f0 Fix unhandled exception dialog being shown when refresh web reference fails. 12 years ago
Andreas Weizel 133358a9f8 Base types in ClassBrowser now shown, but only if defined in same project or in one of added custom assemblies. 12 years ago
Andreas Weizel cc99d46805 Added text of error messages shown by ModelFactoryExtensions to resources, updated resource files. 12 years ago
Andreas Weizel 05e78b1152 Moved CreateAssemblyModelFromFile utility methods from ClassBrowserPad to separate ModelFactoryExtensions class (as extension methods). 12 years ago
Andreas Weizel ef91a5b13e Support for "Base Types" node in ClassBrowser, but retrieving base types not working right now. 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 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
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 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
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
Siegfried Pammer 54eacfa3b2 update "open assembly" icons in Class Browser to the new icons suggested by Michael 12 years ago
Siegfried Pammer 0d191ba5b8 sort members of TypeDefinition first by symbol kind, then by name in class browser 12 years ago
Siegfried Pammer 63e99c0a33 implement Delete-Key in BookmarkPad to allow deletion of bookmarks and breakpoints 12 years ago
Siegfried Pammer 13623553e0 add icons for new ClassBrowser nodes 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 e85d13d875 remove SplitView functionality from CodeEditor 12 years ago
Andreas Weizel dea911fdd6 Don't show context menu for member and type nodes, if they are defined in external assemblies. 12 years ago
Siegfried Pammer f0e68bc3bf fix build 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 7679f1cc49 reimplement Workspace architecture with a single WorkspaceModel 12 years ago
Siegfried Pammer cca9db3825 fix merge conflicts 12 years ago
Siegfried Pammer 9e5416c8ad clean up ClassBrowserWorkspace logic and implement assembly model for loaded assemblies; 12 years ago
Siegfried Pammer b6a464c2a2 fix bug in XamlResolver 12 years ago
Siegfried Pammer 16e68f8d03 split tree nodes in multiple files 12 years ago
Andreas Weizel 226fef0697 Showing target file name in action menu of MoveTypeToFile/RenameFileToMatchTypeName context actions. 12 years ago
Andreas Weizel d5b0a70eb3 Workaround of Delegate.Combine issues with contra-variance by introducing custom delegate lists for CollectionChanged event of models. 12 years ago
Andreas Weizel c65b6cde05 Now ClassBrowser tree nodes show their context menus independently. 12 years ago
Andreas Weizel 9cc225275b Added EntityContextMenu to class browser. 12 years ago
Daniel Grunwald 64eaa25f5e Fix CSharpCompletionDataFactory.CreateTypeCompletionData() for generic types. 12 years ago
Daniel Grunwald 3b3d24fa86 Remove Update() method from ITypeDefinitionModel / IMemberModel. 12 years ago
Daniel Grunwald 1050918b37 Clarify some comments. 12 years ago
Siegfried Pammer 204e1dca5d add type members to ClassBrowser 12 years ago
Siegfried Pammer 0635250a79 add GoToDefinition on ActivateItem for TypeDefinitions 12 years ago
Siegfried Pammer 151ac64524 add/update documentation for IAssemblyModel and INamespaceModel 12 years ago
Siegfried Pammer 314110dc69 add tests for IAssemblyModel.Namespaces 12 years ago
Siegfried Pammer de377d1f39 update tests to work with IAssemblyModel 12 years ago
Siegfried Pammer 085615181a fix TreeNode implementation 12 years ago