Skip to content

Commit

Permalink
[news] Pin inspect dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
mickaelistria committed Jun 12, 2024
1 parent af08639 commit c3129fe
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Binary file added news/4.33/images/pinInspect.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions news/4.33/platform.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,21 @@ <h2>Platform and Equinox</h2>
<h2>Views, Dialogs and Toolbar </h2>
</td>
</tr>

<tr id="pin-debug-inspect-popup"> <!-- https://github.com/eclipse-platform/eclipse.platform/pull/1403 -->
<td class="title">Pin debug Inspect pop-up</td>
<td class="content">
<p>
The pop-up dialog that is displayed when calling the <em>Inspect</em> debug action now offer a menu
to <em>Pin</em> it so it remains visible even when focusing on other UI elements.
</p>
<p>
This can be convenient for example when comparing similar expressions, but in different debug contexts
(different applications, different launches or different threads).
</p>
<p><img style="max-width: 600px;" src="images/pinInspect.png" alt="Pinned Inspect dialogs"/></p>
</td>
</tr>
<!-- ******************* End of Views, Dialogs and Toolbar ************************************* -->

<!-- ******************* Text Editors ************************************* -->
Expand Down

0 comments on commit c3129fe

Please sign in to comment.