mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
inplace introduce: show dialog on second keystroke
This commit is contained in:
@@ -93,7 +93,7 @@ public class IntroduceFieldWitSetUpInitializationTest extends CodeInsightTestCas
|
||||
final PsiLocalVariable local,
|
||||
final PsiExpression[] occurences,
|
||||
final boolean isStatic) {
|
||||
return new BaseExpressionToFieldHandler.Settings("i", true, false, false,
|
||||
return new BaseExpressionToFieldHandler.Settings("i", null, occurences, true, false, false,
|
||||
BaseExpressionToFieldHandler.InitializationPlace.IN_SETUP_METHOD,
|
||||
PsiModifier.PRIVATE, local, local.getType(), true, (BaseExpressionToFieldHandler.TargetDestination)null, false,
|
||||
false);
|
||||
|
||||
Reference in New Issue
Block a user