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
- relates to
-
QTCREATORBUG-12734 Find Usages: Use different colors for non-const (or rlvalue/lvalue references) of a variable
-
- Closed
-
-
QTCREATORBUG-24550 Add italic display for pointer function parameters
-
- Closed
-