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.35/images/keybindings_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 news/4.35/images/keybindings_before.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 18 additions & 1 deletion news/4.35/platform.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,24 @@ <h2>Themes and Styling </h2>
These improvement where published as a preview in the <a href="https://eclipse.dev/eclipse/news/4.33/platform.html#new-light-theme">4.33 release</a>. The improvements are now integrated in the standared light theme.
</td>
</tr>
<!-- ******************* End of Themes and Styling ************************************* -->
<tr id="arrowsInKeyBindings"> <!-- -->
<td class="title">Improved Display of Arrow Keys in Key Binding</td>
<td class="content">
<p>
Up to now they up, down, left and right arrow key have been displaye as UP, DOWN.. in the display of key bindings on windows.
</p>
<p>
This has now changed so that these are displayed as arrow smybols (just like it's e.g. done on macOS). This makes this display of key bindgins look nicer and also makes them much shorter.
</p>
<p>
<img src="images/keybindings_before.png" alt="Before the change"/>
</p>
<p>
<img src="images/keybindings_after.png" alt="After the change"/>
</p>
</td>
</tr>
<!-- ******************* End of Themes and Styling ************************************* -->

<!-- ******************* General Updates ************************************* -->
<tr>
Expand Down