Skip to content

Commit

Permalink
Add N&N entry for eclipse-jdt/eclipse.jdt.ui#85
Browse files Browse the repository at this point in the history
 eclipse-jdt/eclipse.jdt.debug#110

Change-Id: I278090b70e7255362e661ea79bccc90d7d08a69f
  • Loading branch information
gzsombor authored and akurtakov committed Aug 18, 2022
1 parent ff7096a commit 88ece97
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Binary file added 4.25/images/all-references-popup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions 4.25/jdt.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,17 @@ <h2>Java Formatter </h2>
<h2>Debug</h2>
</td>
</tr>

<tr id="doubleclick-in-debug-popups"> <!-- https://github.com/eclipse-jdt/eclipse.jdt.ui/pull/85 -->
<td class="title"><a href="#doubleclick-in-debug-popups">Double clicking in the "AllReferences and "AllInstances" popup navigates to the type</a></td>
<td class="content">
<p>
Previously, the "All References" and "All Instances" popup wasn't acted on clicking on any of the shown items, this is improved, so if the selected variable or field type's source code is available, the editor tries to open it, and navigate to the declaration.
</p>
<p><img src="images/all-references-popup.png" alt="Popup"/></p>
</td>
</tr>

<!--************************ End of Debug ******************************** -->

<!-- *********************** JDT Developers ******************************** -->
Expand Down

0 comments on commit 88ece97

Please sign in to comment.