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 182537 - I18N : some action names are not extracted into Bundle.properties
Summary: I18N : some action names are not extracted into Bundle.properties
Status: RESOLVED INVALID
Alias: None
Product: javame
Classification: Unclassified
Component: Visual Designer (show other bugs)
Version: 6.x
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Adam Sotona
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-23 03:42 UTC by Masaki Katakai
Modified: 2010-09-15 12:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (91.94 KB, image/png)
2010-03-23 03:42 UTC, Masaki Katakai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki Katakai 2010-03-23 03:42:54 UTC
Created attachment 95574 [details]
screenshot

I'm using build 201003220200.

On Keymap option dialog, there are some entries which are not useful for users.
Also it seems that these are not extracted into Bundle.properties.

mobility.editor/src/org/netbeans/modules/mobility/editor/actions/CreateIfElseBlockAction.java:
  public static final String NAME = "create-if-else-block-action"; //NOI18N

mobility.editor/src/org/netbeans/modules/mobility/editor/actions/CreateDebugBlockAction.java:
  public static final String NAME = "create-debug-block-action"; //NOI18N

mobility.editor/src/org/netbeans/modules/mobility/editor/actions/AddProjectConfigurationAction.java:
  public static final String NAME = "add-project-configuration-action"; //NOI18N

mobility.editor/src/org/netbeans/modules/mobility/editor/actions/AddElifBlockAction.java:
  public static final String NAME = "add-elif-block-action"; //NOI18N
Comment 1 Adam Sotona 2010-09-15 12:28:14 UTC
Identification name of the action cannot be taken from Bundle.properties