Summary: | Add markers for scroll positions for easy finding | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Bernhard Friedreich <friesoft> |
Component: | history | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | friesoft, gregap |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Kubuntu | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/utilities/konsole/-/commit/d0754cc3e46f35feb3a3891caa7a15be5c01fbca | Version Fixed In: | |
Sentry Crash Report: |
Description
Bernhard Friedreich
2014-09-08 10:37:45 UTC
It would be great if Konsole had this option, as for the tail -f example I was very pleased with multitail - http://www.vanheusden.com/multitail/ Even the project's demo screenshots were made in Konsole ;) I agree this would be nice - other KDE apps have it A possibly relevant merge request was started @ https://invent.kde.org/utilities/konsole/-/merge_requests/1009 Git commit d0754cc3e46f35feb3a3891caa7a15be5c01fbca by Kurt Hindenburg, on behalf of Theodore Wang. Committed on 17/07/2024 at 15:43. Pushed by hindenburg into branch 'master'. Add functionality for markers on scrollbar Users can add markers to the scrollbar by double clicking on the scrollbar. A user can remove a marker by double clicking on it again. The position of the marker is stored internally as a percentage offset of the scrollbar's length and is not attached to any line of output. This means that on resize, a scrollbar marker originally created at x percentile of the scrollbar's length from the top will still remain at x percentile of the scrollbar's length from the top. In the "Scrolling" tab in the settings, there are options for the user to change the color of the markers and the size of the markers. The size of the marker can be specified as a floating point number, representing the percentage of the entire scrollbar's length it occupies. GUI: M +2 -0 src/profile/Profile.cpp M +6 -0 src/profile/Profile.h M +3 -0 src/terminalDisplay/TerminalDisplay.cpp M +146 -0 src/terminalDisplay/TerminalScrollBar.cpp M +50 -0 src/terminalDisplay/TerminalScrollBar.h M +18 -0 src/widgets/EditProfileDialog.cpp M +3 -0 src/widgets/EditProfileDialog.h M +34 -0 src/widgets/EditProfileScrollingPage.ui https://invent.kde.org/utilities/konsole/-/commit/d0754cc3e46f35feb3a3891caa7a15be5c01fbca |