Multi-line error message when validating regex in search #130
Labels
Enhancement
A Request for an Enhancement of an Existing Feature
Platform UI
Issue for Platform UI
Student
An Issue to be Addressed By a Student
Problem
Some important information is lost when the error message of the regex validation of the search is done, namely the offending character.
After applying eclipse-platform/eclipse.platform.ui#2373, the error message will look like this:
...when it could look more like this:
In the screenshot, you can see that the
^
is off: it should be right under the[
Goal
Show the multi-line error like the one in the last screenshot but place the
^
correctly.In other multi-line error messages where the extra line does not add any value, the error message should have only 1 line.
This can be easily spotted by the fact that there is no
^
in the error message.The text was updated successfully, but these errors were encountered: