Opened 8 years ago
Closed 8 years ago
#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 (4)
comment:1 Changed 8 years ago by bowtie
comment:2 Changed 8 years ago by bowtie
- Component changed from not classified yet to editor
comment:3 Changed 8 years 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.
comment:4 Changed 8 years ago by Sewi
- Resolution set to fixed
- Status changed from new to closed
fixed in r15199
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.