Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

Locked History Actions

scala/plugins

Scalaプラグイン

IntelliJプラグイン

2011/4時点ではIntelliJプラグインが最もできがよい。 インストール等は以下を参照

http://journal.mycom.co.jp/column/ide/103/index.html

Netbeansプラグイン

7.0

netbeans7.0では下に記述した6.9用のプラグインはインストールできない (少なくともすんなりとはインストールできない)。 7.0用はなぜか以下にある。インストールは6.9用と全く同じ

* http://plugins.netbeans.org/plugin/36598/scala-2-8-x-for-netbeans-7-0

6.9

現在(2010/9)の時点ではnetbeansのプラグインが最も出来が良いと思われる。以下手順を示す。

  • あらかじめJava及びScalaはダウンロード・インストールされているものとする。
  • http://netbeans.org/downloads/index.htmlからnetbeans6.9.1をダウンロード・インストール

  • http://sourceforge.net/projects/erlybird/files/からnb-scala-6.9v1.1.0.zipをダウンロードして展開する。

  • netbeansを起動し、「ツール/プラグイン」メニューを実行。「ダウンロード済み」タブの「プラグインの追加」をクリックし、先のプラグイン展開ファイル(13個)をすべて選択して「開く」。

下の「インストール」ボタンを押す。

http://wiki.netbeans.org/Scala68v1にはnetbeans6.8の記述となっているが、現在は6.9にて使用できる模様。

使い方

- 「ファイル/新規プロジェクト」を実行して、「プロジェクトを選択」から「Scala」を選択する。