mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-26 03:13:40 +07:00
JavaFolding: show in header first non-blank line (IDEA-214755)
GitOrigin-RevId: 57784e9d8d4f43b0c53585b9f5880a5f9052b8e2
This commit is contained in:
committed by
intellij-monorepo-bot
parent
e61d3dadcc
commit
424e3dbcc5
@@ -18,11 +18,17 @@ class Test {
|
||||
int j = i;
|
||||
}</fold>
|
||||
|
||||
<fold text='/**...*/'>/**ill-formed javadoc
|
||||
<fold text='/**ill-formed javadoc ...*/'>/**ill-formed javadoc
|
||||
*/</fold>
|
||||
void bar(char c) <fold text='{}'>{
|
||||
}</fold>
|
||||
|
||||
<fold text='/** first line ...*/'>/** first line
|
||||
* second line
|
||||
*/</fold>
|
||||
void illFormedJavaDocMultilines() <fold text='{}'>{
|
||||
}</fold>
|
||||
|
||||
<fold text='/**...*/'>/**
|
||||
*/</fold>
|
||||
void emptyJavadoc() <fold text='{}'>{
|
||||
|
||||
Reference in New Issue
Block a user