2 Commits (6e4299e31fa92b0284fc4d64880c835003417602)

Author SHA1 Message Date
Matt Ward bd0975ba7d Code coverage addin now uses the new text editor - AvalonEdit. 15 years ago
Daniel Grunwald 2e1db61657 Move Analysis AddIns to src/AddIns/Analysis 15 years ago
Daniel Grunwald 664dc13b32 Implemented code coverage text markers for AvalonEdit. 16 years ago
Daniel Grunwald 25814ec485 Changed IPositionable interface and FileService.JumpToFilePosition to work with 1-based line and column numbers. 16 years ago
Matt Ward d89e6ae397 SD2-1242. Code coverage results now groups a property's getter and setter methods in the tree view. 17 years ago
Daniel Grunwald 3bd1ab5517 SD2-1342: Remove Windows.Forms dependency from ICSharpCode.Core 17 years ago
Daniel Grunwald f4826931df Refactored code accessing text editor options. 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 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
Daniel Grunwald 3363abd941 Rename namespace for classes inside ICSharpCode.SharpDevelop.dll: ICSharpCode.Core -> ICSharpCode.SharpDevelop 19 years ago
Matt Ward e76aea7557 Added extra display options for Code Coverage Pad. Can now choose to show/hide the visit count list, optionally view the source code next to the coverage tree, or just display the tree on its own. 20 years ago
Matt Ward fb130e19bd Added missing string resources for Code Coverage addin. 20 years ago
Matt Ward 6a968c6f6b Items that have zero code coverage are now displayed in grey in the tree view. Added tests and code to parse NUnit xml output files - not currently used. 20 years ago
Matt Ward a2469ef84d Added code coverage addin - supports NCover. 20 years ago