Skip to content

Commit 8d9a080

Browse files
committed
regex improvement new&newsworthy article
1 parent b180699 commit 8d9a080

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>decoaration </strong>will pop up which informs you that something went wrong.
53+
</p>
54+
<p>
55+
<img style="max-width: 600px" 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 style="max-width: 600px" src="images\regex-improvement-decoration-hover.png" alt="">
62+
</p>
63+
<p>
64+
And the best part: <strong>This feature works the same for all searches! </strong>
65+
</p>
66+
</td>
67+
</tr>
68+
4669
<!-- ******************* End of Views, Dialogs and Toolbar ************************************* -->
4770

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

0 commit comments

Comments
 (0)