I'm developing a system, and I have build a code generator that emits a bunch of classes based on a configuration file.
I would like to configure PyDev to invoke the generator for me whenever the configuration file (or the generator source) changes. I know that this is possible "in theory" because e.g., the ANTLR plugin for Eclipse does this in Java.
Is there any kind of support in PyDev for doing this? If not, is there some other Eclipse hackery that I can use to get this working?