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 @@

Platform and Equinox

Views, Dialogs and Toolbar

- + + + + Improved Regex Handeling when searching + +

+ 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. +

+

+ regex decoration +

+

+ If you need more information about what exactly went wrong, you can just hover over the red decoration. +

+

+ regex decoration while hovering +

+

+ And the best part: This feature works the same for the traditional find/replace dialog, the new overlay and the file search dialog. +

+ + +