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

The "Application Output" screen adds too many newlines

XMLWordPrintable

      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
      .
      .
      

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes