This is an automated email from the ASF dual-hosted git repository.
geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-website.git
The following commit(s) were added to refs/heads/master by this push:
new 807b38e Update index.asciidoc
807b38e is described below
commit 807b38e2274cddaa55e63f5ec767a381d794f052
Author: Geertjan Wielenga <[email protected]>
AuthorDate: Thu Nov 26 11:24:14 2020 +0100
Update index.asciidoc
---
netbeans.apache.org/src/content/download/nb122/index.asciidoc | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/netbeans.apache.org/src/content/download/nb122/index.asciidoc
b/netbeans.apache.org/src/content/download/nb122/index.asciidoc
index 41d67d4..24586bc 100644
--- a/netbeans.apache.org/src/content/download/nb122/index.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb122/index.asciidoc
@@ -42,9 +42,9 @@ The full list of pull requests integrated in the 12.2
timeframe link:https://git
== Java Language
=== New JDK 14 and 15-Specific Java Language Features
- - Code coloring. Keywords "sealed", "non-sealed", and "permits" are
highlighted conforming to the existing styles of all other Java keywords.
- - Code formatting for "sealed" type. Extended the Java code formatting
feature to include "sealed" and "permits" clauses for the first time.
- - Auto-completion for "sealed" type. Added keyword "sealed" and "non-sealed"
before "class" declaration. Added "permits" only in the allowed location, i.e.,
the "permits" clause is not allowed to be put before "extends" and "implements"
clause, if present.
+ - *Code coloring.* Keywords "sealed", "non-sealed", and "permits" are
highlighted conforming to the existing styles of all other Java keywords.
+ - *Code formatting for "sealed" type.* Extended the Java code formatting
feature to include "sealed" and "permits" clauses for the first time.
+ - *Auto-completion for "sealed" type.* Added keyword "sealed" and
"non-sealed" before "class" declaration. Added "permits" only in the allowed
location, i.e., the "permits" clause is not allowed to be put before "extends"
and "implements" clause, if present.
- Fixed Record Formatting issue with use of annotation:
https://github.com/apache/netbeans/pull/2391
- Fixed issue: refactor record rename & move record file to other package:
https://github.com/apache/netbeans/pull/2310
- Invoke code completion for "Record" variable name and the editor will
analyze the context and then suggest choices that are reachable from the
current caret position.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists