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

Different highlighting for variable declaration and read/write access

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Won't Do
    • Icon: Not Evaluated Not Evaluated
    • None
    • Qt Creator 4.1.0-beta1
    • None

      This started as an idea out of QTCREATORBUG-15564.

      It would be quite nice to see variable assignments and reads with user-customized style (color, bold, italic, ...) in the program flow, e.g. like this:

      QString foo; // declaration
      foo = "Hello World"; // write access
      QString bar = foo; // write access to bar, read access to foo

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

            kandeler Christian Kandeler
            aha_1980 André Hartmann
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes