Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P1: Critical
-
Resolution: Done
-
Affects Version/s: Qt Creator 4.13.1
-
Fix Version/s: Qt Creator 4.13.2, Qt Creator 4.14.0-beta1
-
Component/s: Project & Build Management
-
Labels:None
-
Commits:5cb74af1665fbb9a5c45dd907e824be6b8318f2d (qt-creator/qt-creator/4.13)
Description
When outputting lines to stdout or stderr, newlines after the first for any given line are ignored for the Application Output window.
For example, adding the line printf("test\n\n\nasdf\n"); gives the following output:
test
asdf
This can make application output difficult to go through when extra newlines are used as separators for sections.