KT-4519 Show first line with content of block comment when collapsed (#928)
This commit is contained in:
committed by
Dmitry Jemerov
parent
4669fb3ca7
commit
7d35316d95
+2
-2
@@ -1,9 +1,9 @@
|
||||
<fold text='/**...*/'>/**
|
||||
<fold text='/** Kdoc licence ...*/'>/**
|
||||
* Kdoc licence
|
||||
*/</fold>
|
||||
package some
|
||||
|
||||
<fold text='/**...*/'>/**
|
||||
<fold text='/** Some Kdoc comment ...*/'>/**
|
||||
* Some Kdoc comment
|
||||
*/</fold>
|
||||
class A
|
||||
+2
-1
@@ -1,4 +1,5 @@
|
||||
<fold text='/.../'>/*
|
||||
<fold text='/ Some multiline comment .../'>/*
|
||||
* Some multiline comment
|
||||
* And more comment
|
||||
*/</fold>
|
||||
class A
|
||||
Reference in New Issue
Block a user