mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
api_notable_list_2022.md: mention new module builder and isAvailable() method
This commit is contained in:
parent
af0d3391bf
commit
0ea32bc567
@ -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).
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user