mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 23:39:39 +07:00
[IFT] Adapt IDEA and PyCharm onboarding lessons to new UI
GitOrigin-RevId: 3e1194fff5e155a3649cd3484d2338c92edf99be
This commit is contained in:
committed by
intellij-monorepo-bot
parent
02dac8c264
commit
85bb873c52
@@ -22,12 +22,12 @@ java.onboarding.balloon.open.learn.toolbar=Switch to the {0} tool window to cont
|
||||
java.onboarding.indexing.description=When you open a project for the first time, <ide/> scans the JDK and the project itself \
|
||||
to collect details required for coding assistance. To continue, wait until indexing completes.
|
||||
java.onboarding.wait.indexing=Please wait while the IDE indexes JDK files
|
||||
java.onboarding.temporary.configuration.description=You have opened the demo sample. Now, let's run it! In the highlighted area of the toolbar, \
|
||||
you can see popular running actions for the selected configuration.
|
||||
java.onboarding.run.options.community=For example, you can run your code {0}, debug it {1}, and run with coverage {2}.
|
||||
java.onboarding.run.options.ultimate=For example, you can run your code {0}, debug it {1}, profile {2}, and run with coverage {3}.
|
||||
java.onboarding.temporary.configuration.description=You have opened the demo sample. Now, let''s run it! In the highlighted {0}, \
|
||||
you can see popular running actions for the selected configuration. For example, you can run your code {1} or debug it {2}.
|
||||
java.onboarding.run.options.community=Other actions like run with coverage {0} can be showed by clicking on {1}.
|
||||
java.onboarding.run.options.ultimate=Other actions like profile {0}, and run with coverage {1} can be showed by clicking on {2}.
|
||||
java.onboarding.run.sample=For now, let''s run the current file, click {0} or press {1}.
|
||||
java.onboarding.run.sample.balloon=Let''s run the current file, click {0} or press {1}.
|
||||
java.onboarding.run.sample.balloon=Let''s run the current file, click {0} or press {1}
|
||||
java.onboarding.balloon.click.here=Click here to set a breakpoint
|
||||
java.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