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

0
4 comments
Avatar
Permanently deleted user

Hello Steve,

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?


You can use SingleConfigurableEditor class (closed API) for this.

--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"


0
Avatar
Permanently deleted user

Hello Steve,

have a look at com.intellij.openapi.options.ShowSettingsUtil

Sascha

0
Avatar
Permanently deleted user

Spot on - thanks!

0
Avatar
Permanently deleted user

Thanks!

0

Please sign in to leave a comment.