我想做一个像Flex Builder那样的日食,所以所有的颜色和控件都将由我定义。我认为这就是众所周知的Eclipse品牌。但我无法在更大的前景中获得eclipse品牌推广的完整方式( adobe如何使用Flex Builder或Google如何使用GWT)
发布于 2012-02-17 16:03:45
搜索"Eclipse外观“和"Eclipse表示工厂”。
并了解一下http://wiki.eclipse.org/RCP_Custom_Look_and_Feel
发布于 2013-01-10 21:45:48
有两篇文章介绍了eclipse的品牌(仅在版本4之前)。
首先给一个简单的特性打上品牌:
http://ekkescorner.wordpress.com/2010/06/13/brand-your-feature-and-be-part-of-about-eclipse/
第二,品牌rcp应用程序:
http://www.eclipse.org/articles/Article-Branding/branding-your-application.html
(另外,将该行添加到您的MANIFEST.MF中非常重要
捆绑包本地化:插件
查看此处:Externalizing strings in plugin.xml for Eclipse plugin )
https://stackoverflow.com/questions/9322835
复制相似问题