@@ -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*.
102102When you open a new file, its tab is added to the right of the existing tabs.
103103If 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
107107Clicking this button opens a dropdown list of all tabs that are not fully visible.
108108From 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
139139You 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