Skip to content

Commit 5f1b4e7

Browse files
committed
TabBar ContextMenu cross-link
Add link from UI:TabBar to ConfigFiles:tabContextMenu and vice versa
1 parent 27c5051 commit 5f1b4e7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

content/docs/config-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ In brief, the structure of the context menu file is as follows
120120

121121
## The context menu: `tabContextMenu.xml`
122122

123-
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.
123+
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.
124124

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

content/docs/user-interface.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ If the description says it will "wrap", it means that if you try to go beyond th
7777

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

80+
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).
81+
8082
- `Close`: Closes this file's tab.
8183
- `Close Multiple Tabs >`:
8284
- `Close All BUT This`: Closes all files, except this tab's file.

0 commit comments

Comments
 (0)