Bug 436896

Summary: Display count of items found in the search
Product: [Applications] konsole Reporter: Podagric <kde.podagric>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: REPORTED ---    
Severity: wishlist    
Priority: NOR    
Version: 21.04.0   
Target Milestone: ---   
Platform: Other   
OS: Other   
Latest Commit: Version Fixed In:
Attachments: attachment-24208-0.html

Description Podagric 2021-05-10 22:32:17 UTC
SUMMARY
When a search is done, the results are highlighted in the terminal, but there is no information on how many were found.

STEPS TO REPRODUCE
1. Search for something on konsole
2. Try to identify how many results were found (you will have to count manually 🕵️)
Comment 1 tcanabrava 2021-06-18 13:32:44 UTC
Created attachment 139487 [details]
attachment-24208-0.html

This is not possible. To speed up the process, we just search on the
dirplayed region, unless you ask to go to the next value (then we search
for the next value).

We don’t know the number of matches of the scrollback, and it can be
potentially slow to do so.

On Fri, 18 Jun 2021 at 14:02 Christophe Giboudeaux <bugzilla_noreply@kde.org>
wrote:

> https://bugs.kde.org/show_bug.cgi?id=436896
>
> Christophe Giboudeaux <christophe@krop.fr> changed:
>
>            What    |Removed                     |Added
>
> ----------------------------------------------------------------------------
>            Severity|normal                      |wishlist
>
> --
> You are receiving this mail because:
> You are the assignee for the bug.
Comment 2 Podagric 2021-06-18 17:32:45 UTC
maybe a checkbox to make this optional and disabled by default?