62 lines
2.6 KiB
INI
62 lines
2.6 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
|
|
|
|
# Disable M2Eclipse repository index download
|
|
org.eclipse.m2e.core/eclipse.m2.updateIndexes=false
|
|
|
|
# Disable Atlassian connector data usage tracking
|
|
com.atlassian.connector.eclipse.monitor.usage/com.atlassian.connector.eclipse.monitor.usage.enabled=false
|
|
com.atlassian.connector.eclipse.monitor.ui/com.atlassian.connector.eclipse.monitor.usage.enabled=false
|
|
com.atlassian.connector.eclipse.monitor.ui/com.atlassian.connector.eclipse.monitor.usage.first.time=false
|
|
|
|
# Disable Mylyn service message
|
|
org.eclipse.mylyn.tasks.ui/org.eclipse.mylyn.tasks.ui.servicemessage.id=0
|
|
|
|
# check for updates every Tuesday at 10am
|
|
# 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-schedule
|
|
org.eclipse.equinox.p2.ui.sdk.scheduler/day=Every Tuesday
|
|
org.eclipse.equinox.p2.ui.sdk.scheduler/hour=10\:00 AM
|
|
|
|
# remind the user every 24 hours
|
|
org.eclipse.equinox.p2.ui.sdk.scheduler/remindOnSchedule=true
|
|
# see AutomaticUpdatesPopup, values can be "30 minutes", "Hour", "4 Hours"
|
|
org.eclipse.equinox.p2.ui.sdk.scheduler/remindElapsedTime=24 Hours
|
|
|
|
# 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
|