Is Qt Creators code intelligence good enough to implement this: http://www.kdevelop.org/mediawiki/index.php/KDevelop_4/4.0_Release_Announcement
QQQ Coding Assistants: The extensive knowledge of the code is used to provide several semi-automatic coding assistants to the user. Assign something to a non-existing variable, and KDevelop will offer you automatically to create the variable with the type matching what you assigned to it. Call a non-existent function, and KDevelop will offer you to create it with the matching signature. Change the signature of a function-definition, and KDevelop will offer you to adapt the declaration accordingly. QQQ Even if this didn't work 100% of the time, it would be a big help. -- Ville M. Vainio http://tinyurl.com/vainio _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
