From 23469285e135a263d9537ecf181e80d9a45f1576 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Mon, 21 Aug 2023 16:50:22 +0200 Subject: [PATCH] tool_windows.md: update "Conditional Display" --- topics/user_interface_components/tool_windows.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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)`.