Hi, everybody,
accidentaly I found a small bug in the code completion toolbar: when a function has a exception specification this function does not appear in the drop down list of the toolbar:
void DoSomething() throw();
a function like the one above does not become listed at all.
Regards
frithjofh
Ok, this should be a bug in parserthread, the keyword "throw" is not correctly recognized. I will try to fix it :D.