Is there a simple way to integrate external tools like PyLint or JSLint? I know I can execute external tools (e.g. compilers), but how can their output (e.g. warnings, errors) be integrated into the code being displayed by Geany?
Any help would be greatly appreciated!