Skip to content

Commit

Permalink
CTabFolder highlight bar
Browse files Browse the repository at this point in the history
  • Loading branch information
mickaelistria committed Jul 13, 2022
1 parent e92e2c3 commit c22ac53
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
Binary file added 4.25/images/ctabfolder-after.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 4.25/images/ctabfolder-before.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions 4.25/platform.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,18 @@ <h2>General Updates </h2>
<img src="images/form-new-no-gradient.png" alt=""/>
</td>
</tr>

<tr id="CTabFolder-highlightBar"> <!-- https://github.com/eclipse-platform/eclipse.platform.swt/issues/55 -->
<td class="title"><a href="#CTabFolder-highlightBar">CTabFolder now show a highlight bar for selected tab</a></td>
<td class="content">
The CTabFolder now show a highlight bar to more easily identify the the currently selected tab folder:
<p>Example showing the workbench, theming disabled:</p>
<p>Old:</p>
<img src="images/ctabfolder-before.png" alt="" />
<p>New:</p>
<img src="images/ctabfolder-after.png" alt=""/>
</td>
</tr>
<!-- ******************* End of General Updates ************************************* -->
<tr><td colspan="2"/></tr>
</tbody>
Expand Down
8 changes: 8 additions & 0 deletions 4.25/platform_isv.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ <h2>Platform and Equinox API</h2>
<tr>
<td id="SWT" class="section" colspan="2"><h2>SWT Changes</h2></td>
</tr>

<tr id="CTabFolder-setSelectionBarThickness"> <!-- https://github.com/eclipse-platform/eclipse.platform.swt/pull/55 -->
<td class="title"><a href="#CTabFolder-setSelectionBarThickness">Configure highlight bar thickness on CTabFolder</a></td>
<td class="content">
The CTabFolder has a new <code>setSelectionBarThickness</code> that allows to configure how the highlight bar is rendered.
Setting it to <code>0</code> does hide the highlight bar.
</td>
</tr>
<!-- *********************** End of SWT *********************** -->
<tr><td colspan="2"/></tr>
</tbody>
Expand Down

0 comments on commit c22ac53

Please sign in to comment.