码迷,mamicode.com
首页 > 系统相关 > 详细

Eclipse IDE学习笔记

时间:2015-01-06 11:47:35      阅读:262      评论:0      收藏:0      [点我收藏+]

标签:

For Eclipse plug-in Project

快捷键

方法提示: alt+/
删除: ctrl+D
undo: ctrl+Z
redo: ctrl+Y
source提示: alt+shift+S
comment: ctrl+/
comment: ctrl+shift+/

1.Menu(菜单栏)

File

New(新建工程)

new plug-in project

  • Project-->Plug-in Development-->Plug-in Project
  • "Would you like to create a rich client application" is set to "Yes".

Import(导入现有工程)

existing project

  • General-->Existing Project in workspace

Export(导出工程成jar包)

如果是Eclipse Plug-in工程,需选择Plug-in Development

Edit

Source

Refactor

Project

Run

  • Run
  • Run Configurations
  • Debug
  • Debug Configurations

Window

Preferences(首选项)

Help

2.Window(窗体)

2.1.Editor(用来编程的主界面)

PDE-Editor (Plug-in Development Enviroment Editor)

2.1.1.[Overview]Tab

2.1.2.[Dependencies]Tab

2.1.3.[Runtime]Tab

2.1.4.[Extensions]Tab

2.1.5.[Extension Points]Tab

2.1.6.[Build]Tab

2.1.7.[MANIFEST.MF]Tab

2.1.8.[plugin.xml]Tab

2.1.9.[build.properties]Tab

2.2.Package(资源管理器)

2.2.1.General Project Hierarchy(文件结构)

  1. -
  2. |- .classpath
  3. |- .project
  4. |- build.properties
  5. |- HelloTeamcenter.launch
  6. |- plugin.xml(插件)
  7. |- fragment.xml(插件片段)
  8. |- feature.xml (功能部件)
  9. |- META-INF/
  10. |- MANIFEST.MF(jar package metadata)
  11. |- .settings/
  12. |- ...
  13. |- icons/
  14. |- ...
  15. |- lib/
  16. |- ...
  17. |- bin/
  18. |- ...
  19. |- src/
  20. |- ...

2.2.2.Java Project Hierarchy(文件结构)

2.2.3.Plug-in Project Hierarchy(文件结构)

  1. -
  2. |- .classpath
  3. |- .project
  4. |- build.properties
  5. |- HelloTeamcenter.launch
  6. |- plugin.xml(插件)
  7. |- fragment.xml(插件片段)
  8. |- feature.xml (功能部件)
  9. |- META-INF/
  10. |- MANIFEST.MF(jar package metadata)
  11. |- .settings/
  12. |- ...
  13. |- icons/
  14. |- ...
  15. |- lib/
  16. |- ...
  17. |- bin/
  18. |- ...
  19. |- src/
  20. |- ...

2.3.Preferences(首选项窗体)

2.3.1.添加平台

  • Plug-in Development -->Target Platform
  • Add按钮-->%TC_ROOT%\portal 文件夹

2.3.2.Eclipse workspace

  • General > Startup and Shutdown 选中 Prompt for workspace on startup
  • or configuration.settings\org.eclipse.ui.ide.prefs 修改RECENT_WORKSPACES

2.3.3.调整字体

  • General-->Appearance-->Color and Fonts-->Basic-->Text Font

2.4Debug Configurations(调试设置页面)

2.4.1.[Main]Tab

2.4.2.[Arguments]Tab

3.Plug-in 插件

subclipse(SVN工具)

GUI 工具

  • Visual Editor(VE)
  • SWT Designer
  • jigloo

Eclipse IDE学习笔记

标签:

原文地址:http://www.cnblogs.com/dalianliyan/p/4205487.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!