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 230488 - Patch for: [Code completion] some options are missing mnemonics
Summary: Patch for: [Code completion] some options are missing mnemonics
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P4 normal (vote)
Assignee: Dusan Balek
URL:
Keywords: A11Y, PATCH_AVAILABLE
Depends on:
Blocks:
 
Reported: 2013-05-29 21:01 UTC by markiewb
Modified: 2013-07-01 22:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Options dialog with annotations (59.70 KB, image/png)
2013-05-29 21:02 UTC, markiewb
Details
Proposed patch (4.31 KB, patch)
2013-06-12 23:08 UTC, markiewb
Details | Diff
Patch in action (28.81 KB, image/png)
2013-06-12 23:09 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2013-05-29 21:01:59 UTC
[ BUILD # : 201305262300 ]
[ JDK VERSION : 1.7.0_21 ]

ACTUAL: in the options panel of the Java code completion there are some options
which are missing mnemonics - see annotated screenshot

EXPECTED: every option should have its mnemonic; mnemonics shouldn't clash
Comment 1 markiewb 2013-05-29 21:02:35 UTC
Created attachment 135102 [details]
Options dialog with annotations
Comment 2 markiewb 2013-06-12 23:08:45 UTC
Created attachment 135730 [details]
Proposed patch

I like to propose a patch which introduces missing mnemonics. The patch also lets the horizontal separators resize properly when the width changes. See the screenshot for the patch in action.

@NB-Dev: Please review and commit if appropriate. Thank you!
Comment 3 markiewb 2013-06-12 23:09:07 UTC
Created attachment 135731 [details]
Patch in action
Comment 4 Dusan Balek 2013-06-13 08:22:48 UTC
Patch integrated. Thanks for your contribution!

http://hg.netbeans.org/jet-main/rev/168f110250e1
Comment 5 Quality Engineering 2013-06-15 03:04:52 UTC
Integrated into 'main-golden', will be available in build *201306142301* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/168f110250e1
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #230488: Code completion - some options are missing mnemonics (contributed by markiewb@netbeans.org)
Comment 6 markiewb 2013-07-01 22:43:00 UTC
Verified in 201307011244