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 - Keyboard shortcut missing in tooltip for "Toggle Bookmark" icon in editor's toolbar
Summary: Keyboard shortcut missing in tooltip for "Toggle Bookmark" icon in editor's t...
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Actions/Menu/Toolbar (show other bugs)
Version: 8.2
Hardware: PC Windows 10 x64
: P3 normal with 1 vote (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-23 21:06 UTC by ThomasLandauer
Modified: 2016-09-24 10:46 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Unfinished patch (15.36 KB, patch)
2016-09-24 10:46 UTC, markiewb
Details | Diff

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