To be honest, I originally thought this question was one of "Am I legally allowed to use IDEA's icons in my plugin?" or "Can IDEA icon locations be relied on not to change between releases?" I've been assuming the answers to those are "yes" and "yeah, mostly, because we're too lazy to move them", but official clarification would be handy.
Hello t800t8,
t> I want to reuse IDEA's icons for modules and classes in my plugin.
t> Can I reuse them? If I can, where can I get them?
IconLoader.getIcon("/nodes/ModuleOpen.png");
IconLoader.getIcon("/nodes/class.png");
You can browse icons.jar to see what other icons are there.
--
Dmitry Jemerov
Software Developer
http://www.jetbrains.com/
"Develop with Pleasure!"
Thanks
To be honest, I originally thought this question was one of "Am I legally allowed to use IDEA's icons in my plugin?" or "Can IDEA icon locations be relied on not to change between releases?" I've been assuming the answers to those are "yes" and "yeah, mostly, because we're too lazy to move them", but official clarification would be handy.
--Dave Griffith