KT-4519 Show first line with content of block comment when collapsed (#928)

This commit is contained in:
Yoshinori Isogai
2016-08-22 20:08:44 +09:00
committed by Dmitry Jemerov
parent 4669fb3ca7
commit 7d35316d95
5 changed files with 26 additions and 9 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
<fold text='/**...*/' expand='~false~'>/**
<fold text='/** Some header kdoc ...*/' expand='~false~'>/**
* Some header kdoc
*/</fold>
package some
<fold text='/**...*/' expand='true'>/**
<fold text='/** Other ...*/' expand='true'>/**
* Other
*/</fold>
@@ -1,10 +1,10 @@
<fold text='/.../' expand='~false~'>/*
<fold text='/ Some header .../' expand='~false~'>/*
* Some header
*/</fold>
val a = 12
<fold text='/.../' expand='true'>/*
<fold text='/ Other .../' expand='true'>/*
* Other
*/</fold>