3082 Commits (7679f1cc4970a4c0b4bb5e145837068adf15ef82)

Author SHA1 Message Date
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
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
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 65955bdb28 implement IServiceProvider in ILanguageBinding 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
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
Daniel Grunwald d3a3db75fb Enable WiX dialog designer. 12 years ago
Siegfried Pammer d35fad6c90 fix for the bug fix 12 years ago
Siegfried Pammer cb01e5d2ce fix bug in RepoChangeWatcher 12 years ago
Siegfried Pammer 3e96d7a6ea Add easier usable API for SearchPanel built into AvalonEdit 12 years ago
Daniel Grunwald 8ad9dd1697 ProjectChangeWatcher: slightly delay asking for solution reload after SharpDevelop receives focus; so that we skip asking when the user is closing SharpDevelop anyways. 12 years ago
Siegfried Pammer 68ae72226d Revert "trying to implement RenameContextAction for C#" 12 years ago
Daniel Grunwald 072b3e91b0 Don't show icon in scrollbar for redundancy issues. 12 years ago
Siegfried Pammer 01253ffb9c reintroduce ResourceEditor 12 years ago
Siegfried Pammer 9f5c8720a8 trying to implement RenameContextAction for C# 12 years ago