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 258750 - Multicaret: 'select next/previous matching word' action does not work for all carets
Summary: Multicaret: 'select next/previous matching word' action does not work for all...
Status: VERIFIED 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:57 UTC by markiewb
Modified: 2016-04-12 22:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Shows the issue (107.30 KB, image/gif)
2016-04-09 12:57 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:57:10 UTC
Created attachment 159184 [details]
Shows the issue

Reproduction:
* Place several carets 
* Press shortcut for 'select next matching word'/'select previous matching word' (ALT-/, ALT-SHIFT-/ in Eclipse layout)

ACTUAL: the completion is only done for the last caret - see attached screencast

EXPECTED: 
a) the completion is done for all carets OR
b) the completion is done for none of the carets (the action is disabled for multiple 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 Ralph Ruijs 2016-04-11 10:45:31 UTC
changeset:   e7f9af92a884
user:        Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
date:        Mon Apr 11 12:11:55 2016 +0200
summary:     #258750 disable WordMatch when there are multiple carets
Comment 2 Quality Engineering 2016-04-12 01:46:37 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/e7f9af92a884
User: Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Log: #258750 disable WordMatch when there are multiple carets
Comment 3 markiewb 2016-04-12 22:40:43 UTC
Verified Product Version: NetBeans IDE Dev (Build 201604120001)