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 17, 2024
1 parent 0ef3497 commit cd6ecd5
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 style="max-width: 600px;" src="images/overlay_top_replace_open.png" alt="Find/Replace overlay"/></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:
<ul>
<li><img style="max-width: 32px;" src="images/case_sensitive.svg"/> Case sensitive search (Ctrl + shift + C)</li>
<li><img style="max-width: 32px;" src="images/whole_word.svg"/> Whole word search (Ctrl + shift + W)</li>
<li><img style="max-width: 32px;" src="images/regex.svg"/> Search for a regular expression (Ctrl + shift + P)</li>
<li><img style="max-width: 32px;" src="images/search_in_area.svg"/> Search in a selected area (Ctrl + shift + A)</li>
</ul>
</p>
<p>In case you prefer the old find/replace dialog, you can enable it in the preferences under <code>General -> Editors -> Text Editors</code>
<img style="max-width: 600px;" src="images/overlay_top_replace_open.png" alt="Find/Replace overlay"/>
You can also choose to display the overlay at the bottom of the page.
</p>
<p><img style="max-width: 600px;" src="images/overlay_bottom.png" alt="Find/Replace overlay"/></p>
<p><img style="max-width: 600px;" src="images/overlay_top_replace_closed.png" alt="Find/Replace overlay"/></p>
</td>
</tr>
<!-- ******************* End of Text Editors ************************************* -->

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

0 comments on commit cd6ecd5

Please sign in to comment.