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.
Please sign in to leave a comment.
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
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.