ダウンロードリスト

プロジェクト概要

EclipseのJavaやXML等のエディターに[TAB]キーによるインデントを供給
するpluginです。また、EPOの思想に基づいた補完入力が行えます。
この機能は主にXHTML,JSP(JSTL/Struts)等で利用することが期待され、
XML文書記述の高速化に役立ちます。

システム要件

システム要件が設定されていません

リリース時刻: 2005-10-21 22:21
EE2E_Download 3.0.7.2CodeIndenter (1 個のファイル 非表示)

リリースノート

[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]
(1)src added ;-)

[Japanese]
(1)ソースコード入れ忘れた…… __| ̄|○