5707 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
Martin Koníček 86fec631cd Moved 16 years ago
Martin Koníček 2882236cef Moved context menu items "Implement interface" from SharpDevelop to SharpRefactoring.addin, where "Implement abstract class" is. 16 years ago
Martin Koníček 6485df93ac Code completion respects suggested item: e.g. when typing "DateTimeKind k =", the completion window pres-selects the DateTimeKind entry. 16 years ago
Siegfried Pammer d171b0a765 reactivated IL Rewrite 16 years ago
David Srbecký b9f9defcb7 Ignore 0x80131C3B The application did not supply symbols when it loaded or created this module, or they are not yet available. 16 years ago
David Srbecký dea13e142d Rewritten filename -> symbol document resolution 16 years ago
David Srbecký 1ed9f6f251 Improved the filename -> symbol document resolution 16 years ago
David Srbecký 9f4495a21e Added unit test for dynamic code 16 years ago
David Srbecký 61d67819c3 In .NET 4.0, we use the LoadClass callback to load dynamic modules because it always works - UpdateModuleSymbols does not. 16 years ago
David Srbecký 6af3e43629 Support for new dynamic debugging features in .NET 4.0 16 years ago
Matt Ward a86aa8d720 Add files to support unit testing in IronRuby. 16 years ago
Matt Ward bb9007ce6d IronRuby addin now adds the directories of referenced projects to the load path when running unit tests. This allows unit tests to be put in a separate project to the code under test. 16 years ago
Matt Ward f3956a7f41 Fix null reference exception when using ProjectReferenceProjectItem in unit tests - LocalizedObject checks for null workbench when refiltering properties. 16 years ago
Martin Koníček 3978ddee50 Changed F11 -> F9 also in editor context menu labels. 16 years ago
Martin Koníček e48784a10b Shortcuts: 16 years ago
Martin Koníček 15f4a433ce "F12 to Find references" also works on local variables. 16 years ago
Martin Koníček ba136fc954 ContextActionsPopup (Used by Find derived classes, base classes and overrides) is closed by ESC. 16 years ago
Martin Koníček a53c2967d0 Shortcuts: 16 years ago
Matt Ward dea2074160 Added support for running tests with Ruby's unit testing framework. 16 years ago
Martin Koníček ba590ca416 Shortcuts: 16 years ago
Matt Ward b4d5f7726a WiX addin now generates unique ids for directories. 16 years ago
Tomáš Linhart 3c1c1211f8 The summary box provides now basic summary of node. 16 years ago
Martin Koníček b8195879d5 Enhanced look of ContextActionPopup. 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
Siegfried Pammer 9385d688b7 Show only snippets with a ${Selection} in Ctrl+J list. 16 years ago
Siegfried Pammer 132e6f953d fixed http://usagedatacollector.sharpdevelop.net/analysis/ExceptionGroup/Edit/59 16 years ago
Daniel Grunwald 33d038d624 Add CompressingTreeList.GetRunLength method. 16 years ago
Daniel Grunwald 57354103f5 IncludeDoozer: show error message only if included path was not found (don't catch unrelated TreePathNotFoundException) 16 years ago
Daniel Grunwald aeb06aa320 Apply patch from Boris Kozorovitzky: 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
Martin Koníček 3038b54842 Editor context menus for Find derived classes etc. open at right position: added GetScreenPosition(int line, int column) to IEditorUIService. 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 6bbba8d32a Upgrade to AvalonDock 1.3.3571 16 years ago
Martin Koníček 07b4dfb253 "Insert Constructor" refactoring works also with properties. By default, all fields and properties are checked, rather than unchecked. Field and property names are converted to parameter names (first character is lowercase). 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
David Srbecký 0765d6db38 Reset JMC after obtaining dynamic symbols update. Some extra log messages. (This still does not fix IronPython 4.0) 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
Daniel Grunwald 359e7bb4ac Remove ICSharpCode.SharpDevelop.DefaultEditor namespace. 16 years ago
Daniel Grunwald 817728ea38 Merge from /branches/3.0: 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