[ANN] Tabifier 5.2 released
This is a bug fix release of the Tabifier plugin.
The Tabifier plugin retabs Java code so that syntactic elements are aligned vertically. Extensive control over alignment is provided. Please visit http://www.intellij.org/twiki/bin/view/Main/TabifierPlugin for more description and examples. (Sorry, the examples can't be shown here -- they are reformatted by the browser.)
1). Fix parsing bug where "new int[20]" and "new String[20]" did not recognize "int" (a primitive type) as an alignable item. Result was that "String[20]" was aligned after "int[20]" instead of below "int[20]".
2). Fix parsing bug which caused annotations to be discarded.
3). Split up configuration panels so that the sample text was more tailored for individual sections and the effect of settings changes can be more easily seen.
请先登录再写评论。