frameworkSupport - providing custom UI
We have defined a frameworkSupport tag in our plugin to allow users to attach our facet to new projects upon project creation.
It seems like there should be a way to add the UI settings for the facet immediately in this dialog, so the user does not have to go into the module settings, find the facet there and make settings, after the project has been created.
Is there a simple way to add the GUI here also?
Please sign in to leave a comment.
You should override FrameworkSupportProvider#createConfigurable() method. See Groovy plugin for example:
http://git.jetbrains.org/?p=idea/community.git;a=blob_plain;f=plugins/groovy/src/org/jetbrains/plugins/groovy/config/GroovyFacetSupportProvider.java;hb=HEAD
--
Nikolay Chashnikov
Software Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"