精彩的人生

好好工作,好好生活

BlogJava 首页 新随笔 联系 聚合 管理
  147 Posts :: 0 Stories :: 250 Comments :: 0 Trackbacks

常用链接

留言簿(43)

随笔分类

随笔档案

相册

收藏夹

Friends

Web Site

搜索

积分与排名

最新评论

阅读排行榜

评论排行榜

 

Several UI settings such as the perspective bar location, fast view bar location, traditional vs. curvy tabs, etc., are controlled by preferences on the UI plug-in. These have default values defined by the generic workbench. However, the product can override these default values using the product preference customization mechanism.
Define a product via the products extension point and add the following property:
<property
  name="preferenceCustomization"
  value="plugin_customization.ini"/>
Then create a file called plugin_customization.ini, in the same directory as the plugin.xml file, with contents of the form:
<pluginId>/<preferenceName>=<preferenceValue>
For example, to show the perspective bar and fast view bar on the left, and to use curvy tabs, add the following to the plugin_customization.ini file:
org.eclipse.ui/DOCK_PERSPECTIVE_BAR=left
org.eclipse.ui/SHOW_TEXT_ON_PERSPECTIVE_BAR=false
org.eclipse.ui/initialFastViewBarLocation=left
org.eclipse.ui/SHOW_TRADITIONAL_STYLE_TABS=false
For a list of public preferences available on the UI plug-in and their valid values, see the interface org.eclipse.ui.IWorkbenchPreferenceConstants.
For more details, see the Branding Your Application article and the Customizing a product section in Help.


http://wiki.eclipse.org/index.php/RCP_FAQ
posted on 2006-02-15 15:12 hopeshared 阅读(924) 评论(0)  编辑  收藏 所属分类: Eclipse

只有注册用户登录后才能发表评论。


网站导航: