diff --git a/content/en/docs/refguide/modeling/menus/edit-menu/find-and-find-advanced.md b/content/en/docs/refguide/modeling/menus/edit-menu/find-and-find-advanced.md index 0a599c0be2c..be4d9071d05 100644 --- a/content/en/docs/refguide/modeling/menus/edit-menu/find-and-find-advanced.md +++ b/content/en/docs/refguide/modeling/menus/edit-menu/find-and-find-advanced.md @@ -90,6 +90,16 @@ To find where a certain element is used, do the following: 4. Select **Find usages**: {{< figure src="/attachments/refguide/modeling/menus/edit-menu/find-and-find-advanced/find-usages.png" alt="Find Usages" width="350" class="no-border" width="300" >}} +### Find Results Pane in Studio Pro 11.14 and Above + +Studio Pro shows all usages of the entity in the **Find Results** pane. + +{{< figure src="/attachments/refguide/modeling/menus/edit-menu/find-and-find-advanced/new-found-usages.png" alt="New Find Results Pane" class="no-border" >}} + +The **Find Results** pane can store multiple searches. When you right-click an item and click **Find Usages**, it will open a new tab in the **Find Results** pane. This allows you to keep previous search results and revisit them at a later time. + +### Find Results Pane in Studio Pro 11.13 and Below + Studio Pro shows all usages of the entity in the **Find Results** pane. {{< figure src="/attachments/refguide/modeling/menus/edit-menu/find-and-find-advanced/found-usages.png" alt="Find Results Pane" class="no-border" >}} @@ -98,6 +108,8 @@ Double-click an item in the **Find Results** pane to open the corresponding docu Click **Lock results** in the **Find Results** pane to keep the current results. The next time you click **Find Usages**, the results display in a second **Find Results** pane. This allows you to keep several search results. + + ## Read More * [Go to Option](/refguide/go-to-option/) diff --git a/content/en/docs/refguide/modeling/menus/view-menu/_index.md b/content/en/docs/refguide/modeling/menus/view-menu/_index.md index 1c87fde3aaa..488d16e6088 100644 --- a/content/en/docs/refguide/modeling/menus/view-menu/_index.md +++ b/content/en/docs/refguide/modeling/menus/view-menu/_index.md @@ -95,7 +95,11 @@ The **Extensions** pane allows you to manage the extensions installed in your ap This pane displays the results of the latest find action. You can search for text, usages of an element (for example, an attribute), and unused items. -There are two **Find Results** panes. If you lock the results of the first pane, the second one is used for subsequent find operations until you unlock the first one. +In Studio Pro 11.14 and above, the **Find Results** pane stores multiple searches. Each new search is added as a tab, and previous searches are kept so you can revisit them later. + +For Studio Pro 11.13 and below, there are two **Find Results** panes. If you lock the results of the first pane, the second one is used for subsequent find operations until you unlock the first one. + +For more information, see the [Find Usages Option](/refguide/find-and-find-advanced/#find-usages) section of *Find, Find Advanced, and Find Usages*. ### History {#history-pane} diff --git a/static/attachments/refguide/modeling/menus/edit-menu/find-and-find-advanced/new-found-usages.png b/static/attachments/refguide/modeling/menus/edit-menu/find-and-find-advanced/new-found-usages.png new file mode 100644 index 00000000000..3723c46fb7a Binary files /dev/null and b/static/attachments/refguide/modeling/menus/edit-menu/find-and-find-advanced/new-found-usages.png differ