Is it possible to get the plugin info of a class. Permanently deleted user 创建于 2011年10月28日 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