How to create a new plugin with Dialog(s)
Hi,
I was hoping to make a plugin with dialogs. I know that there are examples of how to implement AnAction and IntentionAction, but I would like to know if there is an example of how to make a plugin with dialogs as described to me by Dmitry Jemerov here.
Thanks,
LM
Please sign in to leave a comment.
Hey Lily,
I'm a bit confused how you use the word "plugin". Let's say you already have written a plugin or you created an empty one, why don't you use "an action" and there, you display a dialog or whatever UI element you want to show to the user?
Have you seen the section "User Interface" in Plugin Development FAQ?
Thanks Patrick! The "User Interface" section was very helpful.