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 - Patch for: Support mouse in Go to Bookmark dialog
Summary: Patch for: Support mouse in Go to Bookmark dialog
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 7.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
: 219670 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-04-27 14:01 UTC by Jiri Prox
Modified: 2012-10-30 02:33 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Patch which adds doubleclick support in bookmarks table (1.36 KB, patch)
2012-10-08 18:52 UTC, markiewb
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.