Download List

项目描述

This plug-in will be indented if a TAB key is struck on an editor for Eclipse.

系统要求

System requirement is not defined

发布: 2005-10-21 22:20
EE2E_Download 3.0.7.1CodeIndenter (1 files 隐藏)

发布版本通知

[English]
CodeIndenter uses the function of EE2E and offers GUI which processes the source code in a folder.

- C/C++ language supports below.
(1) Indent all the lines of the source code in a folder.
(2) Destroy unnecessary #ifdef and #ifndef.
(3) If "{" arranges under for, if, and while, it will move to right-hand side.

- Java and an SNMP language support below.
(1) Indent all the lines of the source code in a folder.
(*) Please see.
http://park.ruru.ne.jp/ando/work/who/codeIndenter/index.html

[Japanese]
CodeIndenterはEE2Eの機能を使用し、
フォルダ内のソースコードを加工するGUIを提供します。
・C/C++言語は以下に対応しています。
(1)フォルダ内のソースコードの全ての行をインデントする。
(2)不要な#ifdef,#ifndefを破壊する。
(3)"{"がfor,if,whileの下に配置していたら、右側に移動する。
・Java、SNMP言語は以下に対応しています。
(1)フォルダ内のソースコードの全ての行をインデントする。
※以下を参照してください。
http://park.ruru.ne.jp/ando/work/who/codeIndenter/index_ja.html

变更日志

[English]
While searching "#ifdef", it seems that Frame has stopped.

[Japanese]
#ifdefを検索しているときに、Frameが止まっているように見える。