You mean something like this http://chaos.troll.no/~rraggi/fixme.mov ? Qt Creator has pretty good support for AST matching and tree to tree transformations. It's just that we didn't had that much time to write refactoring-ops ;) but this is going to change soon.
ciao robe On May 4, 2010, at 8:32 PM, ext Ville M. Vainio wrote: > 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 _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
