Martin Koníček
7338344014
Decoupled "Add using" functionality from context menu building.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6196 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Tomáš Linhart
3641142243
A first draft of dependency matrix.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6195 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
47ee9924e7
"Implement abstract class" editor context action.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6194 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
69c39842b0
fixed NullReferenceException in CSharpMethodExtractor
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6189 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
b67dfce2bb
Fix recently introduced bug when opening files with other than C#/VB content.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6188 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
62d12aa208
Implemented new "Implement interface" editor context action using the code recently decoupled from context menus.
...
It is turned off so far because the GUI is unfinished.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6187 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6186 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
2315172e5f
Refactoring: decoupled code to implement abstract class from building the menus.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6183 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
7102b476e2
Refactoring: decoupled 'Implement interface' actions from menu building.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6181 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
e7ab1474fc
Progress with editor Context actions.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6179 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
f1b882bce1
Fix NullReferenceException when drawing collapsed fold markers (bug introduced by optimization in r6169)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6172 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
87f94f6e1b
AvalonEdit perf optimization: Use a single TextLine for tab and space markers instead of creating FormattedText on demand.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6169 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6167 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
b2c80c66bb
Split ContextActionsControl into 2 user controls: the TreeView and the Header.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6165 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
d95e218172
Added basic classes for editor Context actions (ReSharper-like "bulb").
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6162 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
153ddd46aa
Fix bug in global styles that caused crash on startup.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6157 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
f8797e9c04
fixed selection handling in ExtractPropertiesAsStyleCommand
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6151 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
9ef1561394
only display snippets that are mapped to a currently available keyword
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6150 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
0abe633156
Fixed build.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6149 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
a245aa9cb9
save only changed snippets in the SharpDevelop options
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6148 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
c9a780068a
Make sure buttons have the correct size (using a style with MinWidth=75 and Padding=9,1).
...
Use UniformGridWithSpacing for layout of OK and Cancel buttons (these should have the same size even in languages where the OK button needs more space than 75 pixels).
Option Panels: give check boxes a bit more space
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6147 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Matt Ward
61331f6699
Code coverage addin is now working again.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6144 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Matt Ward
b893e70e4b
Restructured code coverage unit tests.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6132 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
86fec631cd
Moved
...
Rename, Move class to file, Rename file, Extract interface class context menu items from SharpDevelop to SharpRefactoring.addin.
Added comments to MenuBuilders about Addin tree paths where they are registered, for better clarity on how the menu builders work.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6126 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
2882236cef
Moved context menu items "Implement interface" from SharpDevelop to SharpRefactoring.addin, where "Implement abstract class" is.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6125 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6123 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
d171b0a765
reactivated IL Rewrite
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6118 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6115 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
David Srbecký
dea13e142d
Rewritten filename -> symbol document resolution
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6114 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
David Srbecký
1ed9f6f251
Improved the filename -> symbol document resolution
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6113 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
David Srbecký
9f4495a21e
Added unit test for dynamic code
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6112 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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.
...
- Simple dynamic code generation seems to trigger both callbacks.
- IronPython for some reason causes just the LoadClass callback so we choose to rely on it out of the two.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6111 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
David Srbecký
6af3e43629
Support for new dynamic debugging features in .NET 4.0
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6110 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Matt Ward
a86aa8d720
Add files to support unit testing in IronRuby.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6109 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6108 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Matt Ward
f3956a7f41
Fix null reference exception when using ProjectReferenceProjectItem in unit tests - LocalizedObject checks for null workbench when refiltering properties.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6107 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
3978ddee50
Changed F11 -> F9 also in editor context menu labels.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6106 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
e48784a10b
Shortcuts:
...
Find derived classes: F11 (used for debugger Step in, of course..) -> F9
Build project: F9 -> Ctrl+F8 (F8 is used for Build solution, so Ctrl+F8 sounds quite logical and it was free. Feel free to write me if it is not a good shortcut)
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6105 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
15f4a433ce
"F12 to Find references" also works on local variables.
...
Added error messages if F11 is pressed when caret is not over valid symbol. (Go to definition / Find references stays without error message - error message might be annoying; I think F11 needs some explanation to the user though)
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6098 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
ba136fc954
ContextActionsPopup (Used by Find derived classes, base classes and overrides) is closed by ESC.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6097 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
a53c2967d0
Shortcuts:
...
Replace - Ctrl+H (like in Visual Studio; F2 collides with "Rename" used in several places)
Toggle bookmark / prev bookmark / next bookmark - Ctrl+M / Ctrl+, / Ctrl+.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6096 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Matt Ward
dea2074160
Added support for running tests with Ruby's unit testing framework.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6095 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
ba590ca416
Shortcuts:
...
Rename - Ctrl+R (Replace changed Ctrl+R -> Alt+R),
Find references - F12 (VS uses F12 for Go to definition)
Go to derived class / override - F11
Go to base class - no shortcut
To make these shortcuts work, added items to "Search" menu.
Modified AbstractEntity.IsOverridable to return true also for interface members.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6093 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Matt Ward
b4d5f7726a
WiX addin now generates unique ids for directories.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6086 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Tomáš Linhart
3c1c1211f8
The summary box provides now basic summary of node.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6081 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
b8195879d5
Enhanced look of ContextActionPopup.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6080 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6079 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
9385d688b7
Show only snippets with a ${Selection} in Ctrl+J list.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6076 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Siegfried Pammer
132e6f953d
fixed http://usagedatacollector.sharpdevelop.net/analysis/ExceptionGroup/Edit/59
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6075 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Daniel Grunwald
33d038d624
Add CompressingTreeList.GetRunLength method.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6074 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago