[ANN] Tabifier plugin, new version 5.3
Version 5.3 fixes one issue and implements one new capability:
1) Under certain circumstances, a line like
String[] newArgs = new String[args.length - 1];
could be corrupted (removing the space between "new" and "String".) This is fixed.
2) Variable and method declarations with a single leading annotation now align subsequent modifiers properly.
Please visit http://www.intellij.org/twiki/bin/view/Main/TabifierPlugin for documentation and examples.
请先登录再写评论。