Posted on 2009-03-31 17:12
guanminglin@gmail.com 閱讀(38192)
評論(27) 編輯 收藏 所屬分類:
NetBeans
netbeans 6.7 m3 基本開發完畢了,意味著netbeans6.7 的發布也不遠了。6月份的 JavaOne 大會上,netbeans6.7
就會發布了。6.7 版本 重點的開發放到了Maven ,Test,Debug 等功能上的完善和增強。
我比較喜歡的幾個功能的改進:
1. 配置文件可以導入/導出了
Export |
Import |
 |
 |
2. 可以導入以往版本的插件:
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

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

更多的功能請看 netbeans wiki: