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.41/images/OpenInNewEditor.gif
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.41/images/OptionInHyperLink.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 19 additions & 3 deletions news/4.41/jdt.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,26 @@ A special thanks to everyone who [contributed to JDT](acknowledgements.md#java-d
## JUnit
-->

<!--
---

## Java Editor
-->

### Open Types and Methods in a New Editor from Hyperlinks

<details>
<summary>Contributors</summary>

- [Sougandh S](https://github.com/SougandhS)
</details>

The Java editor now provides an `Open in New Editor` option in the hyperlink popup for types and methods.

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.

@SougandhS

I noticed that in the screen capture it's actually Open In New Editor and it seems to be in really should be title case like in all these other places:

Image

Note that things are entirely consistent mind you:

Image

I do think all those things should be like menus and be title case where its in and not In...

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Thanks for checking, I'll update this soon in JDT UI. 👍


![Context in Hyperlink](images/OptionInHyperLink.png)

When navigating to a declaration, implementation, or method within the same editor, users can now choose to open the target in a separate editor tab directly from the hyperlink menu.

![Context in action](images/OpenInNewEditor.gif)

This makes it easier to inspect implementations, compare code, and work with multiple locations in parallel without losing your current position.

<!--
---
Expand Down