Bug 338336

Summary: CR (\r) in program output will delete the output
Product: [Applications] kdevelop Reporter: Rolf Eike Beer <kde>
Component: Output ViewsAssignee: kdevelop-bugs-null
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: 4.6.0   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed/Implemented In: 5.2.0
Sentry Crash Report:

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.