2008-03-06
ErlyBird 0.16.0 Released
关键字: erlang
ErlyBird 0.16.0 Released - An Erlang IDE based on NetBeans
I'm pleased to announce ErlyBird 0.16.0, an Erlang IDE based on NetBeans. This is an important feature release in size of 25M. If you have latest NetBeans nightly build installed, you can also install ErlyBird modules via update center.
CHANGELOG:
* Project metadata file is changed, please see Notes
* Instant rename (put caret on variable or function name, press CTRL+R)
* Go-To-Declaration to macros that are defined included header files
* Fixed: Go-To-Declaration to -inlcudelib won't work again after this include header file was opened in editor once
* Fixed: syntax broken for packaged import attribute
* Fixed: syntax broken for wild attribute
* Completion suggestion will not search other projects
* Track GSF changes, reindex performance was improved a lot; Can live with other GSF based language support now (Ruby, Groovy etc)
Java JRE 5.0+ is required.
To download, please go to: http://sourceforge.net/project/showfiles.php?group_id=192439
To install:
1. Unzip erlybird-bin-0.16.0-ide.zip to somewhere.
2. Make sure 'erl.exe' or 'erl' is under your environment path
3. For Windows user, execute 'bin/erlybird.exe'. For *nix user, 'bin/erlybird'.
4. Check/set your OTP path. From [Tools]->[Options], click on 'Erlang', then 'Erlang Installation' tab, fill in the full path of your 'erl.exe' or 'erl' file. For instance: "C:/erl/bin/erl.exe"
5. The default -Xmx option for jvm is set to 256M, ErlyBird now works good with less memory, such as -Xmx128M. If you want to increase/decrease it, please open the config file that is located at etc/erlybird.conf, set -J-Xmx of 'default_options'.
When run ErlyBird first time, the OTP libs will be indexed. The indexing time varies from 10 to 30 minutes deponding on your computer.
Notes:
1. Since project metadata format is changed, to open old ErlyBird created project, you should modify project.xml which is located at your project folder: nbproject/project.xml, change line:
<type>org.netbeans.modules.languges.erlang.project</type>
to:
<type>org.netbeans.modules.erlang.project</type>
2. If you have previous version ErlyBird installed, you should delete the old cache files which are located at:
* *nix: "${HOME}/.erlybird/dev"
* mac os x: "${HOME}/Library/Application Support/erlybird/dev"
* windows: "C:\Documents and Settings\yourusername\.erlybird\dev" or some where
The status of ErlyBird is still Alpha, feedbacks and bug reports are welcome.
I'm pleased to announce ErlyBird 0.16.0, an Erlang IDE based on NetBeans. This is an important feature release in size of 25M. If you have latest NetBeans nightly build installed, you can also install ErlyBird modules via update center.
CHANGELOG:
* Project metadata file is changed, please see Notes
* Instant rename (put caret on variable or function name, press CTRL+R)
* Go-To-Declaration to macros that are defined included header files
* Fixed: Go-To-Declaration to -inlcudelib won't work again after this include header file was opened in editor once
* Fixed: syntax broken for packaged import attribute
* Fixed: syntax broken for wild attribute
* Completion suggestion will not search other projects
* Track GSF changes, reindex performance was improved a lot; Can live with other GSF based language support now (Ruby, Groovy etc)
Java JRE 5.0+ is required.
To download, please go to: http://sourceforge.net/project/showfiles.php?group_id=192439
To install:
1. Unzip erlybird-bin-0.16.0-ide.zip to somewhere.
2. Make sure 'erl.exe' or 'erl' is under your environment path
3. For Windows user, execute 'bin/erlybird.exe'. For *nix user, 'bin/erlybird'.
4. Check/set your OTP path. From [Tools]->[Options], click on 'Erlang', then 'Erlang Installation' tab, fill in the full path of your 'erl.exe' or 'erl' file. For instance: "C:/erl/bin/erl.exe"
5. The default -Xmx option for jvm is set to 256M, ErlyBird now works good with less memory, such as -Xmx128M. If you want to increase/decrease it, please open the config file that is located at etc/erlybird.conf, set -J-Xmx of 'default_options'.
When run ErlyBird first time, the OTP libs will be indexed. The indexing time varies from 10 to 30 minutes deponding on your computer.
Notes:
1. Since project metadata format is changed, to open old ErlyBird created project, you should modify project.xml which is located at your project folder: nbproject/project.xml, change line:
<type>org.netbeans.modules.languges.erlang.project</type>
to:
<type>org.netbeans.modules.erlang.project</type>
2. If you have previous version ErlyBird installed, you should delete the old cache files which are located at:
* *nix: "${HOME}/.erlybird/dev"
* mac os x: "${HOME}/Library/Application Support/erlybird/dev"
* windows: "C:\Documents and Settings\yourusername\.erlybird\dev" or some where
The status of ErlyBird is still Alpha, feedbacks and bug reports are welcome.
评论
dcaoyuan
2008-06-08
Others->Erlang...
fatdong
2008-06-08
为什么我在NB内导入完成后,在New Project里面无法看到 create erlang project呢?
dcaoyuan
2008-03-19
是有这个bug,会改掉它。
wainwen
2008-03-19
奇怪,用最新版本无法创建新项目,在最后一步finish时,出现 String index out of range: -1
旧版本没有问题
旧版本没有问题
mryufeng
2008-03-18
越做越好了
发表评论
提醒: 该博客已发表在公共论坛,博客所有留言会成为论坛回贴,留言请注意遵守论坛发贴规则
- 浏览: 133093 次

- 详细资料
搜索本博客
最近加入圈子
最新评论
-
ErlyBird 0.16.0 Released
Others->Erlang...
-- by dcaoyuan -
ErlyBird 0.16.0 Released
为什么我在NB内导入完成后,在New Project里面无法看到 create ...
-- by fatdong -
新的Scala for NetBeans提 ...
因为NetBeans的几个基础模块在Trunk里有与6.1不兼容的的变化,所以现 ...
-- by dcaoyuan -
新的Scala for NetBeans提 ...
另外,dcaoyuan大叔有空时能否简单说一下为NetBeans开发某一门语言的 ...
-- by 自言200801 -
新的Scala for NetBeans提 ...
重新更新以后就装不起来啦,错误如下:====================== ...
-- by 自言200801






评论排行榜