标签:
For Eclipse plug-in Project
方法提示: alt+/
删除: ctrl+D
undo: ctrl+Z
redo: ctrl+Y
source提示: alt+shift+S
comment: ctrl+/
comment: ctrl+shift+/
new plug-in project
existing project
如果是Eclipse Plug-in工程,需选择Plug-in Development
PDE-Editor (Plug-in Development Enviroment Editor)
-
|- .classpath
|- .project
|- build.properties
|- HelloTeamcenter.launch
|- plugin.xml(插件)
|- fragment.xml(插件片段)
|- feature.xml (功能部件)
|- META-INF/
|- MANIFEST.MF(jar package metadata)
|- .settings/
|- ...
|- icons/
|- ...
|- lib/
|- ...
|- bin/
|- ...
|- src/
|- ...
-
|- .classpath
|- .project
|- build.properties
|- HelloTeamcenter.launch
|- plugin.xml(插件)
|- fragment.xml(插件片段)
|- feature.xml (功能部件)
|- META-INF/
|- MANIFEST.MF(jar package metadata)
|- .settings/
|- ...
|- icons/
|- ...
|- lib/
|- ...
|- bin/
|- ...
|- src/
|- ...
标签:
原文地址:http://www.cnblogs.com/dalianliyan/p/4205487.html