| Summary: | "Open recent" entries should be added on file open rather than file close | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Martin Klapetek <mklapetek> |
| Component: | application | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | christoph |
| Priority: | NOR | ||
| Version First Reported In: | Git | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Martin Klapetek
2016-01-25 19:42:43 UTC
Is it really on file close? Without looking into the code, I would guess a sync is missing, and that's why it's not saved on crash. > Is it really on file close?
I actually don't know, I simply assumed so. But yeah the missing sync() makes sense.
...or it also could be, that a sync of the kate session is missing. As iirc, the recent files are per session. *** This bug has been marked as a duplicate of bug 336676 *** |