Skip to content

TabBar ContextMenu cross-link #765

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 22, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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