Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornitind2005-10-07 21:17:12 +0000
committernitind2005-10-07 21:17:12 +0000
commit0008f01d1c7319e751f8c98b201b4569901d3946 (patch)
tree6f5021c93d14b5447bb51a02370633c452f872d3 /bundles/org.eclipse.wst.wsdl.ui
parent6befc84d3e745491a28b09fc5b88e7028dc5de7c (diff)
downloadwebtools.webservices-0008f01d1c7319e751f8c98b201b4569901d3946.tar.gz
webtools.webservices-0008f01d1c7319e751f8c98b201b4569901d3946.tar.xz
webtools.webservices-0008f01d1c7319e751f8c98b201b4569901d3946.zip
[81561] Ruler double-click for bookmarks works differently
Diffstat (limited to 'bundles/org.eclipse.wst.wsdl.ui')
-rw-r--r--bundles/org.eclipse.wst.wsdl.ui/plugin.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/bundles/org.eclipse.wst.wsdl.ui/plugin.xml b/bundles/org.eclipse.wst.wsdl.ui/plugin.xml
index c5deb7dae..2c43f2718 100644
--- a/bundles/org.eclipse.wst.wsdl.ui/plugin.xml
+++ b/bundles/org.eclipse.wst.wsdl.ui/plugin.xml
@@ -153,6 +153,21 @@
-->
</editorContribution>
+ <editorContribution
+ targetID="org.eclipse.wst.wsdl.wsdlsource.source"
+ id="org.eclipse.wst.wsdl.wsdlsource.ruler.actions">
+ <action
+ label="%Dummy.label"
+ helpContextId="org.eclipse.ui.bookmark_action_context"
+ class="org.eclipse.ui.texteditor.BookmarkRulerAction"
+ actionID="RulerDoubleClick"
+ id="org.eclipse.ui.texteditor.BookmarkRulerAction"/>
+ <action
+ label="%Dummy.label"
+ class="org.eclipse.ui.texteditor.SelectRulerAction"
+ actionID="RulerClick"
+ id="org.eclipse.ui.texteditor.SelectRulerAction"/>
+ </editorContribution>
</extension>
<extension point="org.eclipse.ui.preferencePages">

Back to the top