Skip to content

[CLOSED] Multiple Cursors and Selections do not work with Regular Expressions #6878

@core-ai-bot

Description

@core-ai-bot

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:

  1. Take any HTML document. Make sure it has at least two different tags, such as <b> and <i>.
  2. Press Ctrl+F to bring up the search bar.
  3. Enter "<[^>]+>" without quotes, which selects all the tags.
  4. 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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions