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 262193 - Multicaret: Shift-Ctrl-Mouse-Click should not invoke "JumpTo" actions
Summary: Multicaret: Shift-Ctrl-Mouse-Click should not invoke "JumpTo" actions
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Actions/Menu/Toolbar (show other bugs)
Version: 8.2
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-23 19:35 UTC by markiewb
Modified: 2016-05-31 09:28 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 markiewb 2016-05-23 19:35:00 UTC
public class NewMain {

    public static void main(String[] args) {
        |System.out.println("args = " + args); //Shift-Ctrl-Mouse-Click at |
    }
    
}

ACTUAL: click adds a caret and invokes jump action (source code for java.lang.System is opened)

EXPECTED: 
click adds a caret and doesn't invoke jump action (or update the keymap)

P2 because it a strange unexpected behaviour.

Product Version: NetBeans IDE Dev (Build 201605230002)
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-05-31 09:28:24 UTC
changeset:   200899b0c999
user:        Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
date:        Tue May 31 11:27:56 2016 +0200
summary:     #262193 - Multicaret: Shift-Ctrl-Mouse-Click should not invoke JumpTo actions