Skip to content

Commit

Permalink
N&N Entry for Multi-line Code Minings
Browse files Browse the repository at this point in the history
  • Loading branch information
BeckerWdf committed Aug 21, 2024
1 parent 42db203 commit 41ddc3d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
Binary file added news/4.33/images/multiline_mining_new.png
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.33/images/multiline_mining_old.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions news/4.33/platform.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,20 @@ <h2>Text Editors </h2>
<p><img src="images/overlay-top-search-history.png" alt="Example for Search History in Find/Replace Overlay" /></p>
</td>
</tr>
<tr id="multi-line-code-mining"> <!-- https://github.com/eclipse-platform/eclipse.platform.ui/pull/2024 -->
<td class="title">Multiple Lines in Text Editor Code Minings</td>
<td class="content">
<p>
Code minings in the Eclipse text editor now support drawing text over multiple lines.
</p>
<p><img src="images/multiline_mining_new.png" alt="Multiline code minding drawn correctly" width="70%"/></p>
<p>In previous releases line breaks were ignored and the complete text was drawn in one line only.</p>
<p><img src="images/multiline_mining_old.png" alt="Multiline code minding drawn in one line in previous releases" width="70%"/></p>
<p>
This paves the way to render code suggestions as <em>Ghost-Text</em> in the Eclipse text editor.
</p>
</td>
</tr>
<!-- ******************* End of Text Editors ************************************* -->

<!-- ****************** Preferences ************************************* -->
Expand Down

0 comments on commit 41ddc3d

Please sign in to comment.