Tabifier bug
Hi.
Take this code:
public static final String PARAM_MAIN_PANEL = "mainpanel";
public static final String VALUE_MAIN_PANEL_TABS = "tabs";
public static final String DEFAULT_MAIN_PANEL = VALUE_MAIN_PANEL_TABS;
Select these 3 lines and activate the tabifier. Lines 2 and 3 are OK, line 1 untouched.
If you select these 3 lines and the one before (even if it is a comment or something else) and then activate Tabifier you get the expected result.
Amnon
请先登录再写评论。
Thanks, Amnon -- I'll take a look at it tomorrow.
Hi Amnon,
Give version 2.7 (just uploaded) a try. Thanks for letting me know -
-Dave
Great, it now works!
Amnon
"Dave Kriewall" <itnadmin@jetbrains.com> wrote in message
news:28218640.1055467228917.JavaMail.itn@is.intellij.net...
>