以下内容转自百度百科:http://baike.baidu.com/view/94238.htm&p=9a6fd45f86cc4af443be9b7e54&user=baidu
发表于 @ 2008年09月14日 23:41:00|评论(loading...)|收藏
谭浩强C语言下载阅读全文>
阅读全文>
发表于 @ 2008年09月14日 10:11:00|评论(loading...)|收藏
1.首先要有一个功能部件项目 ,并且设置其ID与插件项目相同 或者 设置其Branding plug-in为为你的plugin。
2.插件项目 下,必须有about.ini文件。具体内容可以参考:http://help.eclipse.org/help33/topic/org.eclipse.platform.doc.isv/guide/product_configfeature.htm阅读全文>
发表于 @ 2008年09月09日 21:48:00|评论(loading...)|收藏
情况是:
1.两个插件,插件B依赖于插件A,并且使用了A中的类。
2.编译正常通过,运行时报NoClassDefineFound异常。
经过反复检查,终于发现,是因为在插件A的start方法中调用某些方法的时候遇到异常没有处理,导致插件A启动失败,于是报错。
发表于 @ 2008年09月09日 21:46:00|评论(loading...)|收藏
如何使用Junit对插件进行单元测试阅读全文>
发表于 @ 2008年07月16日 15:38:00|评论(loading...)|收藏
Labels represent pieces of text possibly associated with icons on diagram surface. Text may be edited using inplace facility. There are many possibilities to construct labels but all of them are grouped in four usecases:阅读全文>
发表于 @ 2008年06月05日 20:56:00|评论(loading...)|收藏
GMF学习笔记。阅读全文>
发表于 @ 2008年06月05日 20:06:00|评论(loading...)|收藏
Eclipse中选择服务(selection service)阅读全文>
发表于 @ 2008年05月07日 09:39:00|评论(loading...)|收藏
eclipse.ini阅读全文>
发表于 @ 2008年04月30日 14:57:00|评论(loading...)|收藏
Since 3.3 you can use the new EFS support to open an text editor on a file store that's backed by any kind of EFS using IDE.openEditorOnFileStore(page, fileStore).阅读全文>
发表于 @ 2008年03月03日 10:57:00|评论(loading...)|收藏