mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +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 {
|
task {
|
||||||
before { LearningUiHighlightingManager.clearHighlights() }
|
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 {
|
stateCheck {
|
||||||
isMainEditorComponent(focusOwner)
|
isMainEditorComponent(focusOwner)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user