Skip to content
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
Binary file added news/4.34/images/editor_tabs_at_bottom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added news/4.34/images/editor_tabs_at_top.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added news/4.34/images/preference_tabs_at_bottom.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added news/4.34/images/preference_tabs_at_top.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions news/4.34/platform.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,33 @@ <h2>Views, Dialogs and Toolbar </h2>
<h2>Text Editors </h2>
</td>
</tr>
<tr id="dynamic-tab-alignment"> <!-- https://github.com/eclipse-platform/eclipse.platform.ui/pull/2224 -->
<td class="title">Dynamic Tab Alignment in MultiPageEditor</td>
<td class="content">
<p>
A new preference has been introduced to customize the alignment of multi-page editor tabs.
Users can now select the preferred tab position to enhance usability and better align with individual workflows.
</p>
<p>
The <strong>Align multi-page editor tabs</strong> setting in the <em>Editors</em> preference section provides two options:
</p>
<ul>
<li>
<b>Top:</b> This option places the tabs at the top of the editor.
<br><br>
<img src="images/preference_tabs_at_top.png" alt="Align tabs on top preference" width="40%" />
<img src="images/editor_tabs_at_top.png" alt="Editor with top aligned tabs" width="40%" />
</li>
<li>
<b>Bottom:</b> This option places the tabs at the bottom of the editor. This is the default option.
<br><br>
<img src="images/preference_tabs_at_bottom.png" alt="Align tabs on bottom preference" width="40%"/>
<img src="images/editor_tabs_at_bottom.png" alt="Editor with bottom aligned tabs" width="40%"/>
</li>
</ul>
</td>
</tr>

<!-- ******************* End of Text Editors ************************************* -->

<!-- ****************** Preferences ************************************* -->
Expand Down