5728 Commits (7338344014ff700717aebaf9e484657defc258a8)
 

Author SHA1 Message Date
Martin Koníček 7338344014 Decoupled "Add using" functionality from context menu building. 15 years ago
Tomáš Linhart 3641142243 A first draft of dependency matrix. 15 years ago
Martin Koníček 47ee9924e7 "Implement abstract class" editor context action. 15 years ago
Siegfried Pammer 69c39842b0 fixed NullReferenceException in CSharpMethodExtractor 15 years ago
Martin Koníček b67dfce2bb Fix recently introduced bug when opening files with other than C#/VB content. 15 years ago
Martin Koníček 62d12aa208 Implemented new "Implement interface" editor context action using the code recently decoupled from context menus. 15 years ago
Martin Koníček 7b318f80a1 "Implement interface" and "Implement abstract class" editor context menu items are shown only when needed (that is the class/interface is not yet implemented). 15 years ago
Martin Koníček 2315172e5f Refactoring: decoupled code to implement abstract class from building the menus. 15 years ago
Martin Koníček 7102b476e2 Refactoring: decoupled 'Implement interface' actions from menu building. 15 years ago
Martin Koníček e7ab1474fc Progress with editor Context actions. 15 years ago
Daniel Grunwald f1b882bce1 Fix NullReferenceException when drawing collapsed fold markers (bug introduced by optimization in r6169) 15 years ago
Daniel Grunwald 87f94f6e1b AvalonEdit perf optimization: Use a single TextLine for tab and space markers instead of creating FormattedText on demand. 15 years ago
Daniel Grunwald 31d7fcb8f1 AvalonEdit perf optimization: when the selection changes, don't redraw the whole selection but only the text added/removed from the selection. 15 years ago
Martin Koníček b2c80c66bb Split ContextActionsControl into 2 user controls: the TreeView and the Header. 15 years ago
Martin Koníček d95e218172 Added basic classes for editor Context actions (ReSharper-like "bulb"). 15 years ago
Daniel Grunwald 153ddd46aa Fix bug in global styles that caused crash on startup. 15 years ago
Siegfried Pammer f8797e9c04 fixed selection handling in ExtractPropertiesAsStyleCommand 15 years ago
Siegfried Pammer 9ef1561394 only display snippets that are mapped to a currently available keyword 15 years ago
Daniel Grunwald 0abe633156 Fixed build. 15 years ago
Siegfried Pammer a245aa9cb9 save only changed snippets in the SharpDevelop options 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
Martin Koníček 86fec631cd Moved 15 years ago
Martin Koníček 2882236cef Moved context menu items "Implement interface" from SharpDevelop to SharpRefactoring.addin, where "Implement abstract class" is. 15 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. 15 years ago
Siegfried Pammer d171b0a765 reactivated IL Rewrite 15 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. 15 years ago
David Srbecký dea13e142d Rewritten filename -> symbol document resolution 15 years ago
David Srbecký 1ed9f6f251 Improved the filename -> symbol document resolution 15 years ago
David Srbecký 9f4495a21e Added unit test for dynamic code 15 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. 15 years ago
David Srbecký 6af3e43629 Support for new dynamic debugging features in .NET 4.0 15 years ago
Matt Ward a86aa8d720 Add files to support unit testing in IronRuby. 15 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. 15 years ago
Matt Ward f3956a7f41 Fix null reference exception when using ProjectReferenceProjectItem in unit tests - LocalizedObject checks for null workbench when refiltering properties. 15 years ago
Martin Koníček 3978ddee50 Changed F11 -> F9 also in editor context menu labels. 15 years ago
Martin Koníček e48784a10b Shortcuts: 15 years ago
Martin Koníček 15f4a433ce "F12 to Find references" also works on local variables. 15 years ago
Martin Koníček ba136fc954 ContextActionsPopup (Used by Find derived classes, base classes and overrides) is closed by ESC. 15 years ago
Martin Koníček a53c2967d0 Shortcuts: 15 years ago
Matt Ward dea2074160 Added support for running tests with Ruby's unit testing framework. 15 years ago
Martin Koníček ba590ca416 Shortcuts: 15 years ago
Matt Ward b4d5f7726a WiX addin now generates unique ids for directories. 15 years ago
Tomáš Linhart 3c1c1211f8 The summary box provides now basic summary of node. 15 years ago
Martin Koníček b8195879d5 Enhanced look of ContextActionPopup. 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
Siegfried Pammer 9385d688b7 Show only snippets with a ${Selection} in Ctrl+J list. 15 years ago
Siegfried Pammer 132e6f953d fixed http://usagedatacollector.sharpdevelop.net/analysis/ExceptionGroup/Edit/59 15 years ago
Daniel Grunwald 33d038d624 Add CompressingTreeList.GetRunLength method. 15 years ago