Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 RCP 应用程序。目前,我一直在尝试从我的自定义向导创建项目,以在基于 CNF 的导航器中打开文件。我不确定是否需要在导航器端或向导端完成。
我遇到了一些使我走上正确道路的教程。事实证明,我需要一个项目层次结构和标签/内容提供者的模型。
http://cvalcarcel.wordpress.com/2009/07/11/writing-an-eclipse-plug-in-part-2-creating-a-custom-project-in-eclipse-adding-to-the-new-项目向导/
http://cvalcarcel.wordpress.com/2009/07/26/writing-an-eclipse-plug-in-part-4-create-a-custom-project-in-eclipse-new-project-wizard-the-行为/
http://cvalcarcel.wordpress.com/2009/10/18/writing-an-eclipse-plug-in-part-7-creating-a-custom-navigator/