You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 20 Next »

Sl No.IssueSummaryAssignee
1NETBEANS-2917Support for Yield in Switch-Expression for JDK-13 (based on  :JEP-354)Arunava .Jan
2

NETBEANS-2859

Add JDK 13 Text Blocks support in Java Editor(based on  :JEP-355)Reema, Jan

1. Switch Expression Yield Support .

a. Syntax Highlighting:

b. Formatting of Switch Expression including Yield

c. Code Completion of Yield

2. Text Block Support

a. Quotes Completion and Syntax Highlighting :

Text block is  enclosed by triple quotes. Auto completion of triple quotes will be triggered once users presses  double quotes key three times.

Text inside triple-quotes are marked in orange color.


b. Hint : To convert normal String literal to Text Block.



  • No labels