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

Some text becomes invisible

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Not Evaluated Not Evaluated
    • Qt Creator 4.6.0-rc1
    • Qt Creator 4.6.0-beta1
    • Editors
    • None
    • Linux amd64 (Gentoo).
      Creator 4.6 beta1, installed using the official online installer.
      X.Org server 1.19.6
      KDE Plasma 5.12.0
      FreeType 2.9
      Fontconfig 2.12.6
      NVidia driver 390.25
      Kernel 4.14.18

      Creator 4.6 beta introduced a bug where text becomes invisible.

      Consider this example:

      #define MACRO1(x) std::cerr << x << " blah blah"
      
      void foo()
      {
          MACRO1("foo" << "bar");
      }
      

      The "<<" is invisible, but becomes visible if the syntax highlighter is thrown off (due to a parse error.)

      Video demonstrating the bug:

      https://youtu.be/gXRmVB1FwZQ

      The video is also attached to the bug as an MKV file.

       

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            davschul David Schulz
            realnc Nikos Chantziaras
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes