mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-08 08:45:44 +02:00
Fix for bug 133851 - CDT editor does not use SelectMarkerRulerAction
This commit is contained in:
parent
0dc7c73bca
commit
894657561b
1 changed files with 6 additions and 0 deletions
|
@ -634,6 +634,12 @@
|
|||
actionID="RulerDoubleClick"
|
||||
id="org.eclipse.ui.texteditor.BookmarkRulerAction">
|
||||
</action>
|
||||
<action
|
||||
label="%Dummy.label"
|
||||
class="org.eclipse.ui.texteditor.SelectRulerAction"
|
||||
actionID="RulerClick"
|
||||
id="org.eclipse.ui.texteditor.SelectRulerAction">
|
||||
</action>
|
||||
</editorContribution>
|
||||
</extension>
|
||||
<extension
|
||||
|
|
Loading…
Add table
Reference in a new issue