mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
[IFT] Replace proceed link with GotIt in Java onboarding
IJ-CR-26892 GitOrigin-RevId: 6dd810f2342f14a75f2658f9f3a98edd423c698d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
4eebad88d0
commit
9bc24222d9
@@ -336,15 +336,15 @@ class JavaOnboardingTourLesson : KLesson("java.onboarding", JavaLessonsBundle.me
|
||||
JavaLessonsBundle.message("java.onboarding.start.debugging", icon(AllIcons.Actions.StartDebugger))
|
||||
}
|
||||
|
||||
highlightDebugActionsToolbar()
|
||||
highlightDebugActionsToolbar(usePulsation = false)
|
||||
|
||||
task {
|
||||
rehighlightPreviousUi = true
|
||||
text(JavaLessonsBundle.message("java.onboarding.balloon.about.debug.panel",
|
||||
strong(UIBundle.message("tool.window.name.debug")),
|
||||
if (UIExperiment.isNewDebuggerUIEnabled()) 0 else 1,
|
||||
strong(LessonsBundle.message("debug.workflow.lesson.name"))))
|
||||
proceedLink()
|
||||
gotItStep(Balloon.Position.above, 400,
|
||||
JavaLessonsBundle.message("java.onboarding.balloon.about.debug.panel",
|
||||
strong(UIBundle.message("tool.window.name.debug")),
|
||||
if (UIExperiment.isNewDebuggerUIEnabled()) 0 else 1,
|
||||
strong(LessonsBundle.message("debug.workflow.lesson.name"))))
|
||||
restoreIfModified(sample)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user