Daniel Grunwald
04dbe33242
First attempt at document model.
13 years ago
Daniel Grunwald
740d893085
More UnitTesting.Tests.
13 years ago
Daniel Grunwald
13e1843f47
Add more UnitTesting.Tests, and fixed handling of inherited tests that are hidden (not overridden)
13 years ago
Daniel Grunwald
b762264ac1
Add unit tests for IsTestClass and IsTestMethod; and fixed a bug where IsTestClass would incorrectly return false for static classes.
13 years ago
Daniel Grunwald
ce3de78aba
Introduce SDTestFixtureBase to initialize/tear down the static service container.
13 years ago
Daniel Grunwald
20d3ad7815
More UnitTesting.Tests; and fixed a bug in the AssemblyParserService.
13 years ago
Daniel Grunwald
8d5c533f4a
Adjust SharpDevelop to NRefactory API changes.
13 years ago
Daniel Grunwald
12ceead5a6
Re-enabling the first few UnitTesting.Tests.
13 years ago
Daniel Grunwald
332ad8f7a6
Add ClipboardWrapper.
13 years ago
Daniel Grunwald
64254d99a6
Move IMenuItemBuilder into ICSharpCode.Core.
...
Changes ICustomizedCommands to [ViewContentService]
13 years ago
Daniel Grunwald
fcb7e48993
Move some addin tree paths.
13 years ago
Daniel Grunwald
d578bae772
Add 'inheritdoc' to XmlDoc completion.
13 years ago
Daniel Grunwald
56d93e11d8
Fix bug in C# find references.
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.
...
Renamed 'caller'/'owner' to 'parameter' to be consistent with the WPF ICommand.
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.
...
Remove the mandatory file name from the document constructors.
13 years ago
Daniel Grunwald
1de84b11d2
Add compatibility manifest.
13 years ago
Daniel Grunwald
a81622ad24
UnitTesting.NUnit: Added support for inherited tests
13 years ago
Siegfried Pammer
7ea4d4fe9d
fix duplicate language entries in HighlightingOptions
13 years ago
Siegfried Pammer
16abd83dd1
add support for customizations in combination with the semantic highlighting + fix bugs in HighlightingOptions
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
Daniel Grunwald
dff21e821f
[WIP] Major refactoring of the unit testing addin:
...
A lot of functionality gets moved from the main portion of the AddIn into the framework-specific providers.
We no longer deal with test classes and members, but instead use the new ITest interface.
A test can be a whole project, namespace, class, or just a single method.
This can be used to support features like the NUnit [TestCase] attribute, where a single method might result in multiple tests.
13 years ago
Daniel Grunwald
250f499c7d
Continuied attempt to port the UnitTesting.Tests.
13 years ago
Daniel Grunwald
42ae86a467
Started porting UnitTesting.Tests to the new architecture.
13 years ago
Daniel Grunwald
07afc1301b
[UnitTesting] Clean up directory structure
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
Daniel Grunwald
143663b0f3
Fix navigating to methods in DecompiledViewContent.
13 years ago
Siegfried Pammer
6247fcb190
implement customizable multi highlighter
13 years ago
Daniel Grunwald
f96fe9c6a5
Fix typo in Setup.wxs.
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
98b905acfd
Add ILSpyAddIn to setup.
13 years ago
Daniel Grunwald
0c3a8957c7
Fix unit tests.
13 years ago
Daniel Grunwald
a8d0875c13
Fix build.
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
0ffd4fa4e1
Fixed display of file names with underscore in the document list dropdown.
...
http://community.sharpdevelop.net/forums/t/15815.aspx
13 years ago
Daniel Grunwald
fe9ad47bce
Fixed bug in FoldingManager.RemoveFromTextView().
...
An uninstalled folding manager would stay partially connected to the text view, which could cause the InvalidOperationException: "Trying to build visual line from collapsed line".
13 years ago