Comment 8 for bug 1394397

Revision history for this message
Andrew Bogott (andrewbogott) wrote :

I have a custom notification driver, which keeps breaking. Hence my opening the bug. It's a bit of a hack, but hooking the driver calls directly allows me to respond to events synchronously, whereas notifications arrive at unpredictable times. I've gone around in circles a bit with this one, trying to get a stable, public hook for events like new instance creation (e.g. the old 'plugin framework' which I wrote but which was then deprecated.)

But, ok, regardless of whether or not this is a feature that Nova will support... if it's in a config file it needs to be documented. If the docs had something like "Hey, this is totally internal and will be changing all the time and don't use it for a hook" then maybe I wouldn't be down the path that I'm down now.