Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Pazderski2020-04-28 09:13:00 +0000
committerPaul Pazderski2020-05-01 23:07:00 +0000
commit02a132ef576618cb7738c6efe0c2276de35b81b4 (patch)
treed92de54338d391c8bdd2f7f509a8e692284b43af
parente21c925be078745b12480a94e3a40aaa0623f8ed (diff)
downloadeclipse.platform.text-02a132ef576618cb7738c6efe0c2276de35b81b4.tar.gz
eclipse.platform.text-02a132ef576618cb7738c6efe0c2276de35b81b4.tar.xz
eclipse.platform.text-02a132ef576618cb7738c6efe0c2276de35b81b4.zip
Change-Id: Ifd9eea8c1c4b2df058bef3669c044d6023db0e13 Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
-rw-r--r--org.eclipse.ui.editors/plugin.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.ui.editors/plugin.xml b/org.eclipse.ui.editors/plugin.xml
index b0ab6be33f9..cf169c3895f 100644
--- a/org.eclipse.ui.editors/plugin.xml
+++ b/org.eclipse.ui.editors/plugin.xml
@@ -478,7 +478,8 @@
helpContextId="org.eclipse.ui.goto_last_edit_position_action_context"
label="%goToLastEditPosition.label"
menubarPath="navigate/"
- tooltip="%goToLastEditPosition.tooltip">
+ tooltip="%goToLastEditPosition.tooltip"
+ initialEnabled="false">
</action>
</actionSet>
<actionSet

Back to the top