mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
IJOB-579 Fix unwrap action detection in Surround and Unwrap Kotlin lesson
(cherry picked from commit 9275cd5ee988e83ca6346a7ef9a11d58e8df203e) IJ-CR-147892 GitOrigin-RevId: 6dff34cd611d5cad0c0af3f7c2d608f1a47d1ee4
This commit is contained in:
committed by
intellij-monorepo-bot
parent
0940352c6d
commit
318a6ca4c3
@@ -18,5 +18,5 @@ class KotlinSurroundAndUnwrapLesson : SurroundAndUnwrapLesson() {
|
||||
|
||||
override val lineShiftBeforeUnwrap = -2
|
||||
|
||||
override val unwrapTryText = KotlinBundle.message("unwrap.expression", "try {...}")
|
||||
override val unwrapTryText = KotlinBundle.message("unwrap.expression", "try {${Typography.ellipsis}}")
|
||||
}
|
||||
Reference in New Issue
Block a user