TCL Syntax Checking
Komodo Edit is now getting support for the syntax checking of TCL files. This is all done through a new Komodo tcl linting extension that has been published on the Komodo community site.
The extension is designed to work in Komodo Edit 4.3.0 and above, which you find in the Komodo downloads page:
http://downloads.activestate.com/Komodo/releases
This is all made possible by the Eric's recent re-architecture of the Komodo syntax checking components, allowing additional linters to be added through Komodo extensions. What's next for the linter system? Well here are some thoughts:
- ability to install multiple linters for the same language and then easily set which one you want to be using
- be able to set and use multiple linters for the same language, combining the linting results
- be able to syntax check multi-language files, like Javascript embedded in a html document