Hello,
is there any way to execute code just before the application start closing or just after the application has been fully started (meaning that last workspace has been restored as well).
I’m trying to do some cleanup / bootstrap for my plugin (change window layouts and close temporary buffers that it uses), but so far I haven’t anything that would work as I described above. I was presuming that I could use an EventListener for that, but it only triggers to open/close events of views, not the application itself.