News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

File Save event

Started by dushara, January 20, 2011, 12:52:32 PM

Previous topic - Next topic

dushara

Does CB have a file save event a plug-in can register to? Would be useful for a Version Control Plug-in to refresh the file status.


oBFusCATed

Look at sdk_events.h and if there isn't you can add it and then provide a patch :)
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Jenna

It's there and it's called cbEVT_EDITOR_SAVE, just search for it in the sources and you will see how it can be used.