I am looking for a quick way to select a line in netBeans.
For example for copy and paste. (in vim editor yy yank current line)
|
I am looking for a quick way to select a line in netBeans. For example for copy and paste. (in vim editor |
|||
|
|
|
Most GUIs, including Netbeans, allow you to select a word by double-clicking on it and an entire line by triple-clicking on it. OR selection-end-line (Shift+End) selection-down (SHift+Down) for as many lines as you want. |
|||||||
|