Roland Pibinger wrote:
> On 25 Nov 2006 04:54:25 -0800, "Shug" wrote:
> >We need a C++ beautifier, and due to the specific requirements of some
> >of our developers, it has to be very configurable.
> >
> >We've tried AStyle - good, but not nearly configurable enough.
> >We've tried GreatCode - very good - much more configurable, but still
> >missing a few options
>
> Haven't cross-checked your requirements but the following tool claims
> to have '168 configurable options as of version 0.30'. If that's not
> enough combine the 3 tools in a pipe. I guess more beauty is hardly
> possible.
>
> http://uncrustify.sourceforge.net/
>
> Good luck,
> Roland Pibinger
Thanks again for that link Roland.
Having used uncrustify for a few days now, I have to say it's the best
beautifier that we've looked at recently - better than AStyle and
GreatCode, and also better than a couple of commercial products.
Additionally, the developer has been very accomodating with suggestions
for new Features, suggesting that this app will continue getting better
and more configurable. I suppose the more people use it and
contribute, the better it will be all round.
So, Roland, thanks for suggesting Uncrustify.
And credit to the uncrustify developer, Ben, for a great app.
Shug