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

Different highlighting for variable declaration and read/write access

    XMLWordPrintable

Details

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

    Description

      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

      Attachments

        Issue Links

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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes