Ticket #1244 (closed defect: fixed)
The menu "recent files" is not updated on history updates, only with 1 file delay
| Reported by: | bowtie | Owned by: | Sewi |
|---|---|---|---|
| Priority: | trivial | Milestone: | |
| Component: | editor | Version: | 0.86 |
| Keywords: | Cc: |
Description
The menu "recent files" is not updated on history updates, only with 1 file delay.
Change History
comment:3 Changed 23 months ago by Sewi
Padre::Task::RecentFiles? is launched when a file is opened and skips files currently open.
It is not launched if a file is closed, so the list is not updated - and the last recent opened file is missing.
Note: See
TracTickets for help on using
tickets.

Having looked at Padre::Task::RecentFiles,
alternatively you could have just done the following
which would be the same as other software, where 5 is norm not 9.
Hence Sewi, I think it works as intended.
But not as one would expect, I think.