Hi,
Thank you for your open soure contribution with this plugin.
Issue:
Intellij Platform Plugin template comes with MyBundle.properties
You left it like that and it works. Well, until your plugin is installed along with another plugin that also has MyBundle.properties
In that case only one is loaded, and based on the load order, your plugin may be left without messages, or may cause the same to the other plugin.
Can you please update MyBundle to some more unique name?
Hi,
Thank you for your open soure contribution with this plugin.
Issue:
Intellij Platform Plugin template comes with MyBundle.properties
You left it like that and it works. Well, until your plugin is installed along with another plugin that also has MyBundle.properties
In that case only one is loaded, and based on the load order, your plugin may be left without messages, or may cause the same to the other plugin.
Can you please update MyBundle to some more unique name?