[IFT] Extract proceed to the next step logic to LessonUtil

GitOrigin-RevId: a1d3ff47899892677cdd0da731c82ae85c1b28e1
This commit is contained in:
Konstantin Hudyakov
2021-05-18 19:57:48 +03:00
committed by intellij-monorepo-bot
parent 94521c418b
commit 21322e87ba
11 changed files with 13 additions and 31 deletions

View File

@@ -13,7 +13,6 @@ python.onboarding.balloon.open.learn.toolbar=Switch to the {0} tool window to co
python.onboarding.context.menu=You have opened the demo, now let's run it. Right-click the editor to invoke the context menu.
python.onboarding.run.sample=Choose {0} or try the {1}.
python.onboarding.temporary.configuration.description=<ide/> has just created a temporary run configuration. You can find it in the Run toolbar. With this toolbar, you can execute popular running actions for the selected configuration, such as running {0}, debugging {1}, profiling code {2}, and running your code with coverage {3}.
python.onboarding.proceed.to.the.next.step=<callback id="{0}">Click to proceed</callback>
python.onboarding.balloon.click.here=Click here to set a breakpoint
python.onboarding.toggle.breakpoint.1=You may notice that instead of the expected value of {0}, the {1} method returns {2}. \
Let's stop at the return statement to debug the problematic code.