[IFT] Replace proceed link with GotIt in Java onboarding

IJ-CR-26892

GitOrigin-RevId: 6dd810f2342f14a75f2658f9f3a98edd423c698d
This commit is contained in:
Konstantin Hudyakov
2022-07-07 10:31:54 +03:00
committed by intellij-monorepo-bot
parent 4eebad88d0
commit 9bc24222d9
2 changed files with 14 additions and 11 deletions

View File

@@ -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)
}