> For the complete documentation index, see [llms.txt](https://www.psmonkey.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.psmonkey.org/ruan-ti-gong-cheng/eclipse.md).

# Eclipse

Eclipse 版本：2020-03

## 初始環境設定

1. import [PsMonkey.epf](https://github.com/PsMonkey/wiki/tree/746f7084567a374e4a622c56085cf29a26e06deb/SE/Eclipse/PsMonkey.epf)

下面全部都是在改 Preferences 設定

1. General：勾選 Show heap status
   * Appearance / Colors and Fonts
     * Basic / Text Font：改成 [Monaco](https://github.com/PsMonkey/wiki/tree/746f7084567a374e4a622c56085cf29a26e06deb/SE/Eclipse/MONACO.TTF)
   * Editors / Text Editors：

     &#x20; 勾選 Show whitespace characters（visibility 細節略），

     &#x20; 取消勾選 Show cursor position in the status line / Show selection size in the status line

     * Spelling：關掉
   * Startup and Shutdown
     * 勾選 Refresh workspace on startup
     * Plug-ins activated on startup
       * 取消 Mylyn\*
     * Web Browser：Use external web browser
   * Workspace
     * Text file encoding：Other / UTF-8
2. Java
   * Editor
     * Save Actions
       * 勾選 Perform the selected action on save
       * 勾選 Organize imports
       * 勾選 Additional actions，加上 Remove trailing white spaces on all lines
     * Syntax Coloring：Comments 的 Task Tags 改成紅色
   * Installed JREs：換成 JDK
3. Maven / Installations：改用外部 Maven

## Eclipse Marketplace

* GWT Eclipse Plugin 3.0.0
