Is it possible to trigger an external program when a file is saved in KomodoIDE? I’m thinking it would be nice to automatically compile SCSS or minify JS when a file is saved.
It seems like a userscript item, but I never wrote a userscript. Can you point me to a code snippet that looks something like an event listener for onSave?
OK, this is a good start. Was hoping for JS, but I can probably adapt the Python. @babobski’s addon looks promising. Thank you very much for the pointers.