This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 139116 - Select text in columns is not possible
Summary: Select text in columns is not possible
Status: RESOLVED DUPLICATE of bug 13857
Alias: None
Product: editor
Classification: Unclassified
Component: Formatting & Indentation (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-07 10:25 UTC by jonathanvilalopez
Modified: 2008-07-08 10:05 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jonathanvilalopez 2008-07-07 10:25:17 UTC
It would be nice to be able to select text vertically......selecting only the columns 3 to 10 for the selected rows....
A lot of editors do that already......for instance Borland Delphi editor.....
Imagine you have the text :

myarrays[0].name = 'name';
myarrays[0].age = 25;
myarrays[0].surname = 'surname';
myarrays[0].color = 'black';
myarrays[0].gender = 'female';
myarrays[0].height = '160';

And you want to convert myarrays[0] to myarray.......Yes, I know that is possible to search/replace but it would be so
faster to select "s[0]" in the first row and then move down and select those columns in the other lines..... and then
press "Del" to delete those characters.....
Comment 1 Max Sauer 2008-07-08 10:05:18 UTC
Use a plugin -- It's called Rectangular Edit Tools and does its job very well.

*** This issue has been marked as a duplicate of 13857 ***