J
jfathman
Hello,
I recall seeing in years past utilities that format C source for
printing such that vertical lines are automatically printed along the
left margin to visually emphasize the C scopes in the source code.
I have been searching Google for an hour and can't come up with one.
The closest I get is PrettyCode, which appears to do what I want, but
for VB, not C.
Can anyone recommend such a utility?
Please note that I am not looking for something like astyle to
rearrange whitespace (we already use astyle for that). I just want a
utility that will draw lines to make it easier to read and maintain
several thousand lines of code implemented in lengthy, deeply nested
functions.
Thanks.
Jim
I recall seeing in years past utilities that format C source for
printing such that vertical lines are automatically printed along the
left margin to visually emphasize the C scopes in the source code.
I have been searching Google for an hour and can't come up with one.
The closest I get is PrettyCode, which appears to do what I want, but
for VB, not C.
Can anyone recommend such a utility?
Please note that I am not looking for something like astyle to
rearrange whitespace (we already use astyle for that). I just want a
utility that will draw lines to make it easier to read and maintain
several thousand lines of code implemented in lengthy, deeply nested
functions.
Thanks.
Jim