Skip to content

Commit 136c5d4

Browse files
committed
v8.5 Document List Updates
- Group by View separator - tab colors applied to Document List panel - right-click includes whole tab right-click menu (this was actually true in earlier versions, but not documented) part of #492
1 parent 3128c66 commit 136c5d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/views.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ The **Folder as Workspace**[↗](#remembered-settings "Remembered Setting") entr
185185

186186
The **Document Map**[](#remembered-settings "Remembered Setting") item will toggle the display of the Document Map panel, which shows a copy of the file in a tiny font, with a highlighted range to indicate which section of the current file is visible in the editor.
187187

188-
The **Document List**[](#remembered-settings "Remembered Setting") toggle will display the Document List panel, which lists all the open documents and allows easily switching between them. (Prior to v8.1.3, the panel was known as the **Doc Switcher** panel and controlled through the [General preferences](../preferences/#general), but that name was confused with the Document Switcher `Ctrl+TAB` settings in [MISC preferences](../preferences/#misc).) The Document List can be sorted by Name (or Extension or Path, if those columns are shown) by left-clicking on the header. To view the extension separately from the filename, right click on the header and choose the **Ext.** entry in the dropdown menu (as of v8.1.5; prior to that, it was in the [General settings](../preferences/#general)). To view the path in Document List panel, right click on the header and choose the **Path** entry in the dropdown menu (new to v8.1.5).
188+
The **Document List**[↗](#remembered-settings "Remembered Setting") toggle will display the Document List panel, which lists all the open documents and allows easily switching between them. (Prior to v8.1.3, the panel was known as the **Doc Switcher** panel and controlled through the [General preferences](../preferences/#general), but that name was confused with the Document Switcher `Ctrl+TAB` settings in [MISC preferences](../preferences/#misc).) The Document List can be sorted by Name (or Extension or Path, if those columns are shown) by left-clicking on the header. To view the extension separately from the filename, right click on the header and choose the **Ext.** entry in the dropdown menu (as of v8.1.5; prior to that, it was in the [General settings](../preferences/#general)). To view the path in Document List panel, right click on the header and choose the **Path** entry in the dropdown menu (new to v8.1.5). As of v8.5, when you add [color to a tab](../other-resources/#tab-bar-right-click-menu), the color will also be applied to the entry in the Document List; and conversely, the right-click menu in the Document List is the same menu as the normal [tab bar right-click menu](../other-resources/#tab-bar-right-click-menu), so it will allow you to add color to the tab from that panel as well. The Document List has collapsible separators for each of the views (new to v8.5): if there is just one visible View, then there will be a single horizontal bar with a `︿` arrow, and clicking that `︿` arrow or double-clicking the horizontal line will collapse (hide) the list of files, and subsequently clicking the `﹀` arrow or double-clicking the horizontal line will uncollapse (show) the list again; if there are two visible views, then the Panel will have two collapsible separator bars, one for each View, which work in the same manner to show or hide the list of files for each view separately. If you right-click on the Document List panel's header row, you can toggle the ✔ checkmark on **Group by View** to disable and enable this option (which is on by default); if it's disabled, the files for both visible Views will be shown in a single list with no separator bar. Finally, aside from the right-click menu's options for closing files using the Document List panel, if you middle-click on a file's entry in the Document List, it will also close that file's tab and remove it from the Document List panel (new to v8.5).
189189

190190
The **Function List**[](#remembered-settings "Remembered Setting") toggle will display the [Function List](../function-list/) panel, which lists the functions, methods, and classes in the current file, and allows easy navigation to those sections of the file by double-clicking in the Function List panel. (The "functions, methods, and classes" are programming terms, but the feature can also be used for listing headings or sections of other structured files, or through [config files](config-files/#function-list), can be made to match anything else that you choose to match for indicating "sections" of your text, whatever that happens to mean to you.)
191191

0 commit comments

Comments
 (0)