Bug 338336 - CR (\r) in program output will delete the output
Summary: CR (\r) in program output will delete the output
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Output Views (other bugs)
Version First Reported In: 4.6.0
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-08-17 16:10 UTC by Rolf Eike Beer
Modified: 2017-07-13 09:46 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In: 5.2.0
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rolf Eike Beer 2014-08-17 16:10:39 UTC
Carriage return should be suppressed from program output, or replaced by a highlighted string like "<i>\r</i>" or something. Otherwise debugging applications that do CRLF line endings can be quite hard. I often see this when debugging output of my SMTP daemon which must use this line endings for network messages.

Reproducible: Always
Comment 1 Kevin Funk 2016-09-08 20:08:21 UTC
Still a problem, Eike?
Comment 2 Kevin Funk 2017-07-13 09:46:32 UTC
Works in master (-> 5.2.0 at least) according to Rolf. It probably got fixed way earlier, though.