On Thursday 14 January 2010 13:20:36 Kuiper, Luuk wrote: > Hi, > > What I am missing still, is a 'macro recorder' with wich I can record a > sequence of actions, in the the way like: (ctrl+shift+r)<record > macro>(ctrl+shift+r) and than (ctrl+shift+p) to replay it again. > > Are there any actions on that area yet?
I've written a macor plugin for that: http://gitorious.org/creator-plugins It's far from perfect (particularly the search, refactoring on multiple files won't work), but at least it's good enough for me. Do make it better, I should add a certain number of features: * add an API to the search plugin, so I can use it for the macro * multiple macros available with different shortcuts * saving and loading macros * ... Documentation: http://gitorious.org/creator-plugins/pages/Home * Alt+(: start recording * Alt+): stop recording * Alt+R:run macro Cheers, Nicolas -- Nicolas Arnaud-Cormos | [email protected] | Software Ingeneer Klarälvdalens Datakonsult AB, a KDAB Group company Tel. Sweden (HQ) +46-563-540090, USA +1-866-777-KDAB(5322) KDAB - Qt Experts - Platform-independent software solutions _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
