new_project_wizard.md: Delete ModuleBuilder item from FAQ (pages are reverted)

This commit is contained in:
Karol Lewandowski 2025-04-25 11:52:53 +02:00 committed by Karol Lewandowski
parent 4b277ec41f
commit b9a14f0439

View File

@ -408,7 +408,3 @@ To additionally render a clickable link to another wizard, use [`LinkNewProjectW
To create project wizards for non-Java IDEs (for example, [PyCharm](https://www.jetbrains.com/pycharm/)), implement
[`DirectoryProjectGenerator`](%gh-ic%/platform/platform-impl/src/com/intellij/platform/DirectoryProjectGenerator.java)
and register it in the <include from="snippets.topic" element-id="ep"><var name="ep" value="com.intellij.directoryProjectGenerator"/></include>.
### What is the status of `com.intellij.moduleBuilder`?
The [`ModuleBuilder`](%gh-ic%/platform/lang-core/src/com/intellij/ide/util/projectWizard/ModuleBuilder.java) API is still supported but is not recommended to use in new projects.