IDE Customization(IDE定制)
Module-based project structure(基于Module的工程結構)
This feature is ideal for complex projects, with multiple internal dependencies, and especially for J2EE projects. Module is a separate logical part of a project that incorporates your working sources, libraries, reference to target Java SDK, etc. It can be compiled, run or debugged as a standalone entity. A project may consist of one or multiple modules. Modules may depend on each other. Modules can be of the following types: Java modules, EJB modules, Web modules and J2EE Application modules. Modules and libraries can be easily shared among multiple projects.
(這一特點針對複雜的工程尤為理想,特别是J2EE工程。Modules是工程的一個獨立部分,它可以包含你的源代碼,庫,以及目标程式的SDK幫助文檔等等,他也可作為一個獨立的部分進行編譯、運作和調試,一個工程很可能有一個或多個Modules 組成,Modules 間可以互相通路,Modules 以以下幾種方式呈現:Java modules, EJB modules, Web modules 和 J2EE Application modules。Modules 和庫可以很容易被别其他工程使用)

Appearance of IDE is fully customizable(IDE外觀的完全定制)
If you have special preferences in how the IDE should look, from terms of font type and size, applied Look and Feel, position of different windows and the way they appear, etc., this can all be easily achieved using the rich set of the Appearance options available in the IDE Settings dialog.
(你可以通過一些參數設定來改變IDE的外觀,從文法突出字型大小外觀到到各視窗的樣式等等的這些外觀選項都可以輕易的通過IDE設定對話框來改變)
This standard UI appearance can be, for example, changed to look as follows:
(例如,标準的UI可以切換成下面的風格)
Customizable editor colors and fonts, with possibility to have multiple configurations(您訂制的編輯的字型顔色可以儲存)(multiple configurations多配置,就是可以互相切換的意思)
All colors and fonts in the editor are customizable. They can be defined on a file-type basis and previewed directly in the dialog. Each set of definitions can be stored under a unique name, for future use.
(所有的顔色字型均可訂制。可以根據檔案類型逐個定制,并直接預覽,你還可以将你的設定儲存起來,以後使用)
Customizable syntax highlighting for arbitrary file formats(對任意檔案格式進行文法突出顯示)
While IDEA supports such file formats as java, jsp, html and xml, as well as allows users to define custom file formats, it is also rather easy to configure the IDE in such a way that each file format will have its syntax highlighting colors shown according to your personal preference.
(IDE支援各種檔案格式,如 java、 jsp、 html 、 xml等,而且還允許使用者用過參數設定來自由定值未知檔案格式的文法突出,就象定制java、 jsp、 html 、 xml這些檔案一樣容易)
Differentiating of local variables, parameters, static and instance fields by color(對局部變量、參數、靜态類型以及執行個體域(屬性)的顔色區分)
For java files, you can tune highlighting so that local variables, static fields, instance fields and parameters differ from each other by color, background or font effects.
(對于Java檔案,你可以調整局部變量、參數、靜态類型以及執行個體域的顔色、背景、合字型效果)