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 57951 - Support rectangular block editing in the editor.
Summary: Support rectangular block editing in the editor.
Status: RESOLVED DUPLICATE of bug 13857
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-15 17:52 UTC by _ sandipchitale
Modified: 2008-06-18 11:54 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 _ sandipchitale 2005-04-15 17:52:59 UTC
For full description of how it should work see:

http://www.gnu.org/software/emacs/manual/emacs.html#Rectangles

One of the use case is in a java editor:

Adding or removing 'private' keyword for the fields:

int w;
int x;
int y;
int z;

to 

private int w;
private int x;
private int y;
private int z;

or back to original.
Comment 1 _ sandipchitale 2006-11-12 20:27:13 UTC
Implemented in Rectangular Edit Tools module: 

http://blogs.sun.com/scblog/entry/rectangular_edit_tools_module_uploaded
Comment 2 _ sandipchitale 2007-11-19 19:15:46 UTC
Latest version here:

http://plugins.netbeans.org/PluginPortal/faces/PluginDetailPage.jsp?pluginid=1174
Comment 3 Vitezslav Stejskal 2008-06-18 11:54:24 UTC

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