IntelliJ IDEA 4 新特性 之 IDE Customization (IDE定制)
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.
(這一特點針對復(fù)雜的工程尤為理想,特別是J2EE工程。Modules是工程的一個獨立部分,它可以包含你的源代碼,庫,以及目標(biāo)程序的SDK幫助文檔等等,他也可作為一個獨立的部分進(jìn)行編譯、運行和調(diào)試,一個工程很可能有一個或多個Modules 組成,Modules 間可以相互訪問,Modules 以以下幾種方式呈現(xiàn):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.
(你可以通過一些參數(shù)設(shè)定來改變IDE的外觀,從語法突出字體大小外觀到到各窗口的樣式等等的這些外觀選項都可以輕易的通過IDE設(shè)置對話框來改變)
This standard UI appearance can be, for example, changed to look as follows:
(例如,標(biāo)準(zhǔn)的UI可以切換成下面的風(fēng)格)
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.
(所有的顏色字體均可訂制??梢愿鶕?jù)文件類型逐個定制,并直接預(yù)覽,你還可以將你的設(shè)置保存起來,以后使用)
Customizable syntax highlighting for arbitrary file formats(對任意文件格式進(jìn)行語法突出顯示)
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等,而且還允許用戶用過參數(shù)設(shè)置來自由定值未知文件格式的語法突出,就象定制java、 jsp、 html?、?xml這些文件一樣容易)
Differentiating of local variables, parameters, static and instance fields by color(對局部變量、參數(shù)、靜態(tài)類型以及實例域(屬性)的顏色區(qū)分)
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文件,你可以調(diào)整局部變量、參數(shù)、靜態(tài)類型以及實例域的顏色、背景、合字體效果)