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 46910 - I18N - some key bindings not coming from bundle files
Summary: I18N - some key bindings not coming from bundle files
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Key bindings (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2004-08-04 20:58 UTC by Ken Frank
Modified: 2007-11-05 13:40 UTC (History)
2 users (show)

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 Ken Frank 2004-08-04 20:58:11 UTC
see bugtraq rave issue 5081788 on this; fix is 
mentioned there and contact po-ting.wu@sun.com for
more details
Comment 1 _ potingwu 2004-08-04 21:20:37 UTC
3 key-value are added (dump-view-hierarchy, dump-view-hierarchy, and
paste-formated):

> RCS file: editor/libsrc/org/netbeans/editor/Bundle.properties,v
> retrieving revision 1.7
> diff -u -r1.7 Bundle.properties
> --- Bundle.properties	2004/04/23 21:56:32	1.7
> +++ Bundle.properties	2004/08/04 17:18:09
> @@ -30,6 +30,7 @@
>  brace-code-select=Select Code Between Braces
>  bracket-match=Match Bracket
>  build-popup-menu=Build Popup Menu
> +dump-view-hierarchy=Dump View Hierarchy
>  popup-collapse-all-folds=Co&llapse All
>  popup-collapse-fold=&Collapse Fold
>  popup-expand-all-folds=E&xpand All
> @@ -38,6 +39,7 @@
>  collapse-fold=Collapse Fold
>  expand-all-folds=Expand All
>  expand-fold=Expand Fold
> +generate-fold-popup=Show Generate Fold Window
>  pd-file-not-found-title=Code Completion DB file missing.
>  pd-file-not-found=Code Completion DB file {0} was not found.
>  build-tool-tip=Build Tool Tip
> @@ -95,6 +97,7 @@
>  match-brace=Match Brace
>  page-down=Page Down
>  page-up=Page Up
> +paste-formated=Paste Formated
>  paste-from-clipboard=Paste
>  popup-remove-selection=Delete
>  redo=Redo
Comment 2 Martin Roskanin 2004-08-05 09:08:56 UTC
Comment from BT:

ML build 040802_7

In the Key Bindings dialog, the following messages are displayed.
Please see the attached keybindings.jpg.

  dump-view-hierarchy [dump-view-hierarchy]
  -------------------
  generate-fold-popup [generate-fold-popup]
  -------------------
  paste-formated [aste-formated]
  --------------

Other messages in this dialog are localized,
so I think that messages with underline should be localized.
Comment 3 Martin Roskanin 2004-08-05 09:09:47 UTC
potingwu, thanks for the patch
Comment 4 Martin Roskanin 2004-08-05 12:25:25 UTC
fixed in [maintrunk]

I have added also:
> select-next-element=Select Next Element
> select-previous-element=Select Previous Element

/cvs/editor/libsrc/org/netbeans/editor/Bundle.properties,v  <-- 
Bundle.properties
new revision: 1.46; previous revision: 1.45

/cvs/editor/src/org/netbeans/modules/editor/Bundle.properties,v  <-- 
Bundle.properties
new revision: 1.45; previous revision: 1.44

/cvs/editor/src/org/netbeans/modules/editor/NbEditorKit.java,v  <-- 
NbEditorKit.java
new revision: 1.67; previous revision: 1.66

/cvs/editor/src/org/netbeans/modules/editor/java/Bundle.properties,v 
<--  Bundle.properties
new revision: 1.69; previous revision: 1.68

/cvs/editor/src/org/netbeans/modules/editor/java/SelectCodeElementAction.java,v
 <--  SelectCodeElementAction.java
new revision: 1.3; previous revision: 1.2

Comment 5 Ken Frank 2007-05-29 18:58:26 UTC
v