[IFT] Add balloon to run step in Java onboarding

IJ-CR-26892

GitOrigin-RevId: 2ac9a1d57a32d983c74e06cbea29478257a4bc85
This commit is contained in:
Konstantin Hudyakov
2022-07-07 10:30:29 +03:00
committed by intellij-monorepo-bot
parent 491cf0fcb0
commit 4eebad88d0
3 changed files with 15 additions and 4 deletions

View File

@@ -22,11 +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, \
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.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.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.