[IFT] Highlight debugger toolbars depending on new or old layout

IJ-CR-15320

GitOrigin-RevId: 862f8dfde290e29d9302d5d1d19a736186920dfa
This commit is contained in:
Konstantin Hudyakov
2021-10-15 12:41:29 +03:00
committed by intellij-monorepo-bot
parent 4f7f055672
commit ce9f8f493c
3 changed files with 19 additions and 5 deletions

View File

@@ -28,7 +28,8 @@ python.onboarding.toggle.breakpoint.1=You may notice that instead of the expecte
python.onboarding.toggle.breakpoint.2=Click the gutter in the highlighted area to set a breakpoint.
python.onboarding.balloon.start.debugging=Click the icon to start debugging
python.onboarding.start.debugging=Click the {0} icon to start the debugging process.
python.onboarding.balloon.about.debug.panel=The {0} tool window provides the toolbar with various debugging actions. You can take the {1} lesson later to try them.
python.onboarding.balloon.about.debug.panel=The {0} tool window provides {1,choice,0#the toolbar|1#toobars} with various debugging actions. \
You can take the {2} lesson later to try them.
python.onboarding.balloon.stop.debugging=Click the icon to stop debugging
python.onboarding.stop.debugging=Let''s stop debugging. Click the {0} icon.
python.onboarding.type.division=Once you discovered the problem in the code, let''s fix it. Divide the resulting sum by the length of the values. \