[Qt-creator] Conext-help (autocomplete) ignorant of wide-character functions; Editor does not know 'L' qualifier
Sushant Sharma
sushant.sharma at ymail.com
Thu Jan 29 16:25:38 CET 2009
Dear Friends,
First of all; Congrulations and Thanks to the Qt-Creator creators! The editor is powerful and context-help (autocomplete) is great! I love it.
However, I write to report about a problem with context-help. The following code:
....
#include <iostream>
#include <cwchar>
....
int main(............)
{
...
bool flag = std::iswdigit(L'9');
....
...
}
compiles correctly. But,
1. in the editor, when I type std::, the context help does not list the wide character versions of isdigit, isalnum etc. functions. Also,
2. when I place an "L" before a string or character to specify that it is supposed to be unicode string or char, the editor underlines my statement signalling syntax error.
Am I right with the above two? Anyone noticed that!
Regards,
Sushant
________________________________
Sushant Sharma
sushantsharma at ymail.com
s.sushant.sharma at gmail.com
Mb: +91 9972028554
________________________________
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-creator-old/attachments/20090129/bd43e9ff/attachment.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: image/gif
Size: 21362 bytes
Desc: not available
Url : http://lists.qt-project.org/pipermail/qt-creator-old/attachments/20090129/bd43e9ff/attachment.gif
More information about the Qt-creator-old
mailing list