- Editado
Please make search filter support regular expression.
I notice that I can use * to search simple pattern. But I want to do some cool stuff with the search filter. At least I need the OR operator to work. Regex is more standard and powerful so I am suggesting to make the search support regex search.
If possible I also want a shortcut mapping to select all results.
There is ready mapping to jump to next one, previous one but no select all shortcut.
Search: ENTER
Search - Next: F3
Search - Previous: shift + F3
Search - All: <
I want something like this[/b]
Search - Clear: ESCAPE
In 3.7.78-beta if your search starts and ends with /
, it will be considered a regular expression. You can optionally include i
after the last /
to make the regex case insensitive:
Loading Image
We've also added a new hotkey:
Search - Select All: ctrl + ENTER