PropertiesEditor sources?
Hi,
Are the sources from PropertiesEditor avalaible somewhere?
I'd like to make a little inspection that highlights a string if
1/ it starts with a certain prefix (as all our properties start with the
project name)
2/ it can't be found in any .properties file (that's where I could
interface with the PE plugin)
Thanks!
Bod
Please sign in to leave a comment.
Hello,
How about to use plugins interaction API :)
I can mail you sources if wou need but they not ready for opensource :)
Please contact me by email.
TIA,
Dmitry
(is your address the one on
http://www.intellij.org/twiki/bin/view/Main/DmitryKashin ?)
BoD
Dmitry Kashin wrote:
Maybe
myKeySet = BundleManager.getInstance(myProject).getKeysSet();
is that you need.