| Summary: | kwrite forgets scroll position after reopening | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | FeepingCreature <default_357-line> |
| Component: | kwrite | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | minor | ||
| Priority: | NOR | ||
| Version First Reported In: | 22.08.3 | ||
| Target Milestone: | --- | ||
| Platform: | Kubuntu | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/frameworks/ktexteditor/-/commit/c8ed17734729b11e17447b3030a0a8214a98f512 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
FeepingCreature
2023-04-03 07:25:14 UTC
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/ktexteditor/-/merge_requests/644 Git commit c8ed17734729b11e17447b3030a0a8214a98f512 by Christoph Cullmann, on behalf of Arthur Tadier. Committed on 14/12/2023 at 19:11. Pushed by cullmann into branch 'master'. Remember scroll position in session Unlike the cursor position, the scroll position is not saved in a session, which means the cursor will be placed at the top of the view instead of wherever it was last located. Save the last scroll position in a config entry as well. M +11 -1 src/view/kateview.cpp https://invent.kde.org/frameworks/ktexteditor/-/commit/c8ed17734729b11e17447b3030a0a8214a98f512 |