multi-window support #25
Labels
basic functionality
early, pre-launch development stuff. everything before 1.0
enhancements
improvements for existing features
Milestone
something that may become an issue is having multiple instances of the app open at once. at first glance there doesn't seem to be anything wrong with this, but there's one glaring issue at hand: file system calls.
imagine this scenario: a user has two instances of the app open at once, maybe to edit two projects simultaneously for whatever reason. what happens when that user edits the app settings in one of those instances? simple, the other instance will now have an outdated version of the user configuration.
at this point we have at least three options:
would love feedback on this
The text was updated successfully, but these errors were encountered: