mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 16:39:37 +07:00
75 lines
6.0 KiB
INI
75 lines
6.0 KiB
INI
java.surround.and.unwrap.help.unwrapping.and.removing.statements=Working with code statements
|
|
|
|
java.basic.completion.choose.first=You can choose the first item from the Lookup menu by pressing {0}.
|
|
java.basic.completion.activate=To activate Basic Completion, press {0} and you will see the lookup menu again.
|
|
java.basic.completion.choose.item=Select {0} inside the lookup menu and press {1}.
|
|
java.basic.completion.complete=Press {0} to complete this statement.
|
|
java.basic.completion.deeper.level=Sometimes you need to see suggestions for static constants or methods. \
|
|
Press {0} twice to access extended Code Completion.
|
|
java.basic.completion.module.promotion=You will find more about refactorings in the {0} module.
|
|
|
|
java.run.configuration.lets.run=Any code marked with {0} can be run. Let''s run our simple example with {1}. \
|
|
Alternatively, you can click {0} and select the {2} item.
|
|
|
|
java.postfix.completion.apply=Postfix Completion helps reduce backward caret jumps as you write code. \
|
|
It lets you transform an already typed expression into another one based on the postfix you add, the type of expression, and its context. \
|
|
Type {0} after the parenthesis to see the list of postfix completion suggestions. \
|
|
Select {1} from the list, or type it in the editor, and then press {2} to complete the statement.
|
|
|
|
java.smart.type.completion.lesson.name=Smart type completion
|
|
java.smart.type.completion.apply=Smart Type Completion filters the list of suggestion to include only those types that are applicable \
|
|
within the current context. Press {0} to see the list of matching suggestions. Choose the first one by pressing {1}.
|
|
java.smart.type.completion.return=Smart Type Completion can also suggest code for a return statement. \
|
|
Press {0} twice to see the Lookup menu for a return. Choose the first one by pressing {1}
|
|
|
|
java.statement.completion.lesson.name=Statement completion
|
|
java.statement.completion.complete.for=Press {0} to complete the {1} statement.
|
|
java.statement.completion.complete.if=Type {0} and press {1} to generate the statement.
|
|
java.statement.completion.complete.condition=Add a condition inside parentheses {0} and press {1} to jump inside the {2} statement.
|
|
java.statement.completion.complete.finish.body=Type on one line: {0} and then press {1} to complete the entered statement and apply formatting.
|
|
|
|
java.rename.press.rename=Press {0} to rename field {1}.
|
|
java.rename.type.new.name=Type the new name for this field (e.g., {0}) and press {1}.
|
|
java.rename.confirm.accessors.rename=<ide/> is detecting corresponding getters/setters and proposes to rename them accordingly.\
|
|
Now just press {0} or click {1}
|
|
|
|
java.refactoring.menu.inline.variable=Now let''s inline variable {0} into the only use. \
|
|
You can press {1} and filter by <strong>iv</strong> (<strong>i</strong>nline <strong>v</strong>ariable). Or just press {2}.
|
|
java.refactoring.menu.introduce.constant=In the end, let''s extract extension from file name. \
|
|
Again, you can press {0} and filter by <strong>ic</strong> (<strong>i</strong>ntroduce <strong>c</strong>onstant). Or just press {1}.
|
|
java.refactoring.menu.confirm.constant=In this dialog you can choose the name, the parent and visibility for the new constant. \
|
|
You can leave proposed defaults and press {0} or click {1}.
|
|
|
|
java.inheritance.hierarchy.lesson.name=Inheritance hierarchy
|
|
java.inheritance.hierarchy.goto.implementation=Press {0} to look for implementations of {1}.
|
|
java.inheritance.hierarchy.choose.any.implementation=Choose any implementation and press {0} (or click it by mouse).
|
|
java.inheritance.hierarchy.navigate.to.base=You can navigate to a super method from derived. Press {0} or click icon {1} in the editor gutter.
|
|
java.inheritance.hierarchy.invoke.implementations.again=The declaration of the base method has its own gutter icon {0}. \
|
|
Click it or press {1} again.
|
|
java.inheritance.hierarchy.open.in.find.tool.window=For big hierarchies you may want to look for implementations in the {0} tool window. \
|
|
Click at {1}.
|
|
java.inheritance.hierarchy.hide.find.tool.window=Press {0} to hide the {1} tool window.
|
|
java.inheritance.hierarchy.open.method.hierarchy=You may want to explore the whole hierarchy for this method. Press {0}.
|
|
java.inheritance.hierarchy.hide.method.hierarchy=Let''s hide {0} also. Press {1} again.
|
|
java.inheritance.hierarchy.open.class.hierarchy=To overview the class hierarchy press {0}.
|
|
java.inheritance.hierarchy.last.note=<strong>Note:</strong> Actions {0} and {1} can be applied to classes also. \
|
|
Actions {2} and {3} may be used rarely but you always can find them with {4} by the {5} filter.
|
|
|
|
java.find.occurrences.lesson.name=Next/previous occurrences
|
|
java.find.occurrences.invoke.find=For this lesson, we selected {0}. Press {1} to start the textual search through the current file.
|
|
java.find.occurrences.find.previous=For previous occurrences, press {0}.
|
|
java.find.occurrences.find.next=<ide/> automatically copies the selected text into the search field. Let''s find the next occurrence. \
|
|
Press {0} or {1}.
|
|
java.find.occurrences.close.search.tool=With the search panel closed, you can still use these shortcuts to navigate between occurrences \
|
|
of the item being searched for earlier. Let''s close the search panel by pressing {0}.
|
|
java.find.occurrences.find.next.in.editor=Try to find the next occurrence with {0}.
|
|
java.find.occurrences.find.previous.in.editor=And {0} in a back way.
|
|
java.find.occurrences.note.about.cyclic=<strong>Note:</strong> The search is cyclic and pressing twice {0} at the last occurrence will set \
|
|
the selection for the last occurrence. {1} is cyclic also.
|
|
|
|
java.debug.workflow.rebuild=For big programs rerun can take much time. When you find some mistake in pure method you can just rebuild \
|
|
the project and apply <strong>Hot Swap</strong> JVM feature. Let''s build project: {0} or {1}.
|
|
java.debug.workflow.confirm.hot.swap=Confirm <strong>Hot Swap</strong> replacement.
|
|
java.debug.workflow.drop.frame=We patched our method, but right now we are still executing old obsolete {0} and it will throw the \
|
|
exception again. Let''s drop the frame and return to the state before {1} call. Click {2} at the debug panel or press {3}.
|