in reply to (OT) Perltidy,VIM for C/C++ visual block cleanup

Sure you can ... you just have to find the appropriate beautifier. I cannot recommend any but try google.

-derby

update: Or google for OSS code beautifiers.

another update: And I'd give uncrustify a try based on name alone!

  • Comment on Re: (OT) Perltidy,VIM for C/C++ visual block cleanup

Replies are listed 'Best First'.
Re^2: (OT) Perltidy,VIM for C/C++ visual block cleanup
by Anonymous Monk on Sep 12, 2006 at 00:46 UTC
    Thanks. But what I mean is beautifying within VIM editor - especially visualize block, "uncrustify" doesn't seem to work on VIM.

      Sure it does ... !uncrustify -c config_file works for me. I didn't really like having to pass the config file option all the time so I modified the source to use a default. But ... it works. What problems are you having?

      -derby