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 258334 - [regression] Rectangular insertion doesn't work anymore
Summary: [regression] Rectangular insertion doesn't work anymore
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 8.2
Hardware: All All
: P1 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-03-12 09:59 UTC by Vladimir Voskresensky
Modified: 2016-03-16 00:17 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 Vladimir Voskresensky 2016-03-12 09:59:45 UTC
open any file with
put cursor at the start of non empty line
press Ctrl+Shift+R to activate rectangular selection
holding Shift press DOWN arrow several times
- previously rectangular block was extending to the next lines, now only selection is added
so after typing '/' twice to add line comment for all lines I have removed text
Comment 1 Vladimir Voskresensky 2016-03-12 14:51:09 UTC
Looks like rectangular tool even with mouse can not be expanded to include multiple lines, only one line is selected. Also, when turn it off => frame remains
Comment 2 Miloslav Metelka 2016-03-14 15:09:37 UTC
Hopefully fixed the RS regressions - the selection should now follow the caret and it should disappear when turned off by Ctrl+Shift+R.
http://hg.netbeans.org/jet-main/rev/3a81a8577777
Comment 3 Quality Engineering 2016-03-15 04:56:54 UTC
Integrated into 'main-silver', will be available in build *201603150001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/3a81a8577777
User: Miloslav Metelka <mmetelka@netbeans.org>
Log: #258334 - [regression] Rectangular insertion doesn't work anymore.
Comment 4 Vladimir Voskresensky 2016-03-16 00:17:43 UTC
Thanks!