mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
[IFT] Extract proceed to the next step logic to LessonUtil
GitOrigin-RevId: a1d3ff47899892677cdd0da731c82ae85c1b28e1
This commit is contained in:
committed by
intellij-monorepo-bot
parent
94521c418b
commit
21322e87ba
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user