Reputation: 13887
Which tool would you recommend for macro recording and replaying ? Is there a language as well ? I frequently switch between Eclipse and Emacs(actually Xemacs) for editing tasks.
It would be nice if I didn't have to do as frequently. That would happen if a macro language/recorder were available in eclipse. It's available in Netbeans, so how come that is not a priority for eclipse ?
Upvotes: 2
Views: 4327
Reputation: 1327784
There is no current macro language on Eclipse:
So your best bet is right now:
, which are completely separated from Eclipse, but can at least record and send key events to any application.
Upvotes: 5