Description
To make Censor easier to use and to improve consistency with other apps (e.g., https://flathub.org/apps/com.belmoussaoui.Obfuscate):
- allow opening multiple windows with
Open...button or Ctrl+O- open new window with new document instead of closing current document
- make
Open...button or menu entry available on any window → !127 feat: improve user interface by moving buttons around
- improve saving behaviour → !130 feat: improve saving experience
- only first Ctrl+S and all Ctrl+Shift+S clicks should show the save-as file dialog
- subsequent Ctrl+S clicks should just save the file without asking again
- move
Open...,SaveandSave As...to menu on top right in header → !127 feat: improve user interface by moving buttons around
In the top left of the header bar there will be space for undo/redo buttons, tool selection, etc.
## Description
To make Censor easier to use and to improve consistency with other apps (e.g., https://flathub.org/apps/com.belmoussaoui.Obfuscate):
- [ ] allow opening multiple windows with `Open...` button or <kbd>Ctrl</kbd>+<kbd>O</kbd>
- [ ] open new window with new document instead of closing current document
- [x] make `Open...` button or menu entry available on any window → !127 feat: improve user interface by moving buttons around
- [x] improve saving behaviour → !130 feat: improve saving experience
- [x] only first <kbd>Ctrl</kbd>+<kbd>S</kbd> and all <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>S</kbd> clicks should show the save-as file dialog
- [x] subsequent <kbd>Ctrl</kbd>+<kbd>S</kbd> clicks should just save the file without asking again
- [x] move `Open...`, `Save` and `Save As...` to menu on top right in header → !127 feat: improve user interface by moving buttons around
In the top left of the header bar there will be space for undo/redo buttons, tool selection, etc.