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 109593 - Mnemonic handling issue
Summary: Mnemonic handling issue
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks: 86438
  Show dependency tree
 
Reported: 2007-07-13 09:00 UTC by Masaki Katakai
Modified: 2011-01-28 20:10 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki Katakai 2007-07-13 09:00:30 UTC
From bug 86438.

Please try to run the following in ruby project,

    find . -name "*.properties" | xargs egrep -i '.*=.$'

There are many UI messages and mnemonic keys
defined separately. nb team decided not to use the way
and to use with '&' to define the mnemonic.

Could you please change the codes to convert 2 key/val
(message and mnemonic) to one and use '&'?
Comment 1 Ken Frank 2007-07-15 17:38:28 UTC
changed to defect like oters  in umbella issue.

ken.frank@sun.com
Comment 2 Jaromir Uhrik 2010-10-19 15:02:40 UTC
Please take a look at this issue and fix it. It should take small amount of time.
Thanks.