Hi
I am developing a plugin and i want to store per-window (project actually) settings. Those settings only need to be persistent during the session.
They can be cleared every time the plugin is reloaded.
Right now i use “global” but then my settings are shared between all windows.
Does anyone know how to do it?
Thanks