Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 5.0.2
-
None
-
-
6077bde638c481df9135e045370e571178df15ef (qt-creator/qt-creator/6.0)
Description
TODO plugin not show any keywords in file after using macro with "Simple Quotation Mark ' as a digit separator".
For example:
#define SOME( x ) x;
int n = SOME(1'2)
//TODO some text (not shown by plugin)