[IFT] Change debugger toolbar highlighting defaults and remove pulsation and inside highlighting from Jupyter onboarding

GitOrigin-RevId: bd157fb57d4f0a52d7bf5d8ccd660c58ad16a1b0
This commit is contained in:
Alexey Merkulov
2023-03-02 20:50:43 +00:00
committed by intellij-monorepo-bot
parent 60e2213615
commit 8edb99ffbc
3 changed files with 3 additions and 3 deletions
@@ -338,7 +338,7 @@ class JavaOnboardingTourLesson : KLesson("java.onboarding", JavaLessonsBundle.me
JavaLessonsBundle.message("java.onboarding.start.debugging", icon(AllIcons.Actions.StartDebugger))
}
highlightDebugActionsToolbar(highlightInside = false, usePulsation = false)
highlightDebugActionsToolbar()
task {
rehighlightPreviousUi = true
@@ -414,7 +414,7 @@ fun LessonContext.highlightRunToolbar(highlightInside: Boolean = true, usePulsat
}
}
fun LessonContext.highlightDebugActionsToolbar(highlightInside: Boolean = true, usePulsation: Boolean = true) {
fun LessonContext.highlightDebugActionsToolbar(highlightInside: Boolean = false, usePulsation: Boolean = false) {
task {
// wait for the treads & variables tab to become selected
// otherwise the incorrect toolbar can be highlighted in the next task
@@ -249,7 +249,7 @@ class PythonOnboardingTourLesson :
PythonLessonsBundle.message("python.onboarding.start.debugging", icon(AllIcons.Actions.StartDebugger))
}
highlightDebugActionsToolbar(highlightInside = false, usePulsation = false)
highlightDebugActionsToolbar()
task {
rehighlightPreviousUi = true