By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.
Bug 2090 - Kate: MRU list not updated if closing and reopening Kate with open files
Summary: Kate: MRU list not updated if closing and reopening Kate with open files
Status: NEW
Alias: None
Product: TDE
Classification: Unclassified
Component: tdebase (show other bugs)
Version: R14.0.x [Trinity]
Hardware: Other Linux
: P5 normal
Assignee: Timothy Pearson
URL:
Depends on:
Blocks: 2968
  Show dependency treegraph
 
Reported: 2014-08-15 09:39 CDT by Michele Calgaro
Modified: 2018-08-30 02:52 CDT (History)
1 user (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michele Calgaro 2014-08-15 09:39:40 CDT
To reproduce this bug you need to use Kate with the options "Save session" and "Load last used session" enabled. Steps to reproduce:

CASE 1
1) open Kate and open a file (say File1)
2) open and close several other files, but do not close File1
3) check the position of File1 in the MRU list
4) close and reopen Kate
5) check the position of File1 in the MRU list. Notice that the position hasn't changed, while instead File1 should be at the top of the list

CASE 2
1) open Kate and open a file (say File1)
2) open and close several other files (but do not close File1) until File1 disappear from the MRU list
3) close and reopen Kate
4) check that File1 is not in the MRU list, while instead File1 should be at the top of the list

Basically when Kate is open, restored files should get added to the top of the MRU list.