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 - Rectangle Selection Don't Work With To Upper Case
Summary: Rectangle Selection Don't Work With To Upper Case
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Actions/Menu/Toolbar (show other bugs)
Version: 7.1
Hardware: PC Windows XP
: P3 normal with 1 vote (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
: 209167 222058 232250 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-09-16 07:13 UTC by waynezhang
Modified: 2013-07-08 09:30 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. ***