47 Commits (bbf50c05e645e65a4ea810e87a9b378e360f03d6)

Author SHA1 Message Date
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 7b11528926 ClassBrowser: Changed sorting of nodes in workspace, now sorting solution before custom assemblies. 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 0d191ba5b8 sort members of TypeDefinition first by symbol kind, then by name in class browser 12 years ago
Siegfried Pammer 13623553e0 add icons for new ClassBrowser nodes 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 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 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 3b3d24fa86 Remove Update() method from ITypeDefinitionModel / IMemberModel. 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 085615181a fix TreeNode implementation 12 years ago
Siegfried Pammer 035cbe30b7 add simple implementation of ClassBrowserPad, ClassBrowserTreeView and some tree nodes 12 years ago
Daniel Grunwald 3609078840 [WIP] EnvDTE 12 years ago
Daniel Grunwald 3af9b3f842 CSharpSymbolSearch: use newCode. 12 years ago
Daniel Grunwald 855b848f36 Allow updating code from EnvDTE via LanguageBinding.CodeGenerator 12 years ago
Daniel Grunwald 77a30c4a1a [WIP] PackageManagement.EnvDTE 12 years ago
Daniel Grunwald 7fa7a51b5a Started implementing the EnvDTE code model. 12 years ago
Daniel Grunwald 072b3e91b0 Don't show icon in scrollbar for redundancy issues. 12 years ago
Siegfried Pammer c98417aee0 introduce ILanguageBinding in IProject 12 years ago
Daniel Grunwald 7bfda47572 Fix moving projects between solution folders. 12 years ago
Daniel Grunwald 8b1fcfa2ba Add Where() and OfType() implementations in ModelCollectionLinq; and remove some redundant helper methods in Debugger.AddIn. 12 years ago
Daniel Grunwald 94e05c3e7f Implemented loading+saving of project+solution preferences. 13 years ago
Daniel Grunwald c2c89c7014 Move project service events to IProjectService interface. 13 years ago
Daniel Grunwald 918b47ca70 Fix various issues with the new solution model. 13 years ago
Daniel Grunwald e6b05f1b4a Change IModelCollection to use a strongly-typed event handler. 13 years ago
Daniel Grunwald 7aa8e6c63b Initial implementation of new ISolution-API. 13 years ago
Daniel Grunwald 5ac93c1540 Port most of SharpDevelop to new ISolution API. 13 years ago
Daniel Grunwald b88947a4fe Started refactoring the project service / solution API. 13 years ago
Daniel Grunwald d0a11e630d Move bookmark-related classes to new folder structure. 13 years ago
Daniel Grunwald 1c4923b873 Add support for updating the type definition model. 13 years ago
Daniel Grunwald 925837dee8 Implemented TopLevelTypeDefinitionModelCollection. 13 years ago
Daniel Grunwald b432c0bfa4 Integrate document model with IProject. 13 years ago
Daniel Grunwald 04dbe33242 First attempt at document model. 13 years ago
Daniel Grunwald 1f43c620d2 Add IWinFormsService interface to wrap ICSharpCode.Core.WinForms. 13 years ago
Daniel Grunwald ca975b65aa Add ITreeNodeFactory to create tree nodes from a model. 13 years ago