Skip to content

Commit 006c565

Browse files
committed
fix: minor inconsistencies in docs for tab bar
1 parent f1195cc commit 006c565

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

docs/05-file-management.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ For inactive tabs, this button appears only when you hover over them.
8181

8282
**Phoenix Code** shows a small `` icon on tabs that have unsaved changes.
8383

84-
When multiple tabs have the same name, **Phoenix Code** displays their parent folder name so you can easily tell them apart.
84+
When multiple tabs have the same filename, **Phoenix Code** displays their parent folder name so you can easily tell them apart.
8585
> Hovering over a tab will show a tooltip with its full path.
8686
8787
![Tab Bar UI](./images/fileManagement/tab-bar-main.png "Tab Bar UI")
@@ -102,7 +102,7 @@ while the active tab in an **inactive pane** appears in *gray*.
102102
When you open a new file, its tab is added to the right of the existing tabs.
103103
If there are more tabs than can fit within the visible area, **Phoenix Code** displays a **Show Hidden Tabs** button.
104104

105-
![Overflow button](./images/fileManagement/overflow-button.png "Overflow Button")
105+
![Show hidden tabs button](./images/fileManagement/overflow-button.png "Show Hidden Tabs button")
106106

107107
Clicking this button opens a dropdown list of all tabs that are not fully visible.
108108
From this list, you can select a tab to bring it into view or close tabs directly from the dropdown.
@@ -135,7 +135,7 @@ then use the `Show File Tab Bar` option in the dropdown to toggle the Tab bar.
135135

136136
![Disable Tab Bar](./images/fileManagement/disable-tab-bar-2.png "Disable Tab Bar")
137137

138-
#### 3. From Preferences**
138+
#### 3. From Preferences
139139
You can also toggle the Tab bar by updating the `showTabBar` option in the preferences file.
140140
```json
141141
"tabBar.options": {
@@ -169,12 +169,6 @@ When you right-click a tab, a context menu appears which has multiple options so
169169

170170
![Tab bar context menu](./images/fileManagement/tab-bar-context-menu.png "Tab bar context menu")
171171

172-
### Tab Bar Context Menu
173-
174-
When you right-click a tab, a context menu appears with multiple options that make it easy to manage open files.
175-
176-
![Tab bar context menu](./images/fileManagement/tab-bar-context-menu.png "Tab Bar Context Menu")
177-
178172
#### Tab Bar Context Menu Options
179173

180174
* **Close Tab** — Closes the tab that was right-clicked.

0 commit comments

Comments
 (0)