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 211856

Summary: Patch for: Support mouse in Go to Bookmark dialog
Product: editor Reporter: Jiri Prox <jiriprox>
Component: NavigationAssignee: Miloslav Metelka <mmetelka>
Status: RESOLVED FIXED    
Severity: normal CC: markiewb
Priority: P3    
Version: 7.2   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: Patch which adds doubleclick support in bookmarks table

Description Jiri Prox 2012-04-27 14:01:56 UTC
Support for mouse would be nice in Go to Bookmark dialog (twice CTRL-G). Now user can only select bookmark by typing the corresponding letter
Comment 1 Jiri Prox 2012-10-08 11:12:27 UTC
*** Bug 219670 has been marked as a duplicate of this bug. ***
Comment 2 markiewb 2012-10-08 18:52:39 UTC
Created attachment 125606 [details]
Patch which adds doubleclick support in bookmarks table

Here is a patch to fix this issue.

I added a mouselistener, which calls BookmarkNode.openInEditor() on doubleclick.
Comment 3 markiewb 2012-10-26 14:44:27 UTC
I would say this i rather a defect than an enhancement. And i also provided a simple patch for solving it.

@NetBeans-Dev: Please review the patch, discuss with me and commit!
Comment 4 Miloslav Metelka 2012-10-28 22:58:52 UTC
markiewb thanks for the patch. It adds mouse support into table view of Bookmarks window. I've extended your patch by a click support in BookmarkKeyChooser too.
http://hg.netbeans.org/jet-main/rev/121b638e3c8d
Comment 5 Quality Engineering 2012-10-30 02:33:44 UTC
Integrated into 'main-golden', will be available in build *201210300001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/121b638e3c8d
User: Miloslav Metelka <mmetelka@netbeans.org>
Log: #211856 - Patch for: Support mouse in Go to Bookmark dialog.