home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2006 April / DPPRO0406DVD.ISO / Essentials / Programming / Eclipse SDK / eclipse-SDK-3.1.1-win32.exe / eclipse / plugins / org.eclipse.help.base_3.1.0.jar / preferences.ini < prev   
Encoding:
Text File  |  2005-09-29  |  5.3 KB  |  148 lines

  1. #####################
  2. # Layout of help view
  3. #####################
  4.  
  5. # Location of the banner page to display in the top frame.
  6. # Example: banner=/org.eclipse.help.webapp/advanced/banner.html
  7. banner=
  8.  
  9. # Height of the banner frame
  10. # Example: banner_height=60
  11. banner_height=
  12.  
  13. # The page to show in the content area when opening help.
  14. # Specify your html page as /pluginId/path/to/home.html.
  15. # Currently, the default home is /org.eclipse.help/doc/help_home.html.
  16. help_home=/org.eclipse.help.base/doc/help_home.html
  17.  
  18. # Set to true or false to control the visibility of the related links view.
  19. # Note: this option has no effect in the infocenter.
  20. linksView=true
  21.  
  22. # Set to true or false to control the visibility of the bookmarks view.
  23. # Note: this option has no effect in the infocenter.
  24. bookmarksView=true
  25.  
  26. # Set to true or false to control the title of the browser window.
  27. # If true, the title will have a form "Help - <PRODUCT_NAME>",
  28. # otherwise the title will be "<PRODUCT_NAME>", where <PRODUCT_NAME>
  29. # is the name of Eclipse product set in the primary feature.
  30. windowTitlePrefix=true
  31.  
  32.  
  33. ###################################################
  34. # Browsing books with many topics
  35. ###################################################
  36.  
  37. # The maximum number of topics a book can have, for the navigation
  38. # to be loaded by the browser as one document. Navigation for larger books
  39. # is loaded dynamically, few levels at a time. More topics are downloaded as
  40. # necessary, when branches are expanded.
  41. loadBookAtOnceLimit=1000
  42.  
  43. # Suggested number of levels in topic navigation downloaded to the browser
  44. # for large books. The value needs to be greater than 0.
  45. # The actual number of levels can differ for wide tree if suggested number
  46. # of levels contains large number of topics.
  47. dynamicLoadDepthsHint=3
  48.  
  49.  
  50. ##############################
  51. # Style of help view
  52. ##############################
  53.  
  54. # Directory containing images used in the help view.
  55. # Images must have the same name as those in the org.eclipse.help.webapp
  56. # plug-in.
  57. # Use the /pluginID/directory format.
  58. imagesDirectory=images
  59.  
  60. # CSS background for toolbars.
  61. # Value is used in browsers that display advanced help UI.
  62. advanced.toolbarBackground=ButtonFace
  63.  
  64. # CSS background for navigation views.
  65. # Value is used in browsers that display advanced help UI.
  66. advanced.viewBackground=Window
  67.  
  68. # CSS font for toolbars.
  69. # Value is used in browsers that display advanced help UI.
  70. advanced.toolbarFont=icon
  71.  
  72. # CSS font for navigation views.
  73. # Value is used in browsers that display advanced help UI.
  74. advanced.viewFont=icon
  75.  
  76. # Background color for toolbars.
  77. # Value is used in browsers displaying basic help UI.
  78. basic.toolbarBackground=#D4D0C8
  79.  
  80. # Background color for navigation views.
  81. # Value is used in browsers displaying basic help UI.
  82. basic.viewBackground=#FFFFFF
  83.  
  84. ######################
  85. # Infocenter languages
  86. ######################
  87.  
  88. # List of locales that infocenter will recognize and provide a customized
  89. # content for; if locales (or languages) accepted by client browser are not
  90. # matched with any locales in this list, the browser will be served content for
  91. # default locale - the server locale, or locale specified by eclipse -nl command
  92. # line option; if list is not specified, the browser will be served contents
  93. # for its preferred locale;  note: not providing this option may result in a
  94. # large memory and disk space requirements as navigations and indexes will be
  95. # created for each distinct preferred locale among browsers accessing the
  96. # infocenter.
  97. # Example: locales=en ja zh_CN zh_TW
  98. locales=
  99.  
  100. ###############################
  101. # Pre-built documentation index
  102. ###############################
  103.  
  104. # If pre-built documentation index is provided with the product, the ID of
  105. # the plug-in delivering the index must be specified to the help system here.
  106. #productIndex=com.my.plugin
  107.  
  108. ######################
  109. # Browsers
  110. ######################
  111. # Use embedded when possible (on Windows or Linux), or always external.  Setting
  112. # to true will force use of external browser.  Option has no effect if embedded
  113. # browser is not available on a given platform.
  114. #always_external_browser=
  115.  
  116. # Default external browser.  ID of one of the external web browsers contributed
  117. # to org.eclipse.help.base.browser extension point that help system will use.
  118. # The browser's adapter available() method must return true on the current
  119. # system.
  120. #default_browser=
  121.  
  122. # Executable path for custom browser
  123. #custom_browser_path=
  124.  
  125. ######################
  126. # Display of topics from disabled capabilities
  127. ######################
  128. # Help system filters topics from disabled capabilities.  This option controls
  129. # this behavior and existence of  Show All Topics button.
  130. # Accepted values: never, off, on, always
  131. #  never - topic from disabled capabilities are not shown
  132. #  off - user can choose to show all topics, disabled topics initially hidden
  133. #  on - user can choose to show all topics, all topics initially shown
  134. #  always - topic from disabled capabilities are shown (filtering disabled)
  135. showDisabledActivityTopics=off
  136.  
  137. ######################
  138. # Active (live) help disabling
  139. ######################
  140. # Allows enabling and disabling execution of active help
  141. # The option has no effect in the infocenter setup, where active help is
  142. # disabled.
  143. # Accepted values:
  144. #  true - default active help actions enabled
  145. #  false - active help framework disabled
  146. activeHelp=true
  147.