What useful macros have you created in Netbeans?
Posted
by Richard Poirier
on Stack Overflow
See other posts from Stack Overflow
or by Richard Poirier
Published on 2009-02-20T00:06:16Z
Indexed on
2010/05/03
20:58 UTC
Read the original article
Hit count: 311
I use Netbeans (nightly build) for Ruby on Rails development and I'm looking to beef up my macros. I've created a few myself:
copy identifier:
select-identifier copy-to-clipboard
paste clipboard over identifier:
select-identifier paste-from-clipboard
double quote element
select-element-next "\""
single quote element:
select-element-next "'"
But I'm looking for other useful ones and Google is giving me nothing. The record macro feature usually doesn't work too well so I'd rather just "write" the macros myself but I can't even find a reference that lists what commands (like "select-identifier") are actually available.
Any Netbeans macro gurus out there?
© Stack Overflow or respective owner