[Qt-creator] Parser bug + suggestion
Frank Neuhaus
dtag00 at gmail.com
Fri Jan 9 18:22:28 CET 2009
Hi,
first I'd like to report a bug in the C++ parser (that is responsible for
underlining erroneous code):
Consider this code:
#define LogInfo(msg, ...) printf(msg, ## __VA_ARGS__)
...
LogInfo("test\n");
Compiles fine but the macro call is always underlined red with the message:
"Expected token ')' got '##'"
-------
Second, a question/suggestion (not sure if this has been suggested before -
kind of hard to keep track of everything in this mailing list):
It would be nice to have an abbreviated Compile Output view that filters out
the important parts of messages (see KDevelop for example). In addition,
warnings are currently colored red - just like errors. This is somewhat
confusing. Generally it would be nice if this window was more customizable
(for example I would personally prefer a fixed-width font for that window).
That's it for now, thanks in advance ;)
Frank
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-creator-old/attachments/20090109/cca448b5/attachment.html
More information about the Qt-creator-old
mailing list