diff --git a/news/4.33/images/case-sensitive.svg b/news/4.33/images/case-sensitive.svg new file mode 100644 index 00000000..964b5e4b --- /dev/null +++ b/news/4.33/images/case-sensitive.svg @@ -0,0 +1,47 @@ + + diff --git a/news/4.33/images/overlay-options.png b/news/4.33/images/overlay-options.png new file mode 100644 index 00000000..ae3182a0 Binary files /dev/null and b/news/4.33/images/overlay-options.png differ diff --git a/news/4.33/images/overlay-top-replace-closed.png b/news/4.33/images/overlay-top-replace-closed.png new file mode 100644 index 00000000..66be2393 Binary files /dev/null and b/news/4.33/images/overlay-top-replace-closed.png differ diff --git a/news/4.33/images/overlay-top-replace-opened.png b/news/4.33/images/overlay-top-replace-opened.png new file mode 100644 index 00000000..cfd71ca0 Binary files /dev/null and b/news/4.33/images/overlay-top-replace-opened.png differ diff --git a/news/4.33/images/overlay-top-search-history.png b/news/4.33/images/overlay-top-search-history.png new file mode 100644 index 00000000..31a1c605 Binary files /dev/null and b/news/4.33/images/overlay-top-search-history.png differ diff --git a/news/4.33/images/regex.svg b/news/4.33/images/regex.svg new file mode 100644 index 00000000..fe3f92b2 --- /dev/null +++ b/news/4.33/images/regex.svg @@ -0,0 +1,45 @@ + + diff --git a/news/4.33/images/search-in-area.svg b/news/4.33/images/search-in-area.svg new file mode 100644 index 00000000..8734b9c0 --- /dev/null +++ b/news/4.33/images/search-in-area.svg @@ -0,0 +1,68 @@ + + diff --git a/news/4.33/images/whole-word.svg b/news/4.33/images/whole-word.svg new file mode 100644 index 00000000..4cac7549 --- /dev/null +++ b/news/4.33/images/whole-word.svg @@ -0,0 +1,54 @@ + + diff --git a/news/4.33/platform.html b/news/4.33/platform.html index 8f821204..5f02f129 100644 --- a/news/4.33/platform.html +++ b/news/4.33/platform.html @@ -66,6 +66,53 @@
+ The find/replace dialog for performing search and replace operations within an open editor now appears as a + seamlessly integrated overlay on top of the editor. + By default, it performs a "search as you type" and opens with the replace bar collapsed, thus focussing on the + mostly used search functionality. +
+ +
+ The replace bar can be opened on demand using the expand button or with the according keyboard shortcut
+ (Ctrl
/Cmd
+ R).
+
Ctrl
/Cmd
+ Shift
+ C
)Ctrl
/Cmd
+ Shift
+ W
)Ctrl
/Cmd
+ Shift
+ P
)Ctrl
/Cmd
+ Shift
+ A
)+ In case you prefer the old find/replace dialog, you can disable the overlay in the preferences under General -> + Editors -> Text Editors. + You can also change in the preferences whether you prefer to have the overlay appear at the bottom instead of the + top of the editor. +
++ +
++ The overlay keeps a history of the past searches and updates the history everytime you perform a search. + Searches by "search as you type" will not be stored to the history. You can also navigate the history using the + arrow keys up or down. +
+ +