Bug 446720

Summary: Should display line number and column when search bar shown
Product: [Frameworks and Libraries] frameworks-ktexteditor Reporter: Aaron Williams <aaronw>
Component: generalAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED FIXED    
Severity: wishlist CC: cullmann
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In: 5.92.0

Description Aaron Williams 2021-12-09 09:34:56 UTC
SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols.
See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***


STEPS TO REPRODUCE
1. Open a long document, move to some line in the middle of it
2. Type ^F
4. Move back to edit window but leave search bar visible
OBSERVED RESULT
The UI that shows the search parameters hides the line number and column

EXPECTED RESULT
It would be nice if this were not hidden to know what line you are at during a search operation (or editing with the search bar present).

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: 
(available in About System)
KDE Plasma Version: 
KDE Frameworks Version: 
Qt Version: 

ADDITIONAL INFORMATION
Comment 1 Christoph Cullmann 2022-02-20 19:28:19 UTC
Fixed with

https://invent.kde.org/frameworks/ktexteditor/-/merge_requests/290
Comment 2 Christoph Cullmann 2022-02-20 19:39:38 UTC
Git commit 4a00ff7bfb123a763d218a449250c300d2504575 by Christoph Cullmann, on behalf of Waqar Ahmed.
Committed on 20/02/2022 at 19:25.
Pushed by cullmann into branch 'master'.

Add viewbar widgets vertically rather than stacked

This means you can have multiple widgets active at the same time
- Find
- Command line
...
Related: bug 446464

M  +2    -2    src/view/kateview.cpp
M  +53   -60   src/view/kateviewhelpers.cpp
M  +6    -28   src/view/kateviewhelpers.h
M  +1    -1    src/view/kateviewinternal.cpp

https://invent.kde.org/frameworks/ktexteditor/commit/4a00ff7bfb123a763d218a449250c300d2504575