From 799209dfb2c376fd3e83a4fe41aad5c8897a8b6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Thu, 15 Apr 2021 14:48:11 +0200 Subject: [PATCH] tool_windows.md: link index page --- topics/user_interface_components/tool_windows.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/topics/user_interface_components/tool_windows.md b/topics/user_interface_components/tool_windows.md index 71fb17078..1448d8ea2 100644 --- a/topics/user_interface_components/tool_windows.md +++ b/topics/user_interface_components/tool_windows.md @@ -1,6 +1,6 @@ [//]: # (title: Tool Windows) - + ## Tool Windows @@ -50,8 +50,8 @@ When using an overload that takes a component, the component becomes the first c ## Contents (Tabs) -Displaying the contents of many tool windows requires access to the indices. -Because of that, tool windows are normally disabled while building indices unless the `ToolWindowFactory` implements [`DumbAware`](upsource:///platform/core-api/src/com/intellij/openapi/project/DumbAware.java). For programmatic setup, parameter `canWorkInDumbMode` must be set to `true` in calls to `registerToolWindow()`. +Displaying the contents of many tool windows requires access to [indexes](indexing_and_psi_stubs.md). +Because of that, tool windows are normally disabled while building indexes unless the `ToolWindowFactory` implements [`DumbAware`](upsource:///platform/core-api/src/com/intellij/openapi/project/DumbAware.java). For programmatic setup, parameter `canWorkInDumbMode` must be set to `true` in calls to `registerToolWindow()`. As mentioned previously, tool windows can contain multiple tabs, or contents. To manage the contents of a tool window, call [`ToolWindow.getContentManager()`](upsource:///platform/platform-api/src/com/intellij/openapi/wm/ToolWindow.java).