[ANN] Rearranger plugin version 4.8 for IDEA 8.0 (Diana)

The Rearranger plugin (version 4.8) now works with IDEA 8.0 (Diana). Many thanks to Bas Leijdekkers for his assistance in porting!

0
6 comments
Avatar
Permanently deleted user

Thank you very much! I don't know what I would do without the rearranger plugin.

Tom

0
Avatar
Permanently deleted user

Unfortunately, the Rearranger 4.8 does not seem to be able to detect our
method separators, it always creates new ones on each invocation.

Tom

0
Avatar
Permanently deleted user

It looks like this is a problem with IDEA, not the Rearranger plug-in,
because IDEA converts all tabs to spaces although the global code style is
set to use tabs/smart tabs. See

http://www.jetbrains.net/jira/browse/IDEA-19399

--
Tom

0
Avatar
Permanently deleted user

Hm. Nothing should have changed in that regard, and the relevant unit tests passed. Check to be sure your comment rules are still in place. If the problem persists, can you send me your configuration and a file to be rearranged? Thanks.

0
Avatar
Permanently deleted user

I see. It's not ideal, but until the IDEA bug is fixed, you could change the regular expression that matches the comment to accommodate any amount of leading white space (\s) instead of specifying a particular number of tabs or spaces. Thanks for looking into it.

0

Is the Rearranger plugin built using JDK 6? If it is, I cannot believe I never noticed before that is does not work on my Mac:-) The following stack exception is thrown:


Bas

0

Please sign in to leave a comment.