FS#2572 - File > Recent Files: Exclude current open files from being removed from recent file list.
In the sense that current open file(s) is/are part of a new project and you want that/those to remain in the list.
Can be circumvented by:
- Clear recent list
- Save current open file(s)
Related topic: https://www.qcad.org/rsforum/viewtopic.php?f=8&t=10838
Regards,
CVH
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
Perhaps it is an idea to include:
RSettings.addRecentFile(fileName);
When closing a tab especially when there was no recent change.
Otherwise closing would save the file and update the recent list.
Regards,
CVH