280 Commits (07fe2e57fc54b9133879a0d23eaa81709edb39e6)

Author SHA1 Message Date
mrward 264afa673c Add code completion for methods on local variables in IronPython code. 15 years ago
mrward b90aac8024 Add IronPython code completion for class fields. 15 years ago
mrward 98765ade2d Add code completion for events in IronPython. 15 years ago
Daniel Grunwald afd2f38400 Mark SharpDevelop assemblies as Full/Client profile. 15 years ago
Daniel Grunwald 4ef945f0f7 Implemented SD-1457 - Client profile. 15 years ago
Daniel Grunwald 58482b71ca Work on SD-1457: Added support for the Client Profile. The 3.5 and 4.0 client profiles can now be chosen as target frameworks. 15 years ago
Siegfried Pammer 6d7497f3f0 set TrackEvents to false per default 15 years ago
mrward 58a06cd626 Move IronPython and IronRuby designer generator unit tests to common Scripting test project. 15 years ago
Daniel Grunwald f5780c2944 Apply new file headers 15 years ago
Siegfried Pammer 7b48e5f8bb Added option to disable event tracking (IL rewriting) in profiler; workaround for cases like http://community.sharpdevelop.net/forums/t/11725.aspx 15 years ago
Matt Ward 603d50d8b9 Handle sequence points with no filename when opening a file from the Code Coverage window. 15 years ago
Matt Ward 8853dc2f5b Code coverage percentages are now based on sequence point lengths and not the number of points. 15 years ago
Matt Ward 4b06e6a7b6 Code coverage results no longer being cleared after each test run when testing all projects in a solution. 15 years ago
Tomáš Linhart b7dd8b62f3 Added support for Cyclomatic Complexity metric and for the number of variables inside of a method. 15 years ago
Tomáš Linhart 6af05c8c90 Added Metrics tab which contains Treemap. 15 years ago
Tomáš Linhart 89ffbd64b7 MatrixControl now implements IScrollInfo and supports UI virtualization. 15 years ago
Matt Ward cf7a257e20 Show better error message when test runner application cannot be found. 15 years ago
Tomáš Linhart d21fc2d0c9 MatrixControl is drawn by WPF. 15 years ago
Tomáš Linhart 11454252ad Added a support for instructions. 15 years ago
Matt Ward 48383a8bec Restructured AddIns folder - removed nested AddIns\AddIns folder and added Analysis folder. 15 years ago
Tomáš Linhart 4cd9d55e19 MetricsReader now use FullName type checking. Fixes a bug with nested types and so on. 15 years ago
Tomáš Linhart add877f9f0 Added ProgressBar into StatusBar. 15 years ago
Tomáš Linhart 8b44d44532 Added a Status Bar which shows a number of nodes (namespaces, types and so on). 15 years ago
Tomáš Linhart 7c2e758ecd Selection for nodes is now done by DependencyProperties. Style for selected node was moved to XAML. 15 years ago
Tomáš Linhart e0b462ce3a Added an icon to nodes in Dependency Graph. 15 years ago
Tomáš Linhart 737c524a7c - Tree for browsing has been rewritten to XAML. It allows nice styling options. 15 years ago
Siegfried Pammer 8b19b64c54 - fixed Dispose in LATextReader 15 years ago
Tomáš Linhart a331a534d9 Implemented caching for names. It provides significant performance improvement. 15 years ago
Tomáš Linhart 255e99b5e4 Implemented VirtualMode for Dependency Matrix. It should improve performance a little bit. 15 years ago
Tomáš Linhart f11afb62df - Rewrite Dependency Matrix Control to WinForms 15 years ago
Tomáš Linhart bb695bfd0c - Cleaned AssemblyInfo.cs 15 years ago
Tomáš Linhart 3641142243 A first draft of dependency matrix. 15 years ago
Siegfried Pammer 69c39842b0 fixed NullReferenceException in CSharpMethodExtractor 15 years ago
Daniel Grunwald c9a780068a Make sure buttons have the correct size (using a style with MinWidth=75 and Padding=9,1). 15 years ago
Matt Ward 61331f6699 Code coverage addin is now working again. 15 years ago
Matt Ward b893e70e4b Restructured code coverage unit tests. 15 years ago
Siegfried Pammer d171b0a765 reactivated IL Rewrite 15 years ago
Matt Ward dea2074160 Added support for running tests with Ruby's unit testing framework. 15 years ago
Tomáš Linhart 3c1c1211f8 The summary box provides now basic summary of node. 15 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. 15 years ago
Tomáš Linhart 9265c94a7c Images can be saved in more formats. Removed measuring which was transforming graph. 15 years ago
Tomáš Linhart d210702061 Implemented context menu for vertices. 15 years ago
Tomáš Linhart f36e412067 Graphs are cached now. Should improve performance a little bit. 15 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. 15 years ago
Daniel Grunwald 6cb65113c4 Show progress running unit tests in status bar. 15 years ago
Daniel Grunwald 08c1792353 When running unit tests in multiple projects, perform a single build for all those projects before executing any tests. 15 years ago
Tomáš Linhart 295e0a6f8c Fixed a small issue with generic instance. 15 years ago
Tomáš Linhart 9387173428 Vertixes are clickable. Single click shows summary. Double click show internal dependency. Created a new GraphLayout component. 15 years ago
Tomáš Linhart fbad56428a Added a support for method parameters. Added a support for generic instance of types. 15 years ago
Tomáš Linhart 3b030c7398 Added a new template for graphs from GraphSharp. Added new buttons for layouting. Replaced WPFExtension ZoomControl with ICSharpCode ZoomControl. 15 years ago