Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 530 Bytes

File metadata and controls

26 lines (18 loc) · 530 Bytes

EClipse

  • 需要更新软件

选择 Help 菜单,然后 Install Software,并输入: http://download.eclipse.org/releases/Kepler


* 常用快捷键

```java
// 代码块移动
左移:shift + Tab
右移:Tab

// 代码格式化
Command + Shift + f
  • 修改workspace的配置文件
// 将原工作空间的.settings文件夹替换到现有的工作空间的同名文件夹即可,工作空间的路径为
工作空间名称\.metadata\.plugins\org.eclipse.core.runtime\.settings文件夹