31 Commits (61331f66995a7027ea423cadccb72a128e6f8b00)

Author SHA1 Message Date
Matt Ward 61331f6699 Code coverage addin is now working again. 16 years ago
Matt Ward b893e70e4b Restructured code coverage unit tests. 16 years ago
Siegfried Pammer d171b0a765 reactivated IL Rewrite 16 years ago
Matt Ward dea2074160 Added support for running tests with Ruby's unit testing framework. 16 years ago
Tomáš Linhart 3c1c1211f8 The summary box provides now basic summary of node. 16 years ago
Tomáš Linhart 1c343c66bf Added a support for a selected vertex. The selected vertex got different color and can be deselected by clicking its again. 16 years ago
Tomáš Linhart 9265c94a7c Images can be saved in more formats. Removed measuring which was transforming graph. 16 years ago
Tomáš Linhart d210702061 Implemented context menu for vertices. 16 years ago
Tomáš Linhart f36e412067 Graphs are cached now. Should improve performance a little bit. 16 years ago
Daniel Grunwald ccc4e24de9 Add workaround to ICSharpCode.Core that makes assemblies in the LoadFrom context also available in the Load context. This fixes some problems using WPF or .NET remoting in SharpDevelop AddIns. 16 years ago
Daniel Grunwald 6cb65113c4 Show progress running unit tests in status bar. 16 years ago
Daniel Grunwald 08c1792353 When running unit tests in multiple projects, perform a single build for all those projects before executing any tests. 16 years ago
Tomáš Linhart 295e0a6f8c Fixed a small issue with generic instance. 16 years ago
Tomáš Linhart 9387173428 Vertixes are clickable. Single click shows summary. Double click show internal dependency. Created a new GraphLayout component. 16 years ago
Tomáš Linhart fbad56428a Added a support for method parameters. Added a support for generic instance of types. 16 years ago
Tomáš Linhart 3b030c7398 Added a new template for graphs from GraphSharp. Added new buttons for layouting. Replaced WPFExtension ZoomControl with ICSharpCode ZoomControl. 16 years ago
Tomáš Linhart 58f9e89c20 Implemented icons in tree. Added a lof of properties with information about fields, methods and so on. 16 years ago
Tomáš Linhart 8271aeb3f5 Added a module dependency graph where are dependencies between namespacies. 16 years ago
Tomáš Linhart b5210b720f Nested types wasn't properly assigned to a parent type. Added comments for every method. 16 years ago
Tomáš Linhart 4db20ab738 Added a support for Events. Some refactoring and fixes with declaring types. 16 years ago
Daniel Grunwald 7a23f641b3 Remove ICSharpCode.TextEditor. 16 years ago
Tomáš Linhart 8c4aef994d Fixed reading Nested Types. 16 years ago
Daniel Grunwald f9ed7c06df Remove all ctrl+alt+letter shortcuts. These conflict with text input methods on some keyboard layouts (e.g. Ctrl+Alt+Q='@' on German keyboard; Ctrl+Alt+B='{' on Slovenian, etc.). 16 years ago
Daniel Grunwald 1e7057752a Fixed forum-11419: FxCop showing errors in file 'positionof#...' 16 years ago
Matt Ward bd0975ba7d Code coverage addin now uses the new text editor - AvalonEdit. 16 years ago
Daniel Grunwald 8a464f1a8c Remove EmptyTemplate from AvalonEdit, instead re-style the CompletionListBox within SharpDevelopCompletionWindow.xaml 16 years ago
Tomáš Linhart f71f35b7c5 Created basic ingtegration of CodeQualityAnalysis AddIn to SharpDevelop. 16 years ago
Tomáš Linhart 19b4d75de9 Initial commit of Code Quality Analysis AddIn. 16 years ago
Daniel Grunwald 4ba935e0a1 Remove unused references to ICSharpCode.TextEditor. 16 years ago
Matt Ward daee118e45 Unit testing addin can now be extended with custom test runners. 16 years ago
Daniel Grunwald 2e1db61657 Move Analysis AddIns to src/AddIns/Analysis 16 years ago