皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

Apache NetBeans 12.1 释出

Welcome to Apache NetBeans 12.1, the first feature release of the Apache NetBeans 12 cycle!

The LTS release of the Apache NetBeans 12 cycle is Apache NetBeans 12.0. The 12.1 release has not been tested as heavily as the LTS release and may therefore be less stable. Use 12.1 to use the latest features and to provide feedback for the next LTS release, scheduled for 2021. Go here to download Apache NetBeans 12.0, the current LTS release.

Highlights

The full list of pull requests integrated in the 12.1 timeframe is found here, while the highlights are listed below.

Jakarta EE 8

  • Ability to create a Jakarta EE 8 project
  • Change an existing Maven web application to Jakarta EE 8.

Java Editor

C/C++

Rudimentary C/C feature integration, which does not have as many features as the 8.2 C/C support, in other words, this is not fully featured, but it could help some of our users until the full support is complete. When 8.2 C/C++ plugins are installed, they should take precedence in 12.1.

  • Rudimentary C/C++ project that allows the user to provide commands for the build/run actions and some additional settings.
  • Syntax highlighting using TextMate grammars.
  • Code completion and other editing support is through the Language Server Protocol, using the ccls language server, which the users need to provide themselves; — A very rudimentary debugger using gdb (based on the Ant debugger, and gdb interface from CND).

Gradle

  • Gradle is enabled with Java SE
  • Added support for Generated Directories and proper handling of annotation processors

PHP

HTML

CSS

Miscellaneous

  • Launcher detects JDK installed by SDKMAN on Linux and Mac.

转自 http://netbeans.apache.org/download/nb121/index.html