
eclipse插件
文章平均质量分 57
xianyuxiaoqiang
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
eclipse插件的文件更新事件执行流程
org.eclipse.core.internal.events.NotificationManager.getDelta(ElementTree, int) 14step->ElementTree.hasChanges() 22step->org.eclipse.core.internal.events.ResourceDeltaFactory.computeDelta(原创 2016-04-12 10:43:25 · 347 阅读 · 0 评论 -
eclipse插件之plugin.xml
plugin.xml是什么?略去不提……1. "org.eclipse.ui.perspectives"写法: <perspective class="a.b.c.MyPerspective" icon="icon/myperspective.gif" id="a.b.c.MyPerspe原创 2016-04-12 13:38:22 · 1724 阅读 · 0 评论