Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Loskutov2016-04-22 13:30:59 +0000
committerAndrey Loskutov2016-04-22 13:30:59 +0000
commitbac8705e6a98d1b7fd45056559f811d13f0b1fa1 (patch)
treec4ad30624daae02a324635be703635511b3ea6d3
parent579ff36747d2c917fc9edc055a8ce753284c2f4c (diff)
downloadeclipse.platform.text-bac8705e6a98d1b7fd45056559f811d13f0b1fa1.tar.gz
eclipse.platform.text-bac8705e6a98d1b7fd45056559f811d13f0b1fa1.tar.xz
eclipse.platform.text-bac8705e6a98d1b7fd45056559f811d13f0b1fa1.zip
Bug 492177 - Clean up the removal of "Enable word wrap when opening an
editor" preferences option See also bug 488162 - [word wrap] Hide WW preference to avoid unexpected performance impact. Removed keywords pointing to the hidden preference. Change-Id: Ibcaf242004ee5971439a701738c5f00cb4b244b7 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
-rw-r--r--org.eclipse.ui.editors/plugin.xml9
1 files changed, 2 insertions, 7 deletions
diff --git a/org.eclipse.ui.editors/plugin.xml b/org.eclipse.ui.editors/plugin.xml
index bea4d3b31fe..9d824937ff5 100644
--- a/org.eclipse.ui.editors/plugin.xml
+++ b/org.eclipse.ui.editors/plugin.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
-<!-- ================================================================================================================= -->
+<!-- ====================================================================== -->
<!-- Copyright (c) 2002, 2015 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 -->
@@ -9,8 +9,7 @@
<!-- -->
<!-- Contributors: -->
<!-- IBM Corporation - initial API and implementation -->
-<!-- Florian Weßling <flo@cdhq.de> - Adding (soft) word wrap (https://bugs.eclipse.org/bugs/show_bug.cgi?id=35779) -->
-<!-- ================================================================================================================= -->
+<!-- ====================================================================== -->
<plugin>
<extension-point id="documentProviders" name="%ExtPoint.documentProviders" schema="schema/documentProviders.exsd"/>
@@ -225,7 +224,6 @@
<keywordReference id="org.eclipse.ui.editors.tabWidth"/>
<keywordReference id="org.eclipse.ui.editors.lineNumber"/>
<keywordReference id="org.eclipse.ui.editors.printMargin"/>
- <keywordReference id="org.eclipse.ui.editors.wordWrap"/>
</page>
<page
name="%PreferencePages.Annotations"
@@ -303,9 +301,6 @@
<keyword
label="%preferenceKeywords.hyperlinkDetectors"
id="org.eclipse.ui.editors.hyperlinkDetectors"/>
- <keyword
- label="%preferenceKeywords.wordWrap"
- id="org.eclipse.ui.editors.wordWrap"/>
</extension>
<extension
point="org.eclipse.ui.editors.documentProviders">

Back to the top