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 202207

Summary: Rectangle Selection Don't Work With To Upper Case
Product: editor Reporter: waynezhang <waynezhang>
Component: Actions/Menu/ToolbarAssignee: Miloslav Metelka <mmetelka>
Status: RESOLVED FIXED    
Severity: normal CC: mariusz_m, mwvdlee, nb_johan1, sdedic, twerner
Priority: P3    
Version: 7.1   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description waynezhang 2011-09-16 07:13:26 UTC
1. Select text by rectangle selection (SHIFT + ALT + R, select rectangle area by mouse);
2. Try to change selected text to upper case (CTRL + U, U)

Expected result: Text in the rectangle area changed to upper case
Actual Result: Whole lines that the rectangle area covers changed to upper case.
Comment 1 Svata Dedic 2011-09-29 08:30:16 UTC
Not actually a keybinding bug; but it seems that text processing actions must be adapted to rectangular selection. The standard selection interface interprets the rectangle as span from top-left to bottom-right selection corner.

Maybe some intermediary layer that unifies at least read access to plain/rect selection would help ?
Comment 2 Milutin Kristofic 2012-11-08 18:25:00 UTC
*** Bug 209167 has been marked as a duplicate of this bug. ***
Comment 3 Jiri Prox 2012-11-13 15:46:52 UTC
*** Bug 222058 has been marked as a duplicate of this bug. ***
Comment 4 Milutin Kristofic 2013-05-30 12:32:05 UTC
http://hg.netbeans.org/jet-main/rev/abcfea9e89b7
Comment 5 Quality Engineering 2013-05-31 01:22:11 UTC
Integrated into 'main-golden', will be available in build *201305302301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/abcfea9e89b7
User: Milutin Kristofic <mkristofic@netbeans.org>
Log: #202207 - Rectangle Selection Don't Work With To Upper Case
Comment 6 Jiri Prox 2013-07-08 09:30:01 UTC
*** Bug 232250 has been marked as a duplicate of this bug. ***