SUMMARY *** If I have a search ongoing and the search bar is shown at the bottom then the current line number and column is hidden. It would be useful if the line number did not disappear *** STEPS TO REPRODUCE 1. Open a source file in the editor 2. Type ^F and enter a search term 3. Move back into the editor OBSERVED RESULT The search toolbar hides the line number and column EXPECTED RESULT The line number and column should be visible when the editor is active SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION
Moving to KTextEditor, but I think it was a conscious decision for it to be like this and it's unlikely to be changed in response to a bug report.
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 446720 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
Very nice!