3177 Commits (b8cd4f3d7a8e2271d9c70ed72d2b925de99ee9e4)

Author SHA1 Message Date
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
Daniel Grunwald 00e083ae5d Adjust SharpDevelop to NRefactory changes. 12 years ago
Daniel Grunwald feab288aca Put the SortOrder in the AddIn-Tree; and remove the SortOrder.xml files. 12 years ago
Daniel Grunwald 2dd9e5bf17 Load categories for file/project templates from AddIn-Tree. 12 years ago
Andreas Weizel e64893d3b2 GotoDialog: Possibility to complete input with selected item by pressing TAB. Restored the feature to search for type members by typing the dot ("."). 12 years ago
Daniel Grunwald c22d50bf3f Fix .NET 3.5 Build Worker: use x86 target platform as the .NET 3.5 runtime does not support AnyCPU (32-bit preferred) 12 years ago
Daniel Grunwald f8488b61a7 Fix some compiler warnings. 12 years ago
Daniel Grunwald 97e6596a2c Set target CPU to AnyCPU where possible. 12 years ago
Daniel Grunwald d334a35074 Remove incorrect tooltip 12 years ago
Siegfried Pammer c98417aee0 introduce ILanguageBinding in IProject 12 years ago
Siegfried Pammer 7c0e667388 move Attach/Detach to ITextEditorExtension and use ILanguageBinding as extensible replacement for old "LanguageProperties" 12 years ago
Siegfried Pammer b05b3ae9de rename Language/LanguageService to UILanguage/UILanguageService 12 years ago
Siegfried Pammer b501529965 reimplemented language-specific snippet functions 12 years ago
Siegfried Pammer a202c6e274 add "All known file extensions" to "Open file" FileFilter 12 years ago
Daniel Grunwald f57aee42c0 Close editor popups (FlowDocumentPopup + debugger popups) when the mouse moves away from them. 12 years ago
Matt Ward 164a546985 Support NuGet packages containing MSBuild targets and props files. 12 years ago
Siegfried Pammer 813ddc20e7 fix OpenCommandPrompt implementation: now works if target path is on a drive other than the current working directory 12 years ago
Daniel Grunwald d25b2dba4b Add unit test that verifies that all AddIns shipping with SharpDevelop are addInManagerHidden="preinstalled" 12 years ago
Daniel Grunwald 7bfda47572 Fix moving projects between solution folders. 12 years ago