2776 Commits (a8e2c542579e6a6bb920cafa93024f1729364259)

Author SHA1 Message Date
Daniel Grunwald 20d3ad7815 More UnitTesting.Tests; and fixed a bug in the AssemblyParserService. 13 years ago
Daniel Grunwald 332ad8f7a6 Add ClipboardWrapper. 13 years ago
Daniel Grunwald 64254d99a6 Move IMenuItemBuilder into ICSharpCode.Core. 13 years ago
Daniel Grunwald fcb7e48993 Move some addin tree paths. 13 years ago
Daniel Grunwald c53ba4b343 Simplify "Browse for Folder/File" buttons and simplified ApplicationSettings. 13 years ago
Daniel Grunwald 3e5aebd1ac Fix navigate backward/forward buttons sometimes not updating their enabled state. 13 years ago
Daniel Grunwald 9adf535ecd Remove unused SD.Editor.CodeCompletion classes and move the remaining ones to new folder structure. 13 years ago
Daniel Grunwald e2c38c531e Move some types to the new folder structure. 13 years ago
Daniel Grunwald 1f43c620d2 Add IWinFormsService interface to wrap ICSharpCode.Core.WinForms. 13 years ago
Daniel Grunwald 87c29779a9 Remove ICSharpCode.Core.ICommand and use the WPF ICommand instead. 13 years ago
Daniel Grunwald 8d7f940f77 Move IServiceProvider extension methods from ICSharpCode.Core to ICSharpCode.SharpDevelop. 13 years ago
Daniel Grunwald a3f61c855f Move workbench-related classes into new 'Workbench' namespace. 13 years ago
Daniel Grunwald ca975b65aa Add ITreeNodeFactory to create tree nodes from a model. 13 years ago
PeterForstmeier 46e2087161 DebugOptions.xaml, remove unused parameter in BrowseFolder 13 years ago
Daniel Grunwald a81622ad24 UnitTesting.NUnit: Added support for inherited tests 13 years ago
Siegfried Pammer c7f91f7d3f add support for FontWeight and FontStyle to ITextMarker 13 years ago
Siegfried Pammer ef7f6bae62 make fileName in IDocument mandatory to avoid crashes 13 years ago
Daniel Grunwald 86b6f990b1 Use custom thread pool for saving the type system caches. 13 years ago
Daniel Grunwald 9c4a2c4db9 WordCountDialog: add 'whole solution' option and make 'whole project' count only the current project. 13 years ago
Daniel Grunwald 7eea339c6e Add 'IShutdownService'. 13 years ago
Daniel Grunwald dc76823be9 Implemented test runner. 13 years ago
Daniel Grunwald cc8ce304a3 Show classes and methods in the unit test treeview. 13 years ago
Matt Ward e70a17822d Fix project custom tool settings not being saved. 13 years ago
Matt Ward 0c5fa97065 Fix null reference when building a project. 13 years ago
PeterForstmeier d350c9cbde C# BuildOptions 13 years ago
Daniel Grunwald dff21e821f [WIP] Major refactoring of the unit testing addin: 13 years ago
Daniel Grunwald 250f499c7d Continuied attempt to port the UnitTesting.Tests. 13 years ago
Matt Ward ec75e495d4 Support running custom tools on build. 13 years ago
Daniel Grunwald f0b7f5805e UnitTesting: use ITestFramework, clean-up. 13 years ago
Daniel Grunwald e3bb7c0dd2 Add unit testing menu to entity context menu. 13 years ago
Siegfried Pammer 6247fcb190 implement customizable multi highlighter 13 years ago
Daniel Grunwald 2828c9e904 Change "SymbolUnderCaretMenuCommand" into "ResolveResultMenuCommand". 13 years ago
Daniel Grunwald 2f99cb14ac Add FullAssemblyName to IAssembly. 13 years ago
Daniel Grunwald 9193b83219 Make IHasPropertyContainer a [ViewContentService]. 13 years ago
Daniel Grunwald 05904c8407 Replace ITextEditorProvider with GetService<ITextEditor>(). 13 years ago
Daniel Grunwald 8f5f3a7572 Add ILSpyAddIn. 13 years ago
Daniel Grunwald 35394eb1af Fixed crash when adding new/existing projects to an existing solution. 13 years ago
Daniel Grunwald 606d09ea8f Use ambience to format type names in the quick class browser. 13 years ago
PeterForstmeier 517eaf6cf2 Cleanup Signing.xaml 13 years ago
Daniel Grunwald e7c9e76f3d Fix NullReferenceException when find references returns a result in a file without highlighter. 13 years ago
Daniel Grunwald f4723a9e83 Use culture en-US in FileTemplateCategoryComparerTests and ProjectTemplateCategoryComparerTests tests. 13 years ago
PeterForstmeier a72eaa823a StringListEditorXaml.xaml - Databinding 13 years ago
PeterForstmeier 04cd4b46c5 ApplicationSettings, modify OptionsHelper.cs BrowseForFolder and OpenFile to return Relative Path 13 years ago
Matt Ward 51f2ab9e20 Fix find in files exception when search matches file without highlighting. 13 years ago
PeterForstmeier dd4918792b save 13 years ago
Daniel Grunwald 789a8f5fdc Avoid re-using cached parse information when parsing the project after a debug/release switch. 13 years ago
Daniel Grunwald 39bd1381d1 Remove duplicate MultiDictionary. 13 years ago
Daniel Grunwald b1b18b7c59 Cleanup. 13 years ago
Siegfried Pammer 0da19d4e3b add support for customized colors to SearchResultsPad 13 years ago
Daniel Grunwald a660f427b8 Started porting the FxCop-AddIn to SD5. 13 years ago