tool_windows.md: update "Conditional Display"

This commit is contained in:
Yann Cébron 2023-08-21 16:50:22 +02:00
parent b4190e49d6
commit 23469285e1

View File

@ -49,9 +49,15 @@ If the tool window of a plugin should not be displayed for all projects:
<tabs> <tabs>
<tab title="2023.3 and later">
Implement `ToolwindowFactory.isApplicableAsync(Project)`.
</tab>
<tab title="2021.1 and later"> <tab title="2021.1 and later">
Implement the `ToolwindowFactory.isApplicable(Project)` method. Implement `ToolwindowFactory.isApplicable(Project)`.
</tab> </tab>