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 f6a11e8  Update index.asciidoc
f6a11e8 is described below

commit f6a11e8b92bf7e530cb14885c17692aa100c2872
Author: Geertjan Wielenga <[email protected]>
AuthorDate: Thu Nov 26 12:43:41 2020 +0100

    Update index.asciidoc
---
 netbeans.apache.org/src/content/download/nb122/index.asciidoc | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/netbeans.apache.org/src/content/download/nb122/index.asciidoc 
b/netbeans.apache.org/src/content/download/nb122/index.asciidoc
index 24586bc..bcd7273 100644
--- a/netbeans.apache.org/src/content/download/nb122/index.asciidoc
+++ b/netbeans.apache.org/src/content/download/nb122/index.asciidoc
@@ -45,11 +45,11 @@ The full list of pull requests integrated in the 12.2 
timeframe link:https://git
  - *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.
- - Fixed JavaDoc listing for class-type RECORD on auto completion: 
https://github.com/apache/netbeans/pull/2412
- - nb-javac fork supports JDK 15: https://github.com/apache/netbeans/pull/2408
+ - *Enhancement for Record variable.* 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.
+ - *Fixed Record Formatting issue with use of annotation.* 
https://github.com/apache/netbeans/pull/2391
+ - *Fixed Record Refactoring issue.* refactor record rename & move record file 
to other package: https://github.com/apache/netbeans/pull/2310 
+ - *Fixed Record JavaDoc.* JavaDoc listing for class-type RECORD on auto 
completion: https://github.com/apache/netbeans/pull/2412
+ - *nb-javac fork.* Now supports JDK 15: 
https://github.com/apache/netbeans/pull/2408
  
 === New Miscellaneous Java Language Features
  - Show types for chained method invocations: 
https://github.com/apache/netbeans/pull/2365


---------------------------------------------------------------------
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

Reply via email to