mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
tool_windows.md: update "Conditional Display"
This commit is contained in:
parent
b4190e49d6
commit
23469285e1
@ -49,9 +49,15 @@ If the tool window of a plugin should not be displayed for all projects:
|
||||
|
||||
<tabs>
|
||||
|
||||
<tab title="2023.3 and later">
|
||||
|
||||
Implement `ToolwindowFactory.isApplicableAsync(Project)`.
|
||||
|
||||
</tab>
|
||||
|
||||
<tab title="2021.1 and later">
|
||||
|
||||
Implement the `ToolwindowFactory.isApplicable(Project)` method.
|
||||
Implement `ToolwindowFactory.isApplicable(Project)`.
|
||||
|
||||
</tab>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user