Otis wrote:
It should give you the 'do you want to save lalala' message because the project is changed. Though you shouldn't set NoChangeEvent to true, as that would make the project not signal it was changed to observers.
Though if I were you, I'd move the tasks you want to do to a plugin and leave the tasks for code generation / output purposes.
Sorry, I meant I set the NoChangeEvent to false.... well specifically I save what it is in a tmp variable, set it to false, then set it back to whatever it was (which I beleive is true at that point).
I'm avoiding using a plugin because I'm looking for a specific behavior that popups up a configuration dialog when the user does a regen. Unless I'm missing something a plugin can't popup a dialog during that time?