I have about 4000 lines of code that I need to re-style. I'm not doing this by hand. Are there any tools available that will help change style?
Asked
Active
Viewed 247 times
0
-
It would be helpful to state what language. – Dave Newton Nov 13 '11 at 04:08
4 Answers
1
AStyle (C/C++/Java/C#) command line tool. I use it within any IDE by invoking external command with shortcut.

Eugene Mamin
- 749
- 4
- 8
1
-
sure notepad++ is another solution .. like i said, "any" ide will do it for you. – malletjo Nov 13 '11 at 04:03
1
Eclipse has a configurable source code formatter that can be triggered automatically on Save and manually with Ctrl+Shift+F (customizable shortcut) for most if not all editor plugins (i.e., most if not all languages). Of those that I use, only PHP Development Tools has configuration limits there.
You really should name the programming/markup language(s) that you are using.

PointedEars
- 14,752
- 4
- 34
- 33