Add support for creating new window
Open
enhancement
- Dominant language
- Clojure
- Stars
- 915
- Forks
- 54
- PR merge metrics
- No merged PRs in 30d
Description
Things to do:
- [ ] `open-file` event should open a new window
- [ ] `Ctrl/Cmd + N` should create a new window
- [ ] `Ctrl/Cmd + O` should 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
- [ ] `reload` should 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?
Contributor guide
Assessment
This issue has not been assessed yet.