Skip to main content
summaryrefslogtreecommitdiffstats
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.properties
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.properties')
-rw-r--r--org.eclipse.ui.workbench.texteditor/plugin.properties4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.ui.workbench.texteditor/plugin.properties b/org.eclipse.ui.workbench.texteditor/plugin.properties
index ef405db7628..10cb9cf73d5 100644
--- a/org.eclipse.ui.workbench.texteditor/plugin.properties
+++ b/org.eclipse.ui.workbench.texteditor/plugin.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2009 IBM Corporation and others.
+# Copyright (c) 2000, 2010 IBM Corporation and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v1.0
# which accompanies this distribution, and is available at
@@ -171,6 +171,8 @@ command.recenter.description = Recenter the window based on the cursor
command.recenter.name = Recenter
command.joinLines.description = Join lines of text
command.joinLines.name = Join Lines
+command.openHyperlink.name= Open Hyperlink
+command.openHyperlink.description= Opens the hyperlink at the caret location or opens a chooser if more than one hyperlink is available
SpellingEngine= Spelling Engine

Back to the top