Skip to content

Global search navigation N&N entry#508

Merged
merks merged 1 commit intoeclipse-platform:masterfrom
ShuWald:fix/global-search-nav-entry
Mar 28, 2026
Merged

Global search navigation N&N entry#508
merks merged 1 commit intoeclipse-platform:masterfrom
ShuWald:fix/global-search-nav-entry

Conversation

@ShuWald
Copy link
Copy Markdown
Contributor

@ShuWald ShuWald commented Mar 27, 2026

Adds New & Noteworthy entry for Global Search Navigation feature for Eclipse, which resolves the following: Feature Request: Global “Next Search Result” Navigation in Eclipse #3240
PR Link: feat : Add global search result navigation shortcuts #3299
Let me know if there are any issues with my entry and I will fix them!

Copilot AI review requested due to automatic review settings March 27, 2026 02:16
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a New & Noteworthy entry to the Eclipse Platform 4.40 release notes describing the new global search result navigation shortcuts introduced for the Global Search Navigation feature.

Changes:

  • Adds a “Global Search Navigation” section to the 4.40 Platform release notes.
  • Documents new global navigation keybindings and includes an illustrative GIF.
  • Includes contributor attribution in the standard <details> block format.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread news/4.40/platform.md
Comment thread news/4.40/platform.md Outdated
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, hopefully allowing for easier and more intuitive navigation for users.


![Global Search Navigation](images\EclipseGlobalSearchNavigationFunctionality.gif)
Copy link

Copilot AI Mar 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The image link uses a Windows-style backslash in the relative path (images\...), which won’t resolve correctly in Markdown/GitHub rendering. Use a forward slash path relative to this file (e.g., images/...).

Suggested change
![Global Search Navigation](images\EclipseGlobalSearchNavigationFunctionality.gif)
![Global Search Navigation](images/EclipseGlobalSearchNavigationFunctionality.gif)

Copilot uses AI. Check for mistakes.
Comment thread news/4.40/platform.md Outdated

![Global Search Navigation](images\EclipseGlobalSearchNavigationFunctionality.gif)

As shown by the gif, using the global search navigation commands can allow you to navigate to previous/next entries even when another view or editor is in focus No newline at end of file
Copy link

Copilot AI Mar 27, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor grammar/punctuation: consider capitalizing “GIF” and adding a trailing period to the sentence so the release note reads cleanly.

Suggested change
As shown by the gif, using the global search navigation commands can allow you to navigate to previous/next entries even when another view or editor is in focus
As shown by the GIF, using the global search navigation commands can allow you to navigate to previous/next entries even when another view or editor is in focus.

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Contributor

@merks merks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please squash the changes to a single commit, i.e., use amend when commiting changes during the review.

Comment thread news/4.40/platform.md Outdated

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

The GIF demostrates navigation using the new commands despite the user switching out of the Search view No newline at end of file
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please end the sentenced with a period.

Comment thread news/4.40/platform.md
Comment thread news/4.40/platform.md Outdated
- [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.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please split sentences onto separate lines.

Comment thread news/4.40/platform.md Outdated
</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, hopefully allowing for easier and more intuitive navigation for users.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd remove the word hopefully and the words for users because we should not suggest we aren't sure it's easier and more intuitive and of course it's for users, who else?

@ShuWald ShuWald force-pushed the fix/global-search-nav-entry branch 2 times, most recently from 61b8c9e to 4c6cd71 Compare March 27, 2026 22:34
@ShuWald
Copy link
Copy Markdown
Contributor Author

ShuWald commented Mar 27, 2026

Thank you for your feedback, I have made all the suggested changes. Let me know if anything else needs to be fixed!

Copy link
Copy Markdown
Contributor

@merks merks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just one small typo I should have noticed earlier. Sorry.

Comment thread news/4.40/platform.md Outdated

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

The GIF demostrates navigation using the new commands despite the user switching out of the Search view.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The GIF demostrates navigation using the new commands despite the user switching out of the Search view.
The GIF demonstrates navigation using the new commands despite the user switching out of the Search view.

@ShuWald ShuWald force-pushed the fix/global-search-nav-entry branch from 4c6cd71 to 5e5e15c Compare March 28, 2026 15:13
@ShuWald
Copy link
Copy Markdown
Contributor Author

ShuWald commented Mar 28, 2026

Thanks for catching that, I apologize for my oversight. I have double-checked the rest of my entry for any spelling issues as well. Let me know if any other changes need to be made. Thanks

Copy link
Copy Markdown
Contributor

@merks merks left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the cool feature and for writing a news entry too!

@merks merks merged commit fc7f3a4 into eclipse-platform:master Mar 28, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants