Hi list
I know is a bit off-topic, but I've been searching a bit for a code formatter, like the one Eclipse has, or something similar to the indent program in UNIX, and so far I've found nothing (GPL or free, for Linux). Only have found polystyle (http://www.polystyle.com/features/python-beautifier.jsp), and it is commercial and for windows only (looks like)
Does any of you know a tool/script/program capable of doing that??
python code is beatiful what you need about it?
all editors that respect themself have tabs to spaces conversion, and the python interpreter comes with a newline converter script. and if your talking about 80 char long calls then that code maybe needs to be break into 2 or more lines.
Javier
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---

