-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WIP Support multiple open items #782
Conversation
@michalrentka this is ready for a first look. Things to keep in mind:
Next steps could be keeping separate open items for separate windows, support for notes or other items, customization of the menu, or new UI (e.g. tabs) that makes use of this facility. |
98c1c67
to
19ffa89
Compare
Looks good to me so far 👍. Just one comment regarding the |
9e9dbad
to
5a8fdc5
Compare
@michalrentka ready for another look. New additions:
|
f3a2e38
to
b802ad7
Compare
Simplify MainCoordinatorDelegate protocol
Refactor NoteEditorCoordinator
Cleanup unused code
b802ad7
to
0fc4799
Compare
@michalrentka ready for another look. New additions:
Up next, UI improvements, initially using a popover instead of the simple menu for switching open items. |
0fc4799
to
4a1acf5
Compare
Due to many changes when rebasing, this PR is closed to use a new branch. |
Adds support for multiple open items.
In consideration