Overriding built-in resource bundle strings
Hi everyone,
I'm working on a language plugin, and I'm wondering if there is some way to override strings that are defined in IntelliJ.
Specifically, I've created a ChooseByNameContibutor, and I want to override the string that appears in the associated popup dialog ("Enter class name:"). Is this possible?
Thanks for your help,
Kurt Christensen
Please sign in to leave a comment.
Hello Kurt,
No, this is not possible. If you plug into Goto Class, it will also keep
accepting Java classes, so it doesn't make much sense to let you replace
the prompt.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"