<?xml version="1.0" encoding="Shift_JIS" ?>

<document>

 <properties>
  <title>Velocity and Development Tools</title>
  <author email="velocity-user@jakarta.apache.org">Velocity Documentation Team</author>
  <translator>熊坂祐二</translator>
  <original>devtools</original>
 </properties>

<body>

<section name="Velocity と開発ツール">

<p>
Velocity の開発をより簡単で便利にすることができる 3 つの貢献が
ユーザー・コミュニティからありました。
</p>

<subsection name="IntelliJ IDEA">

<p>
 Rickard Oberg (rickard@xpedio.com) による貢献は、
 <a href="http://www.intellij.com/">IntelliJ IDEA</a> IDE のための
テンプレートです。
 </p>

 <p>
それらは、Velocity の CVS の
 <a href="http://cvs.apache.org/viewcvs/jakarta-velocity/contrib/tools/intellij/">
 ここ</a> や、ソースツリーの /contrib/tools ディレクトリにあります。
</p>

</subsection>

<subsection name="UltraEdit Editor">

<p>
Herve Guidetti (Herve.Guidetti@idbsoft.ch) は、'word.txt' に
((wido.hillmann@epost.de)による微調整とコメントとともに)
 <a href="http://www.ultraedit.com/">UltraEdit</a> プログラマーズ・エディタ用の
貢献をしました。
</p>

<p>
それは、Velocity CVSの
 <a href="http://cvs.apache.org/viewcvs/jakarta-velocity/contrib/tools/ultraedit/">
 ここ</a> もしくはソースツリーの /contrib/tools ディレクトリにあります。
</p>

<p>
あなたの UltraEdit に設定を追加するには :
<ol>
<li> UltraEdit のホームディレクトリに移動</li>
<li> あなたの word.txt ファイルの最後に内容を追加</li>
<li> 最初の行 (この場合 /L9 ) の数字を変更して、word.txt 定義に一致させる
(増加させます)</li>
<li> UltraEdit で .vm テンプレートを編集します。
Velocimacro の文法で色づけがされます。</li>
</ol>
</p>


</subsection>

<subsection name="JEdit">

<p>

Saimon Moore (smoore@serikat.es) は、java ベースの
エディタである <a href="http://www.jedit.org">JEdit</a> へ
Velocity モードの貢献をしました。
それは、
<a href="http://cvs.apache.org/viewcvs/jakarta-velocity/contrib/tools/jedit/">
velocity.xml</a> にあります。
</p>

<p>
インストールするには、velocity.xml をあなたの「モード」ディレクトリのひとつに置き、
以下のディレクトリカタログファイルを追加します。
<pre>
&lt;MODE NAME="velocity"  FILE="velocity.xml" 
		       FILE_NAME_GLOB="*.vw" /&gt;
</pre>
そして JEdit をリスタートします。
インストールに関する問題があれば、JEdit のドキュメントの「Modes」を参照してください。
</p>

</subsection>

</section>

</body>
</document>
