Is it possible to get the plugin info of a class. Permanently deleted user Created October 28, 2011 17:07 Class c = o.getClass();How can I know which plugin this class belongs to?Best regards,IL
Hello iron,
PluginManager.getPluginByClassName()
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Works.
Thank you.
IL