Skip to content

Commit

Permalink
Find/Replace overlay: New/Noteworthy Entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Wittmaxi committed Jun 22, 2024
1 parent 0ef3497 commit 92614f5
Show file tree
Hide file tree
Showing 9 changed files with 238 additions and 0 deletions.
47 changes: 47 additions & 0 deletions news/4.33/images/case_sensitive.svg
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/overlay_bottom.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/overlay_options.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/overlay_top_replace_closed.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/overlay_top_replace_open.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
45 changes: 45 additions & 0 deletions news/4.33/images/regex.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
68 changes: 68 additions & 0 deletions news/4.33/images/search_in_area.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 54 additions & 0 deletions news/4.33/images/whole_word.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions news/4.33/platform.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,30 @@ <h2>Views, Dialogs and Toolbar </h2>
<h2>Text Editors </h2>
</td>
</tr>

<tr id="find-replace-overlay"> <!-- https://github.com/eclipse-platform/eclipse.platform.ui/pull/1192 -->
<td class="title">Overlay for performing find/replace operations</td>
<td class="content">
<p><img src="images/overlay_top_replace_open.png"/></p>
<p>The find/replace dialog now appears as an overlay on top of the editor.
By default, it performs a "search as you type". This overlay includes several search options that can
be toggled on or off either through keyboard shortcuts or by clicking the corresponding icons in the overlay.
The supported search options are:
</p>
<ul>
<li><img src="images/case_sensitive.svg"/> Case sensitive search (<code>Ctrl</code> + <code>shift</code> + <code>C</code> in Windows)</li>
<li><img src="images/whole_word.svg"/> Whole word search (<code>Ctrl</code> + <code>shift </code>+ <code>W</code> in Windows)</li>
<li><imgsrc="images/regex.svg"/> Search for a regular expression (<code>Ctrl</code> + <code>shift</code> + <code>P</code> in Windows)</li>
<li><img src="images/search_in_area.svg"/> Search in a selected area (<code>Ctrl</code> + <code>shift</code> + <code>A</code> in Windows)</li>
</ul>
<p>In case you prefer the old find/replace dialog, you can enable it in the preferences under <b>General -> Editors -> Text Editors</b>
<img src="images/overlay_options.png"/>
You can also choose to display the overlay at the bottom of the page.
</p>
<p><img src="images/overlay_bottom.png"/></p>
<p><img src="images/overlay_top_replace_closed.png"/></p>
</td>
</tr>
<!-- ******************* End of Text Editors ************************************* -->

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

0 comments on commit 92614f5

Please sign in to comment.