关于 Eclipse Branding 的完整教程,制作您自己的 Eclipse
我想像 Flex Builder 那样制作一个 Eclipse,所以所有颜色和控件都将由我定义。 我认为这就是所谓的 Eclipse 品牌。但我无法获得在更大的前景中进行 Eclipse 品牌推广的完整准确方法(adobe 如何使用 Flex Builder 或 Google 如何使用 GWT)
I want to make an eclipse like Flex Builder does, so all colors and controls will be defined by me.
I think this is known as Eclipse Branding. But I couldn't get the entire exact way of doing the eclipse branding in a larger prospect(how adobe did with Flex Builder or Google did with GWT)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
搜索“Eclipse 外观和感觉”和“Eclipse 演示工厂”。
并查看 http://wiki.eclipse.org/RCP_Custom_Look_and_Feel
Search for "Eclipse look&feel" and "Eclipse presentation factory".
And have a look at http://wiki.eclipse.org/RCP_Custom_Look_and_Feel
有两篇文章对 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 行
Bundle-Localization: plugin
see here: 外部化 Eclipse 插件的 plugin.xml 中的字符串 )
There are two articles to branding eclipse (only before version 4).
First to branding a simple feature:
http://ekkescorner.wordpress.com/2010/06/13/brand-your-feature-and-be-part-of-about-eclipse/
Second to branding a rcp application:
http://www.eclipse.org/articles/Article-Branding/branding-your-application.html
( Additional it is important add to your MANIFEST.MF the line
Bundle-Localization: plugin
see here: Externalizing strings in plugin.xml for Eclipse plugin )