diff --git a/news/4.34/images/regex-improvement-decoration-hover.png b/news/4.34/images/regex-improvement-decoration-hover.png new file mode 100644 index 000000000..045948cea Binary files /dev/null and b/news/4.34/images/regex-improvement-decoration-hover.png differ diff --git a/news/4.34/images/regex-improvement-decoration.png b/news/4.34/images/regex-improvement-decoration.png new file mode 100644 index 000000000..58bbaf4d4 Binary files /dev/null and b/news/4.34/images/regex-improvement-decoration.png differ diff --git a/news/4.34/platform.html b/news/4.34/platform.html index e77a50b00..8ef713847 100644 --- a/news/4.34/platform.html +++ b/news/4.34/platform.html @@ -42,7 +42,30 @@
+ Thanks to this change, searching for a regex just got much better. If a regex which you typed into the searchbar, + is not valid, a small decoration will show up and tell you that the expression is invalid. +
+
+
+
+ If you need more information about what exactly went wrong, you can just hover over the red decoration. +
+
+
+
+ And the best part: This feature works the same for the traditional find/replace dialog, the new overlay and the file search dialog. +
+