Allow to select single word on double click in one line doc comment (KT-14327)

(cherry picked from commit 184d39a)

 #KT-14327 Fixed
This commit is contained in:
Nikolay Krasko
2016-10-24 19:52:36 +03:00
committed by Nikolay Krasko
parent ba0e36cdb1
commit e41cddd870
16 changed files with 83 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
/**<selection> Doc comment <caret>here </selection>*/
fun foo() {
}