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 222058 - toUpperCase/toLowerCase functionality (Ctrl-u+u/l) does not respect rectangular selection
Summary: toUpperCase/toLowerCase functionality (Ctrl-u+u/l) does not respect rectangul...
Status: RESOLVED DUPLICATE of bug 202207
Alias: None
Product: editor
Classification: Unclassified
Component: Formatting & Indentation (show other bugs)
Version: 7.2
Hardware: PC Linux
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-13 15:37 UTC by nb_johan1
Modified: 2012-11-13 15:46 UTC (History)
0 users

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 nb_johan1 2012-11-13 15:37:15 UTC
I use rectangular selection, and select a set of variable names in a java class.

e.g. (I select only var names)
String var1;
String var2;
String var3;
String var4;
String var5;


I press Ctrl-u+u to make them upper case.

Problem: The whole line is converted to upper case:

RESULT:
String VAR1;
STRING VAR2;
STRING VAR3;
STRING VAR4;
STRING VAR5;
Comment 1 Jiri Prox 2012-11-13 15:46:52 UTC

*** This bug has been marked as a duplicate of bug 202207 ***