On Tue, Apr 6, 2010 at 10:42 AM, Oswald Buddenhagen <[email protected]> wrote: >> It demotes some keywords (most of 7.1 [dcl.dcl]) and identifiers >> ending with '_t' as types. >> > hmmm ... > http://qt.gitorious.org/qt-creator/qt-creator/merge_requests/127 > http://qt.gitorious.org/qt-creator/qt-creator/merge_requests/123 Yes, my intent was also to catch stdint; having types end in '_t' is a very common convention. But i agree, it's just that, a convention. So that part of the patch is debatable, just like highlighting ^Q[_|t|A-Z].* is in the first place ;)
On the other hand char, int, float, double and, i'd argue, their qualifiers and so on, are undeniably types. So the question is how can you justify not to highlight them as such? Would that patch be more acceptable if i dropped the *_t bits? _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
