| Summary: | Restore previously selected side bar when closing git history view | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Markus Pister <info> |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | VERIFIED FIXED | ||
| Severity: | normal | CC: | waqar.17a |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/utilities/kate/-/commit/da7a434df849ba4b2f0cbc7d07d7055a72b9497e | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Markus Pister
2023-09-04 07:48:27 UTC
Agreed, would be good to have. A possibly relevant merge request was started @ https://invent.kde.org/utilities/kate/-/merge_requests/1428 Git commit da7a434df849ba4b2f0cbc7d07d7055a72b9497e by Christoph Cullmann, on behalf of Waqar Ahmed. Committed on 20/03/2024 at 20:10. Pushed by cullmann into branch 'master'. Restore last active toolview when closing file history M +9 -0 apps/lib/filehistorywidget.cpp M +5 -0 apps/lib/katemainwindow.h M +21 -0 apps/lib/katemdi.cpp M +13 -0 apps/lib/katemdi.h M +8 -0 apps/lib/ktexteditor_utils.cpp M +2 -0 apps/lib/ktexteditor_utils.h https://invent.kde.org/utilities/kate/-/commit/da7a434df849ba4b2f0cbc7d07d7055a72b9497e Just checked the implemented behavior on a fresh master build. Works perfectly. Thanks for implementing this. |