Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2010-07-29 09:53:53 +0000
committerDani Megert2010-07-29 09:53:53 +0000
commit0b73d68f9ffdb613fa6ce966ecff2dbacc1f6291 (patch)
treeeed1ad6504ead9c40c6c9154000868550ba96a52 /org.eclipse.ui.workbench.texteditor/plugin.xml
parentbcdf2c98f60eed52999d2614bb7fcfe1e1cf49a6 (diff)
downloadeclipse.platform.text-0b73d68f9ffdb613fa6ce966ecff2dbacc1f6291.tar.gz
eclipse.platform.text-0b73d68f9ffdb613fa6ce966ecff2dbacc1f6291.tar.xz
eclipse.platform.text-0b73d68f9ffdb613fa6ce966ecff2dbacc1f6291.zip
Committed Raksha's patch to fix bug 78522: [navigation] All Ctrl+Click link targets should also be available under one command/action
Diffstat (limited to 'org.eclipse.ui.workbench.texteditor/plugin.xml')
-rw-r--r--org.eclipse.ui.workbench.texteditor/plugin.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.ui.workbench.texteditor/plugin.xml b/org.eclipse.ui.workbench.texteditor/plugin.xml
index a6cc1e103c4..8456ef0541f 100644
--- a/org.eclipse.ui.workbench.texteditor/plugin.xml
+++ b/org.eclipse.ui.workbench.texteditor/plugin.xml
@@ -435,6 +435,12 @@
categoryId="org.eclipse.ui.category.textEditor"
id="org.eclipse.ui.edit.text.showInformation">
</command>
+ <command
+ name="%command.openHyperlink.name"
+ description="%command.openHyperlink.description"
+ categoryId="org.eclipse.ui.category.textEditor"
+ id="org.eclipse.ui.edit.text.open.hyperlink">
+ </command>
</extension>
<extension

Back to the top