mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
[IFT] Change debugger toolbar highlighting defaults and remove pulsation and inside highlighting from Jupyter onboarding
GitOrigin-RevId: bd157fb57d4f0a52d7bf5d8ccd660c58ad16a1b0
This commit is contained in:
committed by
intellij-monorepo-bot
parent
60e2213615
commit
8edb99ffbc
+1
-1
@@ -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
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user