How do you create a configuration settings window for the plugin, easiest start.

Answered

A sample implementation exists? 

Basically to modify settings in the dialog window and if you know how to persist these between restarts. 

Thank you.  

 

0
2 comments

Persisting settings between restarts can be done using a persistent state component - https://www.jetbrains.org/intellij/sdk/docs/basics/persisting_state_of_components.html

And this one should get you started on the project wizard - https://www.jetbrains.org/intellij/sdk/docs/reference_guide/project_wizard.html

 

0

Dosnlinux

 

Thanks! 

Does the second link provide me with a settings configuration window. I've seen the state stuff before. It is the UI part I would like to add. 

 

 

0

Please sign in to leave a comment.