Skip to content

Commit fc7f3a4

Browse files
ShuWaldmerks
authored andcommitted
Squashed commits for Global Search Navigation N&N Entry
1 parent cf76e2d commit fc7f3a4

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

960 KB
Loading

news/4.40/platform.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,19 @@ A special thanks to everyone who [contributed to Eclipse-Platform](acknowledgeme
3131
---
3232
## General Updates
3333
-->
34+
35+
### Global Search Navigation Shortcuts
36+
<details>
37+
<summary>Contributors</summary>
38+
39+
- [Aung Nanda Oo](https://github.com/NikkiAung)
40+
- [Shubham Waldiya](https://github.com/ShuWald)
41+
</details>
42+
43+
The current search navigation commands `Ctrl+,` and `Ctrl+.` allow for navigation to the previous or next search result, respectively.
44+
However, one limitation is that these shortcuts only work when the search view is in focus.
45+
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.
46+
47+
![Global Search Navigation](images/GlobalSearchNavigationDemoFinal.gif)
48+
49+
The GIF demonstrates navigation using the new commands despite the user switching out of the Search view.

0 commit comments

Comments
 (0)