From b6268c5c72b75563d00cb71680dd3f439f20845d Mon Sep 17 00:00:00 2001 From: Anna Bulenkova Date: Wed, 13 May 2015 11:59:35 +0200 Subject: [PATCH] [site] "project wizard" toc --- tutorials/project_wizard.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/tutorials/project_wizard.md b/tutorials/project_wizard.md index bb97ef6c9..e50d5822c 100644 --- a/tutorials/project_wizard.md +++ b/tutorials/project_wizard.md @@ -1,4 +1,18 @@ --- layout: editable title: Project Wizard ---- \ No newline at end of file +--- + +This set of tutorials shows how to manipulate the process of project creation. +Configuring Project Wizard automatically allows you to do the following: + + +1. [Adding new steps to the wizard]() +2. [Providing additional setting for project creation]() +3. [Handling activities during project creation]() +4. [Initial environment configuration]() + +**Note:** + +Main utilities to configure a custom project wizard can be found in the package +[lang-api.ide.util.projectWizard] (https://github.com/JetBrains/intellij-community/tree/master/platform/lang-api/src/com/intellij/ide/util/projectWizard). \ No newline at end of file