Skip to content

Commit 19adfab

Browse files
jannisCodefedejeanne
authored andcommitted
regex improvement new&newsworthy article
1 parent 7c7c735 commit 19adfab

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed
2.68 KB
Loading
992 Bytes
Loading

news/4.34/platform.html

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,30 @@ <h2>Platform and Equinox</h2>
4242
<td id="ViewsAndDialogs" class="section" colspan="2">
4343
<h2>Views, Dialogs and Toolbar </h2>
4444
</td>
45-
</tr>
45+
</tr>
46+
47+
<tr id = "improved-regex-handeling">
48+
<td class="title"> Improved Regex Handeling when searching </td>
49+
<td class="content">
50+
<p>
51+
Thanks to this change, <strong>searching for a regex</strong> just got much better. If a regex which you typed into the searchbar,
52+
is not valid, a small <strong>decoration</strong> will show up and tell you that the expression is invalid.
53+
</p>
54+
<p>
55+
<img src="images\regex-improvement-decoration.png" alt="regex decoration">
56+
</p>
57+
<p>
58+
If you need more information about what exactly went wrong, you can just <strong>hover</strong> over the red decoration.
59+
</p>
60+
<p>
61+
<img src="images\regex-improvement-decoration-hover.png" alt="regex decoration while hovering">
62+
</p>
63+
<p>
64+
And the best part: This feature works the same for the traditional find/replace dialog, the new overlay and the file search dialog.
65+
</p>
66+
</td>
67+
</tr>
68+
4669
<!-- ******************* End of Views, Dialogs and Toolbar ************************************* -->
4770

4871
<!-- ******************* Text Editors ************************************* -->

0 commit comments

Comments
 (0)