Hi,
I am developing a plugin where I need to change some variables when the user closes or switches the current project.
Something similar to the below code for view change, but for projects:
class ▇▇▇ EventListener(sublime_plugin.EventListener):
def on_activated(self,view):
Thanks for any input .