# sets default values for plug-in-specific preferences # This file does not need to be translated. # The following two defaults are also overwritten by the eclipse plugin_customization # Not clear why they would not make the default so that they don't have to override it though.. # 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 # enable progress bar on splash screen org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = true # refresh resources on every startup, is is a performance issue (Bug 1052). Don't change default. # disable showing tasks view on build errors or warnings org.eclipse.ui.workbench/SHOW_TASKS_ON_BUILD=false # set default perspective to the Target Management perspective org.eclipse.ui/defaultPerspectiveId=org.eclipse.tm.te.ui.perspective # always switch to defined perspective for launches org.eclipse.debug.ui/org.eclipse.debug.ui.switch_to_perspective=always org.eclipse.debug.ui/org.eclipse.debug.ui.switch_perspective_on_suspend=never # make eclipse remove terminated debug-sessions from the debug-view org.eclipse.debug.ui/org.eclipse.debug.ui.auto_remove_old_launches=true # Switch of console activation on output event on stdout org.eclipse.debug.ui/DEBUG.consoleOpenOnOut=false # Turn off automatic activating of workbench window when a breakpoint is hit by the debugger. org.eclipse.debug.ui/org.eclipse.debug.ui.activate_workbench = false #per derfault limit editors, so we can pin the devcenter org.eclipse.ui.workbench/REUSE_OPEN_EDITORS_BOOLEAN=true org.eclipse.ui.workbench/REUSE_OPEN_EDITORS=30 # show the heap status org.eclipse.ui/SHOW_MEMORY_MONITOR=true # ======= Intro-related preferences (since Eclipse 3.2) ======= #Initially hide intro org.eclipse.ui/showIntro = false # Root page links to show in the Universal Welcome org.eclipse.ui.intro.universal/INTRO_ROOT_PAGES = overview,tutorials,whatsnew # Initial page layout of the Universal Welcome org.eclipse.ui.intro.universal/INTRO_DATA = product:introContent/introData.xml # Initial page to show org.eclipse.ui.intro/INTRO_START_PAGE = overview # context launches have been disabled # because they can only be associated with resources and not # with arbitrary objects like build targets. # https://bugs.eclipse.org/bugs/show_bug.cgi?id=181204 # once this bug is resolved, reinvestigate the setting! # Michael.Scharf@windriver.com 2007-05-30 org.eclipse.debug.ui/org.eclipse.debug.ui.UseContextualLaunch=false # Hide detail pane in Breakpoints view org.eclipse.debug.ui/Breakpoints.detail.orientation=Variables.detail.orientation.hidden