19 lines
646 B
INI
19 lines
646 B
INI
# R21 presentation settings: copy these values to your product's
|
|
# plugin_customization.ini file before starting eclipse
|
|
#
|
|
# Its possible that platform has its own setting for some of these
|
|
# values. Be sure to resolve conflicts to favour the values in this
|
|
# file.
|
|
|
|
# use the R2.1 style
|
|
org.eclipse.ui/presentationFactoryId=org.eclipse.ui.internal.r21presentationFactory
|
|
|
|
# put the view tabs on the bottom (1024 == SWT.BOTTOM)
|
|
org.eclipse.ui.workbench/VIEW_TAB_POSITION=1024
|
|
|
|
# put the perspective switcher on the left
|
|
org.eclipse.ui/DOCK_PERSPECTIVE_BAR=left
|
|
|
|
# put the fast view bar on the left
|
|
org.eclipse.ui/initialFastViewBarLocation=left
|