/ org.eclipsetrader.platform / plugin_customization.ini
plugin_customization.ini
1 # plugin_customization.ini 2 # sets default values for plug-in-specific preferences 3 # keys are qualified by plug-in id 4 # e.g., com.example.acmeplugin/myproperty=myvalue 5 # java.io.Properties file (ISO 8859-1 with "\" escapes) 6 # "%key" are externalized strings defined in plugin_customization.properties 7 # This file does not need to be translated. 8 9 # put the perspective switcher on the top right 10 org.eclipse.ui/DOCK_PERSPECTIVE_BAR=topRight 11 12 # don't show progress on startup 13 org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP=false 14 15 # new-style tabs by default 16 org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=false 17 18 # disable animations 19 org.eclipse.ui/ENABLE_ANIMATIONS=false 20 21 # Property "org.eclipse.ui/defaultPerspectiveId" controls the 22 # perspective that the workbench opens initially 23 org.eclipse.ui/defaultPerspectiveId=org.eclipsetrader.ui.traderPerspective 24 25 # Property "org.eclipse.ui/presentationFactoryId" controls the 26 # presentation that the workbench uses initially 27 org.eclipse.ui/presentationFactoryId=org.eclipsetrader.platform.presentation 28 29 # update policy 30 org.eclipse.update.core/org.eclipse.update.core.updateVersions=compatible 31 32 # confirm the exit from the application 33 org.eclipsetrader.ui/EXIT_PROMPT_ON_CLOSE_LAST_WINDOW=true 34 35 # default connectors 36 org.eclipsetrader.core/DEFAULT_CONNECTOR=org.eclipsetrader.yahoo 37 org.eclipsetrader.core/DEFAULT_BACKFILL_CONNECTOR=org.eclipsetrader.yahoo 38 39 # chart defaults 40 org.eclipsetrader.ui/INITIAL_BACKFILL_METHOD=0 41 org.eclipsetrader.ui/INITIAL_BACKFILL_START_DATE=19900101 42 org.eclipsetrader.ui/INITIAL_BACKFILL_YEARS=10 43 44 # ui defaults 45 org.eclipsetrader.ui/RUN_ALL_LAUNCHERS=true 46 47 # Directa 48 org.eclipsetrader.directa/USE_SECURE_PREFERENCE_STORE=true 49 50 # DirectaWorld 51 org.eclipsetrader.directaworld/USE_SECURE_PREFERENCE_STORE=true 52 53 # Yahoo! Finance 54 org.eclipsetrader.yahoo/DRIVER=org.eclipsetrader.yahoo.internal.core.connector.StreamingConnector 55 org.eclipsetrader.yahoo/NEWS_UPDATE_INTERVAL=15 56 org.eclipsetrader.yahoo/HOURS_AS_RECENT=1 57 org.eclipsetrader.yahoo/UPDATE_SECURITIES_NEWS=true 58 org.eclipsetrader.yahoo/SUBSCRIBE_US_STOCKS=true 59 org.eclipsetrader.yahoo/SUBSCRIBE_US_IDEAS_AND_STRATEGIES=true 60 org.eclipsetrader.yahoo/SUBSCRIBE_US_EARNINGS=true 61 org.eclipsetrader.yahoo/SUBSCRIBE_US_M_A=true 62 org.eclipsetrader.yahoo/SUBSCRIBE_US_UPGRADES_DOWNGRADES=true 63 org.eclipsetrader.yahoo/SUBSCRIBE_US_IPOS=true 64 org.eclipsetrader.news/org.eclipsetrader.news.yahoo=true