STEPS TO REPRODUCE 1. Open two files, one called "a.txt", the other called "b.txt" 2. Switch to "b.txt" and enter some random text 3. Hit CTRL+R to open the search & replace dialog 4. Enter a valid search string that is found in the text you entered in 2. 5. Enter some random replace string 6. Hit ALT+A (standard shortcut for replace all) OBSERVED RESULT Kate shows the contents of the file called "a.txt". EXPECTED RESULT All occurrences of the search string are being replaced. SOFTWARE/OS VERSIONS Linux/KDE Plasma: Manjaro (available in About System) KDE Plasma Version: 5.19.5 KDE Frameworks Version: 5.73.0 Qt Version: 5.15.0 (built against 5.15.0)
Confirmed on kate from git master. The filenames of documents are being given shortcuts when the Alt key is held down.
Recent regression from porting to QTabbar. The tab names should not have automatically generated alt-acceperator shortcuts.
Gernot, can you test that patch? https://invent.kde.org/utilities/kate/-/merge_requests/189 Somehow for me this is still strange, thought the shortcut of the tab is now dead. But perhaps I misuse it :P
(In reply to Christoph Cullmann from comment #3) > Gernot, can you test that patch? > > https://invent.kde.org/utilities/kate/-/merge_requests/189 > > Somehow for me this is still strange, thought the shortcut of the tab is now > dead. > But perhaps I misuse it :P The branch work/no_shortcut_clash_tabbar no longer features that annoying behavior. So yes, seems to be fixed by the changes made there.
Git commit 06b74c3b22dfb8fc9d11054cfe22ea57dc3c20af by Christoph Cullmann. Committed on 20/01/2021 at 12:04. Pushed by cullmann into branch 'master'. avoid auto-accelerators for the tab bar that lead to random changing auto-accelerators for important actions M +4 -0 kate/katetabbar.cpp https://invent.kde.org/utilities/kate/commit/06b74c3b22dfb8fc9d11054cfe22ea57dc3c20af