mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
[clion] restore LocalHistory Lesson
GitOrigin-RevId: df15eee0c7898b951eb724d136beb523b987adda
This commit is contained in:
committed by
intellij-monorepo-bot
parent
28511eb8cd
commit
02a2f7bc86
@@ -236,7 +236,8 @@ class LocalHistoryLesson(
|
||||
|
||||
task {
|
||||
before { LearningUiHighlightingManager.clearHighlights() }
|
||||
text(LessonsBundle.message("local.history.close.window", action("EditorEscape")))
|
||||
text(LessonsBundle.message("local.history.close.window", action("EditorEscape")),
|
||||
LearningBalloonConfig(Balloon.Position.atLeft, width = 0, duplicateMessage = true))
|
||||
stateCheck {
|
||||
isMainEditorComponent(focusOwner)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user