https://bugs.kde.org/show_bug.cgi?id=458554
--- Comment #1 from Markus Pister <i...@markus-pister.de> --- To help in identifying the issue cause in the code, I bisected kate with the following result: bccf9a58ab1bb6f435eb942b46a2931dd9aedd0d is the first bad commit commit bccf9a58ab1bb6f435eb942b46a2931dd9aedd0d Author: Mark Nauwelaerts <mark.nauwelae...@gmail.com> Date: Wed Feb 9 21:47:26 2022 +0100 lspclient: use multiple items for a diagnostic item with embedded newlines addons/lspclient/lspclientpluginview.cpp | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) Funnily, my proposed test code did not exhibit a quickfix action anymore, so I worked on the following test code (put into test.cpp): int sensor; int main() { senSor = 0; return 0; } -- You are receiving this mail because: You are watching all bug changes.