Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a vertical highlighting feature in NetBeans?

Tags:

netbeans

In MS Visual Studio, you can hold down the Alt key and make text selections vertically. Is this feature available in NetBeans on Mac OS X?

like image 934
makstaks Avatar asked Apr 08 '10 17:04

makstaks


People also ask

How do I select a line in NetBeans?

Most GUIs, including Netbeans, allow you to select a word by double-clicking on it and an entire line by triple-clicking on it. selection-end-line (Shift+End) selection-down (SHift+Down) for as many lines as you want.

How do I move multiple lines in NetBeans?

Just press Shift + Ctrl and hold it down, now left click your mouse anywhere as many times as you need to. NetBeans Development version allows you to edit multiple lines like in Sublime Text.


3 Answers

This is supported natively in NetBeans as of 7.1 http://netbeans.org/bugzilla/show_bug.cgi?id=13857

Use Command-Shift-R

like image 117
Jeremy Avatar answered Oct 20 '22 00:10

Jeremy


In Netbeans 7.2, this feature is available. If you are using Windows, you can toggle the rectangular selection by pressing the

Ctrl + Shift + R 

Also there is an icon (dotted rectangle with an arrow pointer) in the Editor Toolbar.

like image 32
Hirosh Wickramasuriya Avatar answered Oct 19 '22 23:10

Hirosh Wickramasuriya


Natively NetBeans does not support rectangular/vertical selection, but there is a plugin available that does exactly that. Also - take a look at this discussion in the NetBeans issue tracker.

like image 29
Bozhidar Batsov Avatar answered Oct 20 '22 01:10

Bozhidar Batsov