AS> I would like to create an Action with a Wizard, not a new module AS> type.
The framework used by IntelliJ IDEA for creating wizards is not available in the OpenAPI, but there is nothing that prevents you from creating your own dialog looking like a wizard, or from using an existing framework for creating such wizards.
-- Dmitry Jemerov Software Developer JetBrains, Inc. http://www.jetbrains.com "Develop with pleasure!"
The framework used by IntelliJ IDEA for creating wizards is not available in the OpenAPI, but there is nothing that prevents you from creating your own dialog looking like a wizard, or from using an existing framework for creating such wizards.
Hello Amleto,
AS> I am trying to create a plugin.
AS> How can I create a wizard (not a new module) in IDEA5.0?
What would you like the wizard to do?
--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com
"Develop with pleasure!"
I would like to create an Action with a Wizard, not a new module type.
BR
/Amleto
Hello Amleto,
AS> I would like to create an Action with a Wizard, not a new module
AS> type.
The framework used by IntelliJ IDEA for creating wizards is not available
in the OpenAPI, but there is nothing that prevents you from creating your
own dialog looking like a wizard, or from using an existing framework for
creating such wizards.
--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com
"Develop with pleasure!"
This:
https://wizard-framework.dev.java.net/
Already looks like IntelliJ wizard dialogs :).
And are very simple to use.
Ahmed.
Thanks for the information
BR
/Amleto