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 172343 - Action names are not displayed on keymap panel
Summary: Action names are not displayed on keymap panel
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Key bindings (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Miloslav Metelka
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2009-09-16 00:52 UTC by Masaki Katakai
Modified: 2009-10-06 15:26 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (144.19 KB, image/png)
2009-09-16 00:54 UTC, Masaki Katakai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki Katakai 2009-09-16 00:52:27 UTC
Product Version: NetBeans IDE Dev (Build 200909140908)
Java: 1.5.0_19; Java HotSpot(TM) Client VM 1.5.0_19-137
System: Mac OS X version 10.5.8 running on i386; UTF8;

On Keymap panel of option dialog, there are some entries which are
displaying just identifier not usual action name.

abbrev-debug-line
ruby-reflow-paragraph
run-macro
toggle-case-identifier-begin

I filed other issues as bug 172246 and bug 172249 for org.netbeans.... entries.
Comment 1 Masaki Katakai 2009-09-16 00:54:02 UTC
Created attachment 87726 [details]
screenshot
Comment 2 Miloslav Metelka 2009-09-23 16:29:45 UTC
Fixed editor part:
http://hg.netbeans.org/jet-main/rev/11daf8e1f409

Passing to ruby.
Comment 3 Quality Engineering 2009-09-26 21:08:23 UTC
Integrated into 'main-golden', will be available in build *200909251401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/11daf8e1f409
User: Miloslav Metelka <mmetelka@netbeans.org>
Log: #172343 - Action names are not displayed on keymap panel - editor fix.
Comment 4 Erno Mononen 2009-10-01 12:15:52 UTC
I'm not quite sure how to fix this for the Ruby reflow action - the o.n.m.ruby.ReflowParagraphAction action extends 
BaseAction and already overrides BaseAction#getShortDescriptionBundleClass. I've checked that the corresponding 
Bundle.properties contains a key matching the name of the action. I must missing something, but don't know what - so 
reassigning back to editor for advice. Thanks.
Comment 5 Miloslav Metelka 2009-10-06 15:26:56 UTC
I can no longer reproduce appearance of "ruby-reflow-paragraph" in Options->Keymap in today's dev build. The "Reformat Paragraph" (translated name) 
appears in the list. It seems fixed.