How do I create a new Komodo code formatter for a given language?
Komodo's code formatting system can be used to launch external code formatting applications on your source code.
Note: If you receive a Python error about of unable to import the "tokenize" module, try creating a shell script or batch file that unsets the PYTHONHOME environment variable, example shell script:
#!/bin/sh unset PYTHONHOME $@
This is great! thanks.
my komodo version and linux platform given below....
Komodo Edit, version 5.2.0, build 4075, platform linux-libcpp6-x86.
Built on Fri Sep 11 19:09:24 2009.
please help me get this formatter.
it will be of really great help to format those old junky codes in our server..
The built-in Komodo code formatters are only available in Komodo IDE, though there are some alternatives when using Komodo edit, see this post for details:
http://community.activestate.com/forum/code-formatting-0#comment-10346
Cheers,
Todd