| Summary: | text editors "wrap around" when moving between bookmarks and reaching first/last bookamrk | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-ktexteditor | Reporter: | Péter Ujfalusi <peter.ujfalusi> |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 6.10.0 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/frameworks/ktexteditor/-/commit/5ac3cf4d7e732444027ec36851e2f741bc4d502b | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Péter Ujfalusi
2025-01-29 08:40:50 UTC
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/ktexteditor/-/merge_requests/780 Git commit 5ac3cf4d7e732444027ec36851e2f741bc4d502b by Waqar Ahmed. Committed on 29/01/2025 at 08:59. Pushed by waqar into branch 'master'. Allow disabling 'cycle through bookmarks' behaviour M +3 -0 src/dialogs/katedialogs.cpp M +7 -0 src/dialogs/navigationconfigwidget.ui M +2 -2 src/utils/katebookmarks.cpp M +6 -0 src/utils/katebookmarks.h M +1 -0 src/utils/kateconfig.cpp M +1 -0 src/utils/kateconfig.h M +1 -0 src/view/kateview.cpp https://invent.kde.org/frameworks/ktexteditor/-/commit/5ac3cf4d7e732444027ec36851e2f741bc4d502b (In reply to Waqar Ahmed from comment #2) > Git commit 5ac3cf4d7e732444027ec36851e2f741bc4d502b by Waqar Ahmed. > Committed on 29/01/2025 at 08:59. > Pushed by waqar into branch 'master'. > > Allow disabling 'cycle through bookmarks' behaviour > > M +3 -0 src/dialogs/katedialogs.cpp > M +7 -0 src/dialogs/navigationconfigwidget.ui > M +2 -2 src/utils/katebookmarks.cpp > M +6 -0 src/utils/katebookmarks.h > M +1 -0 src/utils/kateconfig.cpp > M +1 -0 src/utils/kateconfig.h > M +1 -0 src/view/kateview.cpp > > https://invent.kde.org/frameworks/ktexteditor/-/commit/ > 5ac3cf4d7e732444027ec36851e2f741bc4d502b built the ktexteditor from git which includes this commit and quickly tested it by: LD_LIBRARY_PATH=bin/ kate and the new 'Allow to cycle through bookmarks' works great, it is set by default and moving between bookmarks wraps but after removing the checkmark it stops as it used to. Thank you, I really appreciate it! |