[konsole] [Bug 412479] "trim leading spaces" eats empty lines

2019-10-06 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=412479 Kurt Hindenburg changed: What|Removed |Added Version Fixed In||19.08.2 -- You are receiving this mail

[konsole] [Bug 412479] "trim leading spaces" eats empty lines

2019-10-05 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=412479 Kurt Hindenburg changed: What|Removed |Added Latest Commit|https://invent.kde.org/kde/ |https://commits.kde.org/kon

[konsole] [Bug 412479] "trim leading spaces" eats empty lines

2019-10-05 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=412479 Kurt Hindenburg changed: What|Removed |Added Latest Commit|https://commits.kde.org/kon |https://invent.kde.org/kde/

[konsole] [Bug 412479] "trim leading spaces" eats empty lines

2019-10-05 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=412479 Mariusz Glebocki changed: What|Removed |Added Latest Commit|https://invent.kde.org/kde/ |https://commits.kde.org/kon

[konsole] [Bug 412479] "trim leading spaces" eats empty lines

2019-10-05 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=412479 Mariusz Glebocki changed: What|Removed |Added Resolution|--- |FIXED Latest Commit|

[konsole] [Bug 412479] "trim leading spaces" eats empty lines

2019-10-05 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=412479 --- Comment #4 from Kurt Hindenburg --- thanks - there should be tests for these so they don't get overlooked - not even sure that's possible ATM -- You are receiving this mail because: You are watching all bug changes.

[konsole] [Bug 412479] "trim leading spaces" eats empty lines

2019-10-05 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=412479 --- Comment #3 from Mariusz Glebocki --- QChar::isSpace includes new lines at least since Qt4. Fix: https://invent.kde.org/kde/konsole/merge_requests/37 -- You are receiving this mail because: You are watching all bug changes.

[konsole] [Bug 412479] "trim leading spaces" eats empty lines

2019-10-05 Thread Kurt Hindenburg
https://bugs.kde.org/show_bug.cgi?id=412479 --- Comment #2 from Kurt Hindenburg --- I wonder if something in Qt changed since this went in. This appears to work - we don't want newlines \xa to be counted as spaces. -if (!QChar(characterBuffer[spacesCount].character).isSpace()) { +

[konsole] [Bug 412479] "trim leading spaces" eats empty lines

2019-09-30 Thread Mariusz Glebocki
https://bugs.kde.org/show_bug.cgi?id=412479 Mariusz Glebocki changed: What|Removed |Added CC||m...@arccos-1.net Ever confirmed|0