Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
Qt Creator 3.6.0-rc1
-
None
-
c209aaf22e2c8a6e438037fe509b6d039b18d712
Description
After this commit
commit 7ce9ef9db4ae499f4c7ac67e3640785634d5e369
Author: Marco Bubke <marco.bubke@theqtcompany.com>
Date: Wed Nov 18 17:07:44 2015 +0100
QtCreator started to wrongly highlight types and maxros. Example is below
using TGoodInt = int; typedef int TInt; #define THIS_IS_MACROS ; int main(int argc, char *argv[]) { TGoodInt a; TInt b; THIS_IS_MACROS; }
Compare colour of TInt and TGoodInt. Their colours should be the same.
Colour of macros should be bold black (as colour of #define)