Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Babel / Message Bundle Editor"

(Getting Started)
Line 19: Line 19:
 
3. Select "Open Localization Editor" from the "Edit" menu.  An editor will be opened that allows you to see all the messages across the projects.
 
3. Select "Open Localization Editor" from the "Edit" menu.  An editor will be opened that allows you to see all the messages across the projects.
  
It might seem to you that these two editors were developed by different people, as they do essentially the same thing but take different approaches.  You would be correct.  This plug-in is the result of two contributions and work is planned to merge these.
+
It might seem to you that these two editors were developed by different people, as they do essentially the same thing but take different approaches.  You would be correct.  This plug-in is the result of two contributions and work is planned to better merge these.
 
+
== Future Work ==
+
 
+
A contribution has been made to Babel by Stefan Muecke of an alternative plug-in.  This plug-in takes a different approach, showing all messages on a project wide basis.  The plan is to merge the best parts so providing a single editor.
+

Revision as of 01:27, 17 August 2008

Babel Resource Bundle Editor

The Eclipse Babel Resource Bundle Editor is a plug-in that helps developers edit Java resource bundles. It allows developers to manage all localized properties files in one screen. Some features: sorted keys, warning icons on missing keys/values, conversion to/from Unicode, hierarchical view of keys, more...

Getting Started

The Messages Bundle Editor may be installed from source as follows.

1. Connect to repository at dev.eclipse.org:/cvsroot/technology and go to org.eclipse.babel/plugins. Install the following plug-ins:

org.eclipse.babel.core

org.eclipse.babel.editor

org.eclipse.babel.editor.nls (optional)

2. Find a resource properties file from one of your projects. Open the editor on that file. Note that all the localized versions of the file are treated as one resource and will open the same editor to edit them all.

3. Select "Open Localization Editor" from the "Edit" menu. An editor will be opened that allows you to see all the messages across the projects.

It might seem to you that these two editors were developed by different people, as they do essentially the same thing but take different approaches. You would be correct. This plug-in is the result of two contributions and work is planned to better merge these.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.