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 268177

Summary: Keyboard shortcut missing in tooltip for "Toggle Bookmark" icon in editor's toolbar
Product: editor Reporter: ThomasLandauer
Component: Actions/Menu/ToolbarAssignee: Miloslav Metelka <mmetelka>
Status: NEW ---    
Severity: normal CC: markiewb
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Windows 10 x64   
Issue Type: DEFECT Exception Reporter:
Attachments: Unfinished patch

Description ThomasLandauer 2016-09-23 21:06:01 UTC
This is a (partly) follow-up of https://netbeans.org/bugzilla/show_bug.cgi?id=117142
Comment 1 markiewb 2016-09-24 10:46:31 UTC
Created attachment 162197 [details]
Unfinished patch

If someone whats to step in, here is an unfinished patch.

Working:
* Refactored to use annotation where possible
* action available for toolbar, in keymap, in Menu|Navigate, in editor toolbar
* shortcuts shown in editor toolbar (main request of this issue)

Fixmes:
* action in Menu|Navigate shows no name
* action in Menu|Navigate has icon -> remove it
* action in Menu|Navigate shows no keyboard shortcut anymore
* reintroduce isEnabled logic, if necessary