> I'll log this on the cool new Qt tracking system but before I do I > wanted to know if it's possible... > > How cool would it be to add a new method declaration to a C++ header > file and have Qt Creator add the method definition to the .cpp file > automatically? Taking this a step further, you could edit an existing > method declaration and the definition would be changed automatically. > It would be a big time saver IMHO. >
By the way, this question was asked in a session on Qt Creator at Development Days in Munich. The answer, as I recall, was that this should be coming at some point, but they want to do it robustly and not just cover simple cases. It's harder than it might seem at first to do this in a way that reckons with all the syntax of C++. _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
