NetBeans 8.1 IDE 发布

jopen 9年前

NetBeans 8.1 IDE 发布,该版本除了关注最新的 Java 技术,还有增加了用于 HTML5/JavaScript  的工具。主要更新如下:

Node.js 应用开发

  • New Node.js project wizard

  • New Node.js Express wizard

  • Enhanced JavaScript Editor

  • New support for running Node.js applications

  • New support for debugging Node.js applications

HTML5/JavaScript 增强

  • New support for Gulp

  • New support for Mocha and Selenium

  • New Jade Node Template Engine support

  • New Shadow DOM support via NetBeans Chrome plugin

  • Enhanced support for Grunt

  • Enhancements for AngularJS and KnockoutJS

  • Projects recognized via package.json, bower.json, composer.json

Java 增强

  • Enhanced Code Completion("intellisense")

  • More expressive Navigator shows overridden & implemented methods

  • Enhanced ordering rules in Options window

  • Performance improvements for Java navigation tools:  

    • "Go To Type" (Ctrl-O)

    • "Go To File" (Alt-Shift-O)

    • "Go To Symbol" (Ctrl-Alt-Shift-O)

  • "Find Usages" can include dependencies (details)

  • </ul>

    Java EE 增强

    • Support for remote Oracle WebLogic Server

    • Community contributed support for WildFly 9 and WildFly 10

    PHP 增强

    • New support for Phing

    • Enhanced integration with Composer

    • Code coverage added to Nette Tester

    • New Symfony installer integration

    C/C++ 增强

    • New mixed C++/Java development support

    • Enhancements to New Project Wizard

    • SVN, Git and Mercurial support in Remote mode

    • C++ Editor enhancements

    • New audits, hints and refactorings

    • Reverse engineering (Call Graph) enhancements

    Profiler 重新设计和改进

    • Redesigned user interface

    • New features:

      • Live forward and reverse call trees in CPU results

      • Live allocation trees in Memory results

      • Monitoring CPU utilization

      • Thread dumps from profiled application

    • Engine improvements:

      • Faster connection to profiled application

      • Limited outgoing calls from profiled methods

      • Memory profiling for selected classes

    • Simplified profiler setup

    • Improved integration into the IDE

    • </ul>

      其他