Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2016-03-31 10:19:43 +0000
committerGerrit Code Review @ Eclipse.org2016-05-19 09:01:34 +0000
commit3844c7ebba96d38578a9bf21539ed274b9f6fd0c (patch)
treee204bb929931c081af82c2c85c5eb893af0897b2
parent4ee71082e1e33f4a50e55ee51e0f8250a9d6e1ab (diff)
downloadorg.eclipse.epp.packages-3844c7ebba96d38578a9bf21539ed274b9f6fd0c.tar.gz
org.eclipse.epp.packages-3844c7ebba96d38578a9bf21539ed274b9f6fd0c.tar.xz
org.eclipse.epp.packages-3844c7ebba96d38578a9bf21539ed274b9f6fd0c.zip
Bug 490754 - Adopt editor discovery for Testing package
Signed-off-by: Mickael Istria <mistria@redhat.com>
-rw-r--r--packages/org.eclipse.epp.package.testing/plugin_customization.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/org.eclipse.epp.package.testing/plugin_customization.ini b/packages/org.eclipse.epp.package.testing/plugin_customization.ini
index a3ca65a3..31dcf615 100644
--- a/packages/org.eclipse.epp.package.testing/plugin_customization.ini
+++ b/packages/org.eclipse.epp.package.testing/plugin_customization.ini
@@ -34,6 +34,8 @@ org.eclipse.core.resources/refresh.lightweight.enabled=true
# enable line number ruler in all textual editors by default
org.eclipse.ui.editors/lineNumberRuler=true
+org.eclipse.ui.ide/unassociatedEditorStrategy=org.eclipse.epp.internal.mpc.ui.askMarketPlace
+
# Intro-related preferences (since 3.2)
# Welcome theme to use

Back to the top