mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
mnemonic (IDEA-174006)
This commit is contained in:
+1
-1
@@ -277,7 +277,7 @@ public class IntroduceFunctionalVariableHandler extends IntroduceVariableHandler
|
||||
return null;
|
||||
}
|
||||
JPanel optionsPanel = new JPanel(new FlowLayout(FlowLayout.LEFT, 0, 5));
|
||||
createStaticOptions(optionsPanel, "Pass fields as params");
|
||||
createStaticOptions(optionsPanel, RefactoringBundle.message("introduce.functional.variable.pass.fields.checkbox"));
|
||||
return optionsPanel;
|
||||
}
|
||||
|
||||
|
||||
@@ -407,6 +407,7 @@ extract.superclass.elements.header=Extract superclass with members to directory
|
||||
declare.static.checkbox=Declare &static
|
||||
declare.generated.annotations=&Generate annotations
|
||||
declare.static.pass.fields.checkbox=Declare &static (pass fields as params)
|
||||
introduce.functional.variable.pass.fields.checkbox=Pass &fields as params
|
||||
declare.varargs.checkbox=Declare v&arargs
|
||||
declare.folded.parameters=&Fold parameters
|
||||
extract.method.method.panel.border=Method
|
||||
|
||||
Reference in New Issue
Block a user