diff --git a/topics/user_interface_components/tool_windows.md b/topics/user_interface_components/tool_windows.md index b7a51feb7..b790db4af 100644 --- a/topics/user_interface_components/tool_windows.md +++ b/topics/user_interface_components/tool_windows.md @@ -49,9 +49,15 @@ If the tool window of a plugin should not be displayed for all projects: + + +Implement `ToolwindowFactory.isApplicableAsync(Project)`. + + + -Implement the `ToolwindowFactory.isApplicable(Project)` method. +Implement `ToolwindowFactory.isApplicable(Project)`.