Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regular expression multiple cursors bug #15580

Closed
crayment opened this issue Nov 16, 2016 · 1 comment
Closed

Regular expression multiple cursors bug #15580

crayment opened this issue Nov 16, 2016 · 1 comment
Assignees
Labels
*duplicate Issue identified as a duplicate of another issue(s) editor-find Editor find operations

Comments

@crayment
Copy link

  • VSCode Version: Code 1.7.1 (02611b4, 2016-11-03T13:46:00.226Z)
  • OS Version: Darwin x64 16.1.0
  • Extensions:
Extension Author Version
calc BorisA 0.0.1
MyExtensions none 0.0.1
erb CraigMaslowski 0.0.1
swift Kasik96 0.0.2
calculate acarreiro 1.1.0
githistory donjayamanne 0.1.0
prettify-json mohsen1 0.0.3
Theme-TomorrowKit ms-vscode 0.1.3
Ruby rebornix 0.10.1
move-fast selbh 0.1.0
swiftlint shinnn 0.1.3

Steps to Reproduce:

  1. Open a new file and type 112233445566 into it.
  2. Open the find dialog and enable regex search.
  3. Type \d\d into the search box.
  4. Notice there is correctly 6 matches and hitting enter cycles through them.
  5. Hit option+enter with the intention of placing 6 cursors - one on each match: 11, 22, 33, 44, 55, 66
  6. Notice you only get 3 cursors - one on 1122 one on 3344 and one on 5566

image 2016-11-16 at 10 55 21 am

@ramya-rao-a ramya-rao-a added the editor-find Editor find operations label Nov 16, 2016
@sandy081 sandy081 removed their assignment Nov 17, 2016
@alexdima
Copy link
Member

Dup of #11150

@alexdima alexdima added the *duplicate Issue identified as a duplicate of another issue(s) label Nov 30, 2016
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
*duplicate Issue identified as a duplicate of another issue(s) editor-find Editor find operations
Projects
None yet
Development

No branches or pull requests

4 participants