IDEA-69648 Complete Current Statement: Correct 'for' completion

Provided completion for standalone 'for' keyword
This commit is contained in:
Denis Zhdanov
2011-05-16 12:15:10 +04:00
parent f4469717d7
commit bae2266f33
@@ -53,6 +53,7 @@ public class JavaSmartEnterProcessor extends SmartEnterProcessor {
fixers.add(new LiteralFixer());
fixers.add(new MethodCallFixer());
fixers.add(new IfConditionFixer());
fixers.add(new ForStatementFixer());
fixers.add(new WhileConditionFixer());
fixers.add(new CatchDeclarationFixer());
fixers.add(new SwitchExpressionFixer());