# 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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.psmonkey.org/ruan-ti-gong-cheng/eclipse.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
