Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2016-03-31 10:00:32 +0000
committerGerrit Code Review @ Eclipse.org2016-05-26 13:13:07 +0000
commit5df41faae238bb45552ea7917fd22d9aec0ebb0c (patch)
treebe3080eb9d73811101e892bbacc25b42531e4fd6
parentf666455744c34168e014047be704e6a1f7612c85 (diff)
downloadorg.eclipse.epp.packages-5df41faae238bb45552ea7917fd22d9aec0ebb0c.tar.gz
org.eclipse.epp.packages-5df41faae238bb45552ea7917fd22d9aec0ebb0c.tar.xz
org.eclipse.epp.packages-5df41faae238bb45552ea7917fd22d9aec0ebb0c.zip
Bug 490754 - Adopt editor discovery for Android package
Change-Id: I49df7713b64f474cc1ac663d628af99b72cb9555 Signed-off-by: Mickael Istria <mistria@redhat.com>
-rw-r--r--packages/org.eclipse.epp.package.android/plugin_customization.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/org.eclipse.epp.package.android/plugin_customization.ini b/packages/org.eclipse.epp.package.android/plugin_customization.ini
index 7f90ef37..2a94c8d5 100644
--- a/packages/org.eclipse.epp.package.android/plugin_customization.ini
+++ b/packages/org.eclipse.epp.package.android/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