Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-17403

The "Application Output" screen adds too many newlines

    XMLWordPrintable

Details

    Description

      When an application writes to text to stdout without a newline, but calls fflush() instead, creator will pick up the separate strings. The problem is that it then adds newlines after every fflushed string. So instead of:

      Testing: 0.. 10..
      

      I get:

      Testing: 0 
      .
      .
       
      10
      .
      .
      

      Attachments

        Issue Links

          For Gerrit Dashboard: QTCREATORBUG-17403
          # Subject Branch Project Status CR V

          Activity

            People

              hunger Tobias Hunger
              erikv Erik Verbruggen
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes