3733 Commits (b8cd4f3d7a8e2271d9c70ed72d2b925de99ee9e4)

Author SHA1 Message Date
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 504ac7a9bc do not only add the first type of a namespace :) 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
Siegfried Pammer 81e886c9ae update paths to VB project/file icons 12 years ago
Siegfried Pammer 035cbe30b7 add simple implementation of ClassBrowserPad, ClassBrowserTreeView and some tree nodes 12 years ago
Siegfried Pammer 3ca24582c6 remove ICompletionItemHandler 12 years ago
Daniel Grunwald 1b2ad62f09 Increase DispatcherPriority of some BeginInvoke calls to ensure that no user input is processed before the callback runs. 12 years ago
Siegfried Pammer e1a2c53f25 fix exception in TaskListPad after opening project options 12 years ago
Siegfried Pammer 058718f818 use blank keyboard state when trying to find out shortcut keys 12 years ago
Christoph Wille a5e4582b2a Set version number to 4.3.2 12 years ago
Andreas Weizel eda26b2a10 Corrected ProjectChangeWatcher patch. 12 years ago
Andreas Weizel 2d634d4537 Workaround for ProjectChangeWatcher's issue with McAfee scanner resetting file attributes without actual changes. 12 years ago
Siegfried Pammer b324394326 implement proper display of generic shortcut keys such as OemQuestion 12 years ago
Daniel Grunwald 012ab9129f EnvDTE.CodeModel: re-enable a few unit tests 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
Andreas Weizel 939376d1d0 Improved symbol name validation on renaming. 12 years ago
Andreas Weizel 7756278934 Added first version of symbol rename dialog. 12 years ago
Siegfried Pammer 172436e4c2 fix order of file creation from template: 12 years ago
Siegfried Pammer a661a68967 fix context menu commands implemented as ICommand in Windows Forms Designer 12 years ago
Siegfried Pammer 65955bdb28 implement IServiceProvider in ILanguageBinding 12 years ago
Matt Ward d4c41e09b7 Add F# class library project templates. 12 years ago
Daniel Grunwald 7fa7a51b5a Started implementing the EnvDTE code model. 12 years ago
Daniel Grunwald 79eae2127d Remove ShowServiceCommandInBrowser (clean up project browser context menu; command does not work with multiple service references) 12 years ago
Siegfried Pammer aae51e4a62 save LayoutConfiguration before switching layout 12 years ago
Daniel Grunwald 16313e486b Add CSharpDesignerGenerator. 12 years ago
Siegfried Pammer 272df157d8 rename DocumentUtilitites to DocumentUtilities 12 years ago
Siegfried Pammer 01df710105 first implementation of rename without proper UI 12 years ago
Siegfried Pammer 931c5ef93c use ISymbol instead of IEntity in some cases; start implementation of RenameSymbol 12 years ago
Daniel Grunwald 5b89814e74 Implement C# forms designer loader. 12 years ago
Daniel Grunwald 65c37c6e70 Use the TypeGraph from NRefactory; remove the one from SharpDevelop. 12 years ago