Posted on 2009-03-31 17:12
guanminglin@gmail.com 閱讀(38192)
評論(27) 編輯 收藏 所屬分類:
NetBeans
netbeans 6.7 m3 基本開發(fā)完畢了,意味著netbeans6.7 的發(fā)布也不遠(yuǎn)了。6月份的 JavaOne 大會(huì)上,netbeans6.7
就會(huì)發(fā)布了。6.7 版本 重點(diǎn)的開發(fā)放到了Maven ,Test,Debug 等功能上的完善和增強(qiáng)。
我比較喜歡的幾個(gè)功能的改進(jìn):
1. 配置文件可以導(dǎo)入/導(dǎo)出了
Export |
Import |
 |
 |
2. 可以導(dǎo)入以往版本的插件:
3. 編輯器和視圖的同步,when editor is selected then the file in editor is also selected in Projects tab or Files tab
4.輸出窗口(OutputWindow)字體大小可以改變了,還增加了過濾功能。
- Custom font selection in plain mode, font size for wrapped mode
- Grep-like filtering
- RegExp searching

- 大家可以重點(diǎn)看看 Maven 的支持,可以說NetBeans 是對Maven 支持的最好的一個(gè)IDE了。
5.代碼提示功能增強(qiáng),有了類似VisualStudio 那樣的代碼提示功能,不過默認(rèn)是不開啟的。

更多的功能請看 netbeans wiki: