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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions news/4.40/platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,19 @@ A special thanks to everyone who [contributed to Eclipse-Platform](acknowledgeme
---
## General Updates
-->

### Global Search Navigation Shortcuts
<details>
<summary>Contributors</summary>

- [Aung Nanda Oo](https://github.com/NikkiAung)
- [Shubham Waldiya](https://github.com/ShuWald)
</details>

The current search navigation commands `Ctrl+,` and `Ctrl+.` allow for navigation to the previous or next search result, respectively.
However, one limitation is that these shortcuts only work when the search view is in focus.
This feature implements global search navigation commands `Alt+,` and `Alt+.` (`Cmd+Opt+,` and `Cmd+Opt+.` on macOS) to navigate to previous/next search results even when search view is out of focus, allowing for easier and more intuitive navigation.

![Global Search Navigation](images/GlobalSearchNavigationDemoFinal.gif)

Comment thread
ShuWald marked this conversation as resolved.
The GIF demonstrates navigation using the new commands despite the user switching out of the Search view.