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 258746 - Multicaret: Several caret-related editor actions (like 'deleting line', 'to upper-/lower-case', 'insert new line'...) do not work
Summary: Multicaret: Several caret-related editor actions (like 'deleting line', 'to u...
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Actions/Menu/Toolbar (show other bugs)
Version: 8.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-09 12:35 UTC by markiewb
Modified: 2016-04-15 01:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Shows the issue (66.37 KB, image/gif)
2016-04-09 12:49 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2016-04-09 12:35:02 UTC
Reproduction:
* Place several carets
* Press the shortcuts for 
** deleting line
** to uppercase/to lowercase
** Select Identifier
** Switch Capitalization of Identifier
** Switch Case
** Transpose Letters

ACTUAL: the editor action works only for the last caret
EXPECTED: the editor action works for all carets


Product Version: NetBeans IDE Dev (Build 201603200001)
Updates: Updates available
Java: 1.8.0_71; Java HotSpot(TM) 64-Bit Server VM 25.71-b15
Runtime: Java(TM) SE Runtime Environment 1.8.0_71-b15
Comment 1 markiewb 2016-04-09 12:49:19 UTC
Created attachment 159183 [details]
Shows the issue

Another editor action which isn't working

* comment/uncomment
Comment 2 Quality Engineering 2016-04-12 01:47:21 UTC
Integrated into 'main-silver', will be available in build *201604120001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/450ffdd87e60
User: Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Log: #258746 - delete line action updated for multiple carets
Comment 3 Quality Engineering 2016-04-14 02:40:59 UTC
Integrated into 'main-silver', will be available in build *201604140001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/f32343172c06
User: Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Log: #258746 - ChangeCase actions updated for multiple carets
Comment 4 Ralph Ruijs 2016-04-14 08:54:27 UTC
changeset:   becc4676f5ac
user:        Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
date:        Thu Apr 14 10:50:29 2016 +0200
summary:     #258746 - Comment Actions updated for multiple carets

changeset:   f891e431ca1f
user:        Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
date:        Wed Apr 13 19:46:27 2016 +0200
summary:     #258746 - IdentifierActions updated for multiple carets

changeset:   8651fe3fc7ea
user:        Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
date:        Wed Apr 13 09:36:19 2016 +0200
summary:     #258746 - TransposeAction updated for multiple carets

changeset:   f32343172c06
user:        Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
date:        Tue Apr 12 14:53:37 2016 +0200
summary:     #258746 - ChangeCase actions updated for multiple carets

changeset:   45449e2c398f
user:        Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
date:        Mon Apr 11 13:10:42 2016 +0200
summary:     #258746 - StartNewLine action updated for multiple carets

changeset:   450ffdd87e60
user:        Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
date:        Mon Apr 11 13:01:26 2016 +0200
summary:     #258746 - delete line action updated for multiple carets
Comment 5 Quality Engineering 2016-04-15 01:47:06 UTC
Integrated into 'main-silver', will be available in build *201604150001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/f891e431ca1f
User: Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Log: #258746 - IdentifierActions updated for multiple carets