install.txt

来自「The fluid editor is a prototype source c」· 文本 代码 · 共 34 行

TXT
34
字号
This initial version of the fluid editor will *only* function
with Eclipse 3.3 M2. This version of eclipse can be downloaded
at http://eclipse.org.

To install the fluid editor download and install eclipse 3.3 M2 then copy the following jar files into 
the eclipse/plugins directory.

org.eclipse.fluid_1.0.0.jar
org.eclipse.jdt.ui_3.3.0.v20060920-1200.jar
org.eclipse.jface.text_3.3.0.v20060920-1200.jar
org.eclipse.swt.win32.win32.x86_3.3.0.v3309.jar
org.eclipse.swt_3.3.0.v3309a.jar
org.eclipse.text_3.3.0.v20060920-1200.jar

Launch eclipse as normal.

When eclipse has started open window->preferences and navigate to:

General->Editors->File Associations

Select [*.java]

In the Associated Editors pane select the fluid editor
and click on the [Default] button.

Select [Apply]

Any java files will now be opened using the fluid editor.

Note: the fluid editor does not support code folding, 
this feature will not be available and if you attempt to enable it
nothing will happen, this is not a bug. 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?