Netbeans - copy highlighted regex search results -
i made simple regex search in netbeans 7.3 on windows (using ctrl+f):
\{\{.*?\}\}
the results highlighted correctly , question - how extract highlighted text search results? let copying clipboard, saving file or whatever else.
is there method doing this?
maybe has suggestion of alternative quick approach such task in netbeans? (or other editor)
what os running? if os x or linux, read on!
i'm not sure automatically copying highlighted results clipboard, workaround quite bit well.
the easiest way accomplish me without leaving netbeans open built in terminal window through window>output>terminal (in 7.2.1) - navigate project, , run regex built in find feature tool of choice. in fact, use built in terminal type of quick stuff in netbeans quite bit. if running linux, using clipboard tools xsel (http://linux.die.net/man/1/xsel) in combination built in terminal emulator can allow devising nice workflow shortcuts within ides if more comfortable working/coding @ terminal. note built in terminal emulators 1 in netbeans not going play nicely cut/copy/paste using mouse, various reasons won't in here.
as far built in/extension based solution this, helpful! not aware of one.
hope workaround helps in meantime.
Comments
Post a Comment