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 111162 - [a11y] Missing mnemonics in Refactor menu
Summary: [a11y] Missing mnemonics in Refactor menu
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2007-07-26 18:44 UTC by Petr Chytil
Modified: 2007-08-02 14:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Chytil 2007-07-26 18:44:48 UTC
Product Version: NetBeans IDE Dev (Build 200707260000) 
Java: 1.6.0_02; Java HotSpot(TM) Client VM 1.6.0_02-b05 
System: Linux version 2.6.20-16-generic running on i386; UTF-8; en_US (nb) 
Userdir: /home/petr/.netbeans/dev

There are missing mnemonics in Refactor menu:
(http://wiki.netbeans.org/wiki/view/MainMenu)

Copy...                             y
...
Move Inner to Outer Level...        L
Convert Anonymous to Inner...       A
---------------------------------  
Introduce Variable...               V
Introduce Constant...               C
Introduce Field...                  F
Introduce Method...                 h
Encapsulate Fields...               t
Comment 1 Jan Becicka 2007-08-02 14:10:28 UTC
Fixed in refactoring modules.
Checking in Bundle.properties;
/cvs/refactoring/api/src/org/netbeans/modules/refactoring/spi/impl/Bundle.properties,v  <--  Bundle.properties
new revision: 1.17; previous revision: 1.16
done


Comment 2 Jan Lahoda 2007-08-02 14:41:23 UTC
I have fixed the mnemonics in the java/hints. Also Encapsulate Fields was using mnemonics 'F' instead of 't' (which is
in the spec), so I fixed it too.

Checking in refactoring/java/src/org/netbeans/modules/refactoring/java/ui/Bundle.properties;
/cvs/refactoring/java/src/org/netbeans/modules/refactoring/java/ui/Bundle.properties,v  <--  Bundle.properties
new revision: 1.20; previous revision: 1.19
done
Checking in java/hints/src/org/netbeans/modules/java/hints/introduce/Bundle.properties;
/cvs/java/hints/src/org/netbeans/modules/java/hints/introduce/Bundle.properties,v  <--  Bundle.properties
new revision: 1.6; previous revision: 1.5
done
Checking in java/hints/src/org/netbeans/modules/java/hints/Bundle.properties;
/cvs/java/hints/src/org/netbeans/modules/java/hints/Bundle.properties,v  <--  Bundle.properties
new revision: 1.30; previous revision: 1.29
done