Sublime Forum

on_reload event?

#1

I’m developing a plugin where I set various regions in a file (breakpoints).

The problem is that whenever I do a git pull the file changes on disk, sublime text reloads, but I can’t trigger a refresh of the breakpoints since there is no ‘on_reload’ event to listen to.

Is there an event that I’m not using that I could listen for in this instance?

0 Likes