Wizard: add ability to open project wizard via hyperlink

This commit is contained in:
Ilya Kirillov
2020-04-02 22:34:11 +03:00
parent 91af859cb5
commit 588034e124
7 changed files with 106 additions and 6 deletions
@@ -150,5 +150,6 @@
<fileEditorProvider implementation="org.jetbrains.kotlin.idea.scratch.ui.KtScratchFileEditorProvider"/>
<moduleBuilder builderClass="org.jetbrains.kotlin.tools.projectWizard.wizard.NewProjectWizardModuleBuilder"/>
<jbProtocolCommand implementation="org.jetbrains.kotlin.tools.projectWizard.wizard.OpenNewProjectWizardProtocolCommand"/>
</extensions>
</idea-plugin>