https://bugs.kde.org/show_bug.cgi?id=410951
--- Comment #9 from Eike Hein <h...@kde.org> --- I've had a similar problem the other day. I was copying some text from KDE's Etherpad (notes.kde.org), specifically bullet point lists, to Kate and adding `",` at the end and using block insert mode to add `"` and some indentation in the front. Then I copied it into KDevelop. I was turning Etherpad bullets into a QML string list, basically. Somewhere in this chain of events, some of the lines ended up with whitespace/newlines in front of the closing `"` that would get written out to disk, but not shown in the UI. I had to reload with F5 to see it and be able to remove it. -- You are receiving this mail because: You are watching all bug changes.