markright
markright copied to clipboard
Add support for creating new window
Things to do:
- [ ]
open-fileevent should open a new window - [ ]
Ctrl/Cmd + Nshould create a new window - [ ]
Ctrl/Cmd + Oshould open the file in the current frontmost window - [ ] update notifications should appear in the current frontmost window
- [ ] dev tools should open in the front most window
- [ ]
reloadshould reload the front most window - [ ] exit / quit should check all open windows for unsaved changes
Things to investigate:
- will our IPC implementation work with multiple windows?
:+1: