EclipseでPerl開発、ついでにAptanaでWebページ作成(Eclipse + Aptana + EPIC)

EclipsePerl開発しようと思い、EPICプラグインを導入した。
ついでに、WebオーサリングツールAptanaも導入。


(1)Eclipse
ここからパッケージをダウンロードし、インストール。
私は、 Eclipse IDE for Java EE Developersをインストール。
日本語化ができない問題は解決していない。


(2)Aptanaプラグイン
AptanaEclipseベースで開発されており、単体でのインストールも可能。
また、Eclipseプラグインバージョンもあり、今回はプラグイン版を使用した。

(インストール)

  1. Eclipseにて、[Help]->[Software Updates]->[Find and Install...]を選択
  2. [Search for new features to install]を選択し、[Next>]ボタンをクリック
  3. [New Remote Site...]ボタンをクリック
  4. NameにAptana、URLにhttp://update.aptana.com/install/studio/3.2/を入力し、[OK]をクリック
  5. [Finish]をクリックし、上記で設定したサイトからAptanaプラグインをインストール(Install All)


(3)EPICプラグイン

EPIC is an open source Perl IDE based on the Eclipse platform.
Features supported are syntax highlighting, on-the-fly syntax check, content assist, perldoc support, source formatter, templating support and a Perl debugger.
A regular expression plugin is also available.

以下の機能がサポートされているよう。

(インストール)

  1. Eclipseにて、[Help]->[Software Updates]->[Find and Install...]を選択
  2. [Search for new features to install]を選択し、[Next>]ボタンをクリック
  3. [New Remote Site...]ボタンをクリック
  4. NameにEPIC、URLにhttp://e-p-i-c.sf.net/updatesを入力し、[OK]をクリック
  5. [Finish]をクリックし、上記で設定したサイトからAptanaプラグインをインストール(Install All)

(設定)

  1. [File]->[Preferences]を選択
  2. [Perl EPIC]->[Perl executable]にPerlのパス(/usr/bin/perl)を設定


AptanaFTP/SFTP接続が可能なため、サーバへのアップロードもEclipseから可能。
まだ良く分からないので、色々試そうと思う。
他のプラグインもインストールして、最強のIDEを目指したい。

追記

コード補完は、[control]+[.]で。
変更したいが、どこで変更するのか分からない。


Enabling Open Innovation & Collaboration | The Eclipse Foundation
Aptana
EPIC - Eclipse Perl Integration