Skip to content

Commit

Permalink
News Entry for Dynamic tab alignment in multi-page editor
Browse files Browse the repository at this point in the history
Added new and noteworthy entry for:
eclipse-platform/eclipse.platform.ui#2224
  • Loading branch information
praveen-skp committed Nov 7, 2024
1 parent b7689e9 commit 8f5ce51
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 0 deletions.
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 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 aligns tabs at the bottom. 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

0 comments on commit 8f5ce51

Please sign in to comment.