Issue by swieser
Friday Apr 25, 2014 at 12:00 GMT
Originally opened as adobe/brackets#7643
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 4df8afdad)