Skip to content

Commit 214520a

Browse files
authored
News Entry for Dynamic tab alignment in multi-page editor (#245)
Added new and noteworthy entry for: eclipse-platform/eclipse.platform.ui#2224
1 parent b7689e9 commit 214520a

File tree

5 files changed

+27
-0
lines changed

5 files changed

+27
-0
lines changed
34.8 KB
Loading
25 KB
Loading
52.1 KB
Loading
51.2 KB
Loading

news/4.34/platform.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,33 @@ <h2>Views, Dialogs and Toolbar </h2>
7474
<h2>Text Editors </h2>
7575
</td>
7676
</tr>
77+
<tr id="dynamic-tab-alignment"> <!-- https://github.com/eclipse-platform/eclipse.platform.ui/pull/2224 -->
78+
<td class="title">Dynamic Tab Alignment in MultiPageEditor</td>
79+
<td class="content">
80+
<p>
81+
A new preference has been introduced to customize the alignment of multi-page editor tabs.
82+
Users can now select the preferred tab position to enhance usability and better align with individual workflows.
83+
</p>
84+
<p>
85+
The <strong>Align multi-page editor tabs</strong> setting in the <em>Editors</em> preference section provides two options:
86+
</p>
87+
<ul>
88+
<li>
89+
<b>Top:</b> This option places the tabs at the top of the editor.
90+
<br><br>
91+
<img src="images/preference_tabs_at_top.png" alt="Align tabs on top preference" width="40%" />
92+
<img src="images/editor_tabs_at_top.png" alt="Editor with top aligned tabs" width="40%" />
93+
</li>
94+
<li>
95+
<b>Bottom:</b> This option places the tabs at the bottom of the editor. This is the default option.
96+
<br><br>
97+
<img src="images/preference_tabs_at_bottom.png" alt="Align tabs on bottom preference" width="40%"/>
98+
<img src="images/editor_tabs_at_bottom.png" alt="Editor with bottom aligned tabs" width="40%"/>
99+
</li>
100+
</ul>
101+
</td>
102+
</tr>
103+
77104
<!-- ******************* End of Text Editors ************************************* -->
78105

79106
<!-- ****************** Preferences ************************************* -->

0 commit comments

Comments
 (0)