Resource bundle editing plugin for Eclipse?
Asked Answered
B

2

7

Is there a good resource bundle editing plugin for Eclipse?

The main feature I'm looking for is the possibility to see if the same keys exists in bundles for different languages.

I.e if I have two files bundle_en_US.properties and bundle_sv_SE.properties and they would have miss-matches in keys, eclipse would display an error.

I seem to remember that this was a default feature in Eclipse but I can't seem to get it working.

Bentwood answered 6/8, 2012 at 19:42 Comment(0)
L
10

This looks promising:

Eclipse Resource Bundle Editor

Eclipse plugin for editing Java resource bundles. Lets you 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...

Loam answered 6/8, 2012 at 21:13 Comment(5)
This one filled its purpose for me but it had some flaws and only worked in eclipse Juno, not Helios.Bentwood
Good plugin. Unfortunately on Eclipse Luna current version (0.8.0) doesn't work: you extract files from downloaded archive to plugins or dropins folder but after restarting Eclipse the plugin is not active.Ministerial
Eclipse Luna UPDATE: You can restore plugin functionality installing on Eclipse the "Eclipse 2.0 style plugin support" from Eclipse Project Updates. Or add an OSGi manifest to plugin files. More details here: sourceforge.net/p/eclipse-rbe/discussion/442487/thread/cbf95f31Ministerial
This project has been migrated to GitHub: github.com/essiembre/eclipse-rbe Now plugin version is 1.0.3 and it is working with 4.4Eyepiece
Would be nice to have this in a tabular overview with key/value as lines and language as column. This was avaiable in Sun's Java IDE 10 years ago or so. Having this view you can see at once what is missing. Pretty nice that was.Custumal
U
0

There is also http://code.google.com/a/eclipselabs.org/p/tapiji/wiki/ExtendingCoreRBE and older ResourceBundleEditor (which I used successfully in Helios, didn't try Juno yet).

Unspent answered 19/2, 2013 at 11:6 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.