blob: 7e214f9e800b20b0c0a8b726e8976a4ca70c6fcb [file] [log] [blame]
# 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.
# Property "org.eclipse.ui/defaultPerspectiveId" controls the
# perspective that the workbench opens initially
org.eclipse.ui/defaultPerspectiveId=org.eclipse.papyrus.robotics.perspective
# 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
# do not show standard UML popup bar
org.eclipse.papyrus.infra.gmfdiag.preferences/Global.showPopupBars=false
# enable custom d&d strategy to drop a model item (class)
# stereotyped as ComponentDefinition into the assembly diagram (composite diagram)
# of a System (class) used by system builders
org.eclipse.papyrus.infra.gmfdiag.dnd/org.eclipse.papyrus.robotics.diagrams.dnd.strategies.DropComponentDefinitionAsComponentInstance.isActive=true
org.eclipse.papyrus.infra.gmfdiag.dnd/org.eclipse.papyrus.uml.diagram.dnd.ClassifierToStructureCompAsPropertyDrop.isActive=false
org.eclipse.papyrus.infra.gmfdiag.dnd/org.eclipse.papyrus.uml.diagram.parametric.dnd.PortToTypesPortDropStrategy.isActive=false