You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
When searching for a regular expression, and then pressing Alt+F3, not all of the matches are selected.
Example:
Take any HTML document. Make sure it has at least two different tags, such as <b> and <i>.
Press Ctrl+F to bring up the search bar.
Enter "<[^>]+>" without quotes, which selects all the tags.
Press Alt+F3 (or press "Edit" / "Find All and Select") to select all the tags.
Result:
Only some of the tags are selected, even though all tags were initially highlighted when searching.
Expected:
All highlighted tags should be selected (compare to: "Find All" in Sublime Text 3).
In fact, there seems to be no obvious way to select all the results from the regular expression search, even if you don't use Alt+F3.
No extensions.
sprint 38 experimental build 0.38.0-12606 (release 4df8afd)