Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2016-03-31 10:18:18 +0000
committerMickael Istria2017-12-15 09:49:57 +0000
commit11f64bfe8303ddd439cace2f8065520491b31d66 (patch)
tree3a36b215a2477dfa48f44373546963c94771ce35 /packages
parent37549352dc1938300fae5c9706b9556338b398af (diff)
downloadorg.eclipse.epp.packages-11f64bfe8303ddd439cace2f8065520491b31d66.tar.gz
org.eclipse.epp.packages-11f64bfe8303ddd439cace2f8065520491b31d66.tar.xz
org.eclipse.epp.packages-11f64bfe8303ddd439cace2f8065520491b31d66.zip
Bug 490754 - Adopt editor discovery for Reporting package
Signed-off-by: Mickael Istria <mistria@redhat.com>
Diffstat (limited to 'packages')
-rw-r--r--packages/org.eclipse.epp.package.reporting/plugin_customization.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/org.eclipse.epp.package.reporting/plugin_customization.ini b/packages/org.eclipse.epp.package.reporting/plugin_customization.ini
index b154cd51..7bd62f8d 100644
--- a/packages/org.eclipse.epp.package.reporting/plugin_customization.ini
+++ b/packages/org.eclipse.epp.package.reporting/plugin_customization.ini
@@ -31,6 +31,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