mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 08:47:50 +08:00
Rename project wizard pages and group into sections
This commit is contained in:
parent
3ecc8f13e0
commit
4b277ec41f
15
ijs.tree
15
ijs.tree
@ -149,13 +149,16 @@
|
||||
<toc-element topic="project_model.md" accepts-web-file-names="project-structure.html">
|
||||
<toc-element topic="project.md">
|
||||
<toc-element topic="trusted_projects.md"/>
|
||||
<toc-element topic="new_project_wizard.md"/>
|
||||
<toc-element topic="project_wizard.md"/>
|
||||
<toc-element topic="intro_project_wizard.md" accepts-web-file-names="project_wizard.html">
|
||||
<toc-element topic="adding_new_steps.md"/>
|
||||
<toc-element topic="module_types.md"/>
|
||||
<toc-element topic="project_wizards_intro.md">
|
||||
<toc-element topic="new_project_wizard.md"/>
|
||||
<toc-element topic="legacy_project_wizard.md">
|
||||
<toc-element topic="intro_project_wizard.md" accepts-web-file-names="project_wizard.html,project-wizard.html">
|
||||
<toc-element topic="adding_new_steps.md"/>
|
||||
<toc-element topic="module_types.md"/>
|
||||
</toc-element>
|
||||
<toc-element topic="framework.md"/>
|
||||
</toc-element>
|
||||
</toc-element>
|
||||
<toc-element topic="framework.md"/>
|
||||
</toc-element>
|
||||
<toc-element topic="module.md"/>
|
||||
<toc-element topic="sdk.md"/>
|
||||
|
@ -1,9 +1,11 @@
|
||||
<!-- Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
||||
|
||||
# Project Wizard - Adding Support for Creating New Project Types
|
||||
# Legacy Project Wizard API
|
||||
|
||||
<link-summary>Implementing a custom project creation wizard.</link-summary>
|
||||
|
||||
> Plugins targetting versions 2024.2 and newer should implement [](new_project_wizard.md).
|
||||
|
||||
## Project Wizard
|
||||
|
||||
Working with the project wizard can be illustrated with the [RedLine SmallTalk plugin](https://github.com/bulenkov/RedlineSmalltalk). See also [](intro_project_wizard.md).
|
@ -1,6 +1,6 @@
|
||||
<!-- Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
||||
|
||||
# New Project Wizard
|
||||
# New Project Wizard API
|
||||
<primary-label ref="2024.2"/>
|
||||
|
||||
<link-summary>Implementing a custom project and module creation wizard.</link-summary>
|
||||
|
9
topics/reference_guide/project_wizards_intro.md
Normal file
9
topics/reference_guide/project_wizards_intro.md
Normal file
@ -0,0 +1,9 @@
|
||||
<!-- Copyright 2000-2025 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
||||
|
||||
# Project Wizards
|
||||
|
||||
Creating a project in IntelliJ-based IDEs is achieved with [project wizards](https://www.jetbrains.com/help/idea/new-project-wizard.html) gathering information about the created project and generating it.
|
||||
|
||||
IntelliJ Platform provides APIs to implement wizards:
|
||||
- [](new_project_wizard.md) — available since 2024.2
|
||||
- [](legacy_project_wizard.md) — an old API, not recommended to implement in plugins targeting versions 2024.2 and newer
|
Loading…
x
Reference in New Issue
Block a user