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

Do not replace "\:"?

hristijan5 opened this issue · comments

Not sure if this is a problem, but the plugin replaces the : to :
Is there a way to turn this off? I want to use the escape char in my java code and once the escape character is removed exceptions start popping up.
Thank you!