new_project_wizard.md: Add information about deprecating NewProjectWizardLanguageStep

This commit is contained in:
Karol Lewandowski 2025-04-24 09:32:30 +02:00 committed by Karol Lewandowski
parent 1c9c86cf9a
commit a6652fb36a

View File

@ -371,7 +371,7 @@ The following steps are always present in [language project generators](#languag
- `RootNewProjectWizardStep` — initializes shared properties like data holder and property graph - `RootNewProjectWizardStep` — initializes shared properties like data holder and property graph
- `NewProjectWizardBaseStep` — displays project name and location options - `NewProjectWizardBaseStep` — displays project name and location options
- `GitNewProjectWizardStep` — allows for creating a Git repository for the new project - `GitNewProjectWizardStep` — allows for creating a Git repository for the new project
- `NewProjectWizardLanguageStep` — invisible step holding information about the chosen language - `NewProjectWizardLanguageStep` — invisible step holding information about the chosen language (this step is deprecated and is used only for technical reasons; it shouldn't be used by plugins)
All steps are enclosed within `NewProjectWizardChainStep`, which renders them on a single screen. All steps are enclosed within `NewProjectWizardChainStep`, which renders them on a single screen.