api_notable_list_2022.md: mention new module builder and isAvailable() method

This commit is contained in:
Karol Lewandowski 2022-08-01 11:17:36 +02:00
parent af0d3391bf
commit 0ea32bc567

View File

@ -16,6 +16,9 @@ K
### IntelliJ Platform 2022.1
New Project Wizard
: The <control>New Project</control> wizard has been refreshed and some base [`ModuleBuilder`](upsource:///platform/lang-core/src/com/intellij/ide/util/projectWizard/ModuleBuilder.java) classes return `false` from the `isAvailable()` method. If your module builder extends a base class and is hidden in the 2022.1 wizard, override the method to return `true`.
External System Test Framework
: Available as `com.jetbrains.intellij.platform:external-system-test-framework` from [](intellij_artifacts.md), see [](external_system_integration.md#testing).