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 119163

Summary: I18N - 2 lines in keymap options not from bundle file
Product: editor Reporter: Ken Frank <kfrank>
Component: OptionsAssignee: issues@editor <issues>
Status: VERIFIED FIXED    
Severity: blocker CC: tboudreau
Priority: P3 Keywords: I18N
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Ken Frank 2007-10-17 02:06:54 UTC
in keymap options pane, under Other cagegory, are 2 lines that show
as not translatable words like other parts of keymap, but as
complete-line
complete-line-newline

I don't think they are in bundle file, but if are in bundle then they should be there
as translatable words.
Comment 1 Vitezslav Stejskal 2007-10-17 13:59:02 UTC
Tim please review the fix. Generally editor actions have to have a display name even though most of the time they are
not visible anywhere in the UI. We use SHORT_DESCRIPTION to add one, since NAME is the action's unique id.

Checking in InsertSemicolonAction.java;
/cvs/java/editor/src/org/netbeans/modules/java/editor/codegen/InsertSemicolonAction.java,v  <--  InsertSemicolonAction.java
new revision: 1.3; previous revision: 1.2
done
Checking in Bundle.properties;
/cvs/java/editor/src/org/netbeans/modules/java/editor/codegen/Bundle.properties,v  <--  Bundle.properties
new revision: 1.13; previous revision: 1.12
done
Comment 2 Ken Frank 2007-10-20 17:29:14 UTC
verified.