org.eclipse.ui.intro/.options

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.7 - (download) (annotate)
Mon Aug 25 18:35:56 2008 UTC (15 months ago) by cgoldthor
Branch: MAIN
CVS Tags: v20081124, v20080912, v20090526, v20090209, v20090320, v20090123, R3_5, v20091123, v20080908, v20090126_1515, v20091019, v20091012, v20090428, v20081201, v20090424, v20090420, v20090302, v20081014, R3_5_1, v20090413, v20090720, v20090805_35x, v20080825, v20090429_1800, v20081020, v20081024, HEAD
Branch point for: R3_5_maintenance
Changes since 1.6: +3 -0 lines
Add tool to show intro html in external browser
# Debugging options for the org.eclipse.ui intro.

# Master flag for all org.eclipse.ui.intro plugin debug options.
org.eclipse.ui.intro/debug = true

# Enable logging of information messages in the plugin. By default, info
# messages are not logged. Setting this option to true will enable logging
# trace information messages.
org.eclipse.ui.intro/trace/logInfo = true

# Enable logging of performance messages in the plugin. By default, performance
# messages are not logged. Setting this option to true will enable logging
# trace information messages. (note: enabling info logging does not enable
# this flag.)
org.eclipse.ui.intro/trace/logPerformance = false

# Enable printing the generated HTML to the console.  By default, the HTML
# is not printed.  By setting this option to true, the HTML for each 
# dynamic page will be printed to the console when the page is loaded in the browser.  
org.eclipse.ui.intro/trace/printHTML = false

# Used for testing the non Browser presentation. By default the HTML presentation
# will be used if possible. If this flag is true the Browser presentation will not be used.
org.eclipse.ui.intro/flags/noBrowser= false

# Add extra toolbar buttons to help debugging
org.eclipse.ui.intro/debug/toolbar= false

# Performance flags used by the Performance framework to report failures 
# of specific thresholds.  

# Time to create and display the full Intro view.
# org.eclipse.ui.intro/perf/createView = 1000

# Time needed to switch between Intro standby states.
# org.eclipse.ui.intro/perf/setStandbyState = 300