Opening the config view via the openapi
Hi,
when my plugin doesn't have the necessary user-defined configuration, a popup appears to warn the user. I'd like to add a button to open the config view from this popup - is this possible?
Thanks,
Steve
Please sign in to leave a comment.
Hello Steve,
You can use SingleConfigurableEditor class (closed API) for this.
--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Hello Steve,
have a look at com.intellij.openapi.options.ShowSettingsUtil
Sascha
Spot on - thanks!
Thanks!