95 Commits (6e2178b5b2cd2c184393ce7dca4a08a246fe3fe0)

Author SHA1 Message Date
Daniel Grunwald 5c5c4ff93c Use PermanentAnchor for Tasks. 17 years ago
Matt Ward 2c72d347f9 Code coverage results now read from new PartCover 2.3's new results file format. 17 years ago
Daniel Grunwald 5624365c38 Fix unit tests. 17 years ago
Daniel Grunwald 5a692a7100 Replace equals sign with space to match new PartCover command line syntax. 17 years ago
Daniel Grunwald 056d1692b1 Fixed CodeCoverage tests. 17 years ago
Daniel Grunwald ab626fb573 Add back all unit tests. 17 years ago
Daniel Grunwald 40cdceff01 Add most AddIns back. 17 years ago
Daniel Grunwald 664dc13b32 Implemented code coverage text markers for AvalonEdit. 17 years ago
Daniel Grunwald 6249b7bef7 Revert shortcut handling (reverse-merge of all changes from Sergej - r4173,4154,4149-4143,4128,4127). 17 years ago
Sergej Andrejev b01030f84e Use WPF commands in View menu 17 years ago
Daniel Grunwald 89bb1bc0d6 Rename "Quality Tools" -> "Analysis". 17 years ago
Daniel Grunwald f5b8a4a2df Set TargetFrameworkVersion to 4.0 17 years ago
Matt Ward babca5416f Fixed failing tests due to move to NUnit 2.5 17 years ago
Daniel Grunwald 4c485fabf7 Rename Content property back to Control (IViewContent, IPadContent, IOptionsPanel) to prevent the C# compiler from automatically picking up a Content property from a base class. 17 years ago
Matt Ward 91fc4ddf99 Code coverage results now generated when an exclusion has been added to the project. 17 years ago
Daniel Grunwald 25814ec485 Changed IPositionable interface and FileService.JumpToFilePosition to work with 1-based line and column numbers. 17 years ago
Matt Ward de9ecf1083 Can now run all tests with code coverage or run all the tests in the current project. 17 years ago
Daniel Grunwald f41bf57e52 SD2-1521: Reconsider what a 'preinstalled addin' is. 17 years ago
Daniel Grunwald 356b72f930 Fixed handling of query continuations. 17 years ago
Daniel Grunwald 0affcacda3 Host option panels in WPF window, allow WPF option panels. 18 years ago
Daniel Grunwald f28c5af616 Fixed exception double clicking code-coverage class node when that class didn't contain any methods. 18 years ago
Matt Ward d89e6ae397 SD2-1242. Code coverage results now groups a property's getter and setter methods in the tree view. 18 years ago
Matt Ward 0474a93678 Added support for nunit-console-x86.exe so 32-bit unit tests can be run on a 64-bit system. 18 years ago
Daniel Grunwald f022d3b2ea Allow pads to specify their start position. 18 years ago
Daniel Grunwald bc4d77b564 r7442@daniel-notebook (orig r3404): daniel | 2008-08-17 17:23:23 +0200 18 years ago
Matt Ward 06cd155507 Fixed invalid cast exception when creating tool strip items due to the ToolbarItemDoozer now returning a ToolbarItemDescriptor. 18 years ago
Daniel Grunwald 3bd1ab5517 SD2-1342: Remove Windows.Forms dependency from ICSharpCode.Core 18 years ago
Matt Ward 42622638f9 Added code coverage resource strings missing from project options. 18 years ago
Matt Ward de670165f9 The CodeCoverageMethod.GetChildNamespaces method now correctly identifies the child namespaces when there are two that start the same and match up to just before the dot character. 18 years ago
Matt Ward a0437d75dc Removed unused files from setup and code coverage addin. 18 years ago
Matt Ward 5b47018d7e Changed CodeCoverage addin to use PartCover 2.2 instead of NCover. 18 years ago
Daniel Grunwald 0227db2d23 Move Search&Replace into an AddIn. 19 years ago
Daniel Grunwald f3528c4d04 Remove skip-messages for projects not compiled when compiling only a single project using F9. 19 years ago
Daniel Grunwald 191f894328 Use MSBuild 3.5. 19 years ago
Daniel Grunwald 50a59336df Refactored the interface IAttribute to include useful information (type reference to the attribute type + arguments). 19 years ago
Daniel Grunwald c8744453ae Fixed unit tests. 19 years ago
Daniel Grunwald f4826931df Refactored code accessing text editor options. 19 years ago
Matt Ward 78ff251b97 Removed Run All Tests context menu item from Unit Tests window. Code coverage window opened after all tests have been run with code coverage and there were no test failures. No longer using a static NCover runner which was raising events in two RunTestWithCodeCoverageCommand instances (toolbar, context menu) and causing one to try to read a test results file which no longer existed. 19 years ago
Matt Ward b81e396846 Fixed SD2-1123. Code coverage vist count list view is now sortable by column. 19 years ago
Matt Ward 47dbaf6529 Unit Tests window changes: It now has an All Tests root node when multiple test projects exist in a solution. Added a toolbar button and menu item to run all the tests in the solution independent of the currently selected test. Added a run with code coverage toolbar button. 19 years ago
Daniel Grunwald 15d7aadd27 Worked on SD2-1234: Create common way to handle in-memory representations of files that have multiple views. 19 years ago
Matt Ward e3539c8aa4 Fixed SD2-1220. Code coverage result tree nodes are now sorted. 19 years ago
Matt Ward 9fd24dbaea SD2-1218. The code coverage output window is now cleared before running the tests. If multiple projects are to be run with code coverage the output window is cleared once at the start and not for each test run. 19 years ago
Matt Ward ce632baed3 Running unit tests with code coverage no longer generates the unused NUnit xml output file. 19 years ago
Daniel Grunwald dcaf24c04d Implemented SD2-1183: Use MSBuild libraries 19 years ago
Matt Ward d3660f512f The Unit testing addin now uses the customised nunit-console.exe to run all unit tests. The TestTreeView no longer uses the NUnit tree view and now determines the unit tests dynamically based on the information retrieved from the parser. 19 years ago
Markus Palme a1543c981e removed unused import statements 20 years ago
Daniel Grunwald a364505d14 Fixed unit test build. 20 years ago
Daniel Grunwald 3363abd941 Rename namespace for classes inside ICSharpCode.SharpDevelop.dll: ICSharpCode.Core -> ICSharpCode.SharpDevelop 20 years ago
Daniel Grunwald 75ccdb10ea ICSharpCode.Core: For <MenuItem type="CheckBox">, the checked attribute can now be specified. Doing so enables lazy loading by using that value as default (until the item is clicked). The value can depend on properties stored in the PropertyService. 20 years ago