Bug 446720 - Should display line number and column when search bar shown
Summary: Should display line number and column when search bar shown
Status: RESOLVED FIXED
Alias: None
Product: frameworks-ktexteditor
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-09 09:34 UTC by Aaron Williams
Modified: 2022-02-20 19:39 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 5.92.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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