essiembre / eclipse-rbe

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, and more.

Home Page:http://essiembre.github.io/eclipse-rbe/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Override read-only attribute

DiletanteBohemio opened this issue · comments

Hello.

In our current project setup in Eclipse we are using CVS source code control and it's common that the Eclipse environment mark the properties files as read-only files.

This behavior is driving us mad and one of their consecuences is that when we open the ResourceBundle Editor to edit keys, RBE doesn't allow us modify anything.

Please consider to add a new option to RBE named "Override read-only attribute" or similar that, when it was checked, forced to RBE to automatically remove the read-only attribute to allow editing for the file. We consider also that this should be the default behavior.

Thank you very much again for this great tool.