Skip to content

Commit

Permalink
TabBar ContextMenu cross-link
Browse files Browse the repository at this point in the history
Add link from UI:TabBar to ConfigFiles:tabContextMenu and vice versa
  • Loading branch information
pryrt committed Feb 22, 2025
1 parent 27c5051 commit 5f1b4e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/config-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ In brief, the structure of the context menu file is as follows

## The context menu: `tabContextMenu.xml`

Starting in v8.4.8, the tab-bar context menu (the menu that you see when you right-click on the title of the tab in the tab bar) is user-configurable using the `tabContextMenu.xml` config file.
Starting in v8.4.8, the [tab-bar context menu](user-interface/#tab-bar-right-click-menu) (the popup menu that you see when you right-click on the title of the tab in the tab bar) is user-configurable using the `tabContextMenu.xml` config file.

The format is the same as the `contextMenu.xml` described [above](#context-menu-syntax-summary), except the "Intermediate Node" is `<TabContextMenu>` instead of `<ScintillaContextMenu>`.

Expand Down
2 changes: 2 additions & 0 deletions content/docs/user-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ If the description says it will "wrap", it means that if you try to go beyond th

When you right click on the title for a tab, you get a context menu for manipulating that tab.

By default, the commands available in that context menu are described below. If you would like to add other commands to that context menu, or remove commands you don't want to "clutter" that context menu, you can follow the instructions for [customizing the tab context menu using `tabContextMenu.xml`](config-files/#the-context-menu-tabcontextmenuxml).

- `Close`: Closes this file's tab.
- `Close Multiple Tabs >`:
- `Close All BUT This`: Closes all files, except this tab's file.
Expand Down

0 comments on commit 5f1b4e7

Please sign in to comment.