62 lines
2.4 KiB
INI
62 lines
2.4 KiB
INI
# plugin_customization.ini
|
|
# sets default values for plug-in-specific preferences
|
|
# keys are qualified by plug-in id
|
|
# e.g., com.example.acmeplugin/myproperty=myvalue
|
|
# java.io.Properties file (ISO 8859-1 with "\" escapes)
|
|
# "%key" are externalized strings defined in plugin_customization.properties
|
|
# This file does not need to be translated.
|
|
|
|
# WARNING: This file defines the preference overrides for the Platform build
|
|
# (the one with no JDT or PDE), not the SDK build (aka the IDE).
|
|
# For the SDK build, use the plugin_customization.ini file in the
|
|
# org.eclipse.sdk plug-in instead.
|
|
|
|
# Property "org.eclipse.ui/defaultPerspectiveId" controls the
|
|
# perspective that the workbench opens initially
|
|
org.eclipse.ui/defaultPerspectiveId=org.eclipse.jdt.ui.JavaPerspective
|
|
|
|
# new-style tabs by default
|
|
org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=false
|
|
|
|
# put the perspective switcher on the top right
|
|
org.eclipse.ui/DOCK_PERSPECTIVE_BAR=topRight
|
|
|
|
# show progress on startup
|
|
org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP=true
|
|
|
|
# lightweight auto-refresh on access by default
|
|
org.eclipse.core.resources/refresh.lightweight.enabled=true
|
|
|
|
# Order help books in table of contents
|
|
org.eclipse.help/HELP_DATA = helpData.xml
|
|
|
|
# enable line number ruler in all textual editors by default
|
|
org.eclipse.ui.editors/lineNumberRuler=true
|
|
|
|
# Disable M2Eclipse repository index download
|
|
org.eclipse.m2e.core/eclipse.m2.updateIndexes=false
|
|
org.eclipse.m2e.core/eclipse.m2.downloadSources=true
|
|
|
|
# Disable Mylyn service message
|
|
org.eclipse.mylyn.tasks.ui/org.eclipse.mylyn.tasks.ui.servicemessage.id=0
|
|
|
|
# check for updates
|
|
# automatic update options are defined in org.eclipse.equinox.p2.sdk.scheduler.PreferenceConstants
|
|
org.eclipse.equinox.p2.ui.sdk.scheduler/enabled=true
|
|
org.eclipse.equinox.p2.ui.sdk.scheduler/schedule=on-fuzzy-schedule
|
|
org.eclipse.equinox.p2.ui.sdk.scheduler/fuzzy_recurrence=Once a week
|
|
|
|
# download updates before notifying the user
|
|
org.eclipse.equinox.p2.ui.sdk.scheduler/download=false
|
|
|
|
# disable the Oomph preference recorder - bug 470430
|
|
# https://bugs.eclipse.org/bugs/show_bug.cgi?id=470430
|
|
org.eclipse.oomph.setup.ui/enable.preference.recorder=false
|
|
|
|
# Enable m2e APT. See: https://www.pivotaltracker.com/story/show/160300760
|
|
org.jboss.tools.maven.apt/org.jboss.tools.maven.apt.aptProcessDuringReconcile=true
|
|
org.jboss.tools.maven.apt/org.jboss.tools.maven.apt.mode=jdt_apt
|
|
|
|
# Disable WTP validations
|
|
org.eclipse.wst.validation/suspend=true
|