You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if we're going to have something like this imo it should be configurable, and preferably a part of some wider persistent system state implementation. #27 might be relevant.
a way to connect any "consumer"(editors, like #17 ?) and any "producer" (file managers, like #11).
my thoughts thus far:
either: a (singleton / static) class as middleware
Middleware.open
methodor as custom event (like pygame_gui extends pygames user events). But there must be a clever way, to avoid having an instance of all apps
That said, I have no idea how others have done this.
Any ideas are welcome.
The text was updated successfully, but these errors were encountered: