[ANN] Rearranger v2.0 released
Bug fix release:
- Fixed bug parsing a trailing "// comment" after a field declaration; could cause infinite loop.
- Fixed global pattern generation bug.
- Fixed spacing bug where nested code block contained an anonymous class.
- Improved checking for read-only files (thanks to Jacques Morel for the code sample).
请先登录再写评论。
Cool.
Could there be a default configuration that is more or less standard (e.g.
constants, constructors, public methods, protected methods, private methods,
inner classes, etc.)?
I believe there is something which is more or less standard.
Amnon
"Dave Kriewall" <no_mail@jetbrains.com> wrote in message
news:19159421.1076096754298.JavaMail.itn@is.intellij.net...
>
could cause infinite loop.
>
>
>
code sample).
Amnon I. Govrin wrote (appears in my news reader under this topic):
"Cool.
Could there be a default configuration that is more or less standard (e.g.
constants, constructors, public methods, protected methods, private methods,
inner classes, etc.)?
I believe there is something which is more or less standard.
Amnon"
Yes, I'm planning something. See http://www.intellij.net/forums/thread.jsp?forum=18&thread=71653&tstart=30&trange=15 for the proposed default configuration. I don't know of anything standard; if you do (or if you don't like the proposed one), please comment there.
-Dave