[Qt-creator] Problem with code completion (and why not make Qt Creator a normal C++ IDE?)

Mateusz 'Matthew' Marek matthew at matthew.org.pl
Mon Jul 26 20:54:24 CEST 2010


Hi,

last time I worked with Boost and I have a little problem. Because I
am not a Boost Master, so is very helpful to me having code
completion. But Qt Creator had a little problem with that. Everything
is OK (or almost OK, looks like Qt Creator doesn't see templates)
until is typedef in the code. In boost::asio is basic_deadline_timer<>
with 3 kind of constructors with different arguments. But also is
typedef basic_deadline_time<boost::posix_time::ptime> deadline_timer.
And now, when I put in my code boost::asio::deadline_time t, Qt
Creator don't tell me that there is 3 different constructors and which
arguments they have, but don't have this problem when I write
boost::asio::basic_deadline_timer<boost::posix_time::ptime> t.

My 1st question: it is impossible to make that Qt Creator could tell
me about this 3 different constructors when I write deadline_timer?
Second: Is there is any plans to make Qt Creator more universal as C++
IDE? Or it will be only Qt IDE forever?

-- 
Mateusz "Matthew" Marek



More information about the Qt-creator-old mailing list