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

Add selectAllMatches command in column selection mode. #5715

Merged
merged 2 commits into from
May 4, 2016
Merged

Add selectAllMatches command in column selection mode. #5715

merged 2 commits into from
May 4, 2016

Conversation

Inori
Copy link
Contributor

@Inori Inori commented Apr 24, 2016

vs_ml
Operation flow:

  1. Ctrl+F --> Open find widegt.
  2. Alt+R --> Turn on regex mode.
  3. Input search text --> Regex text or normal text.
  4. Alt+Enter --> Select all matches.
  5. Left arrow --> Ajust cursors.(Ignore this step if you don't want to edit the selected text.)
  6. Edit text --> Do what you want.(Ignore this step if you don't want to edit the selected text.)
  7. Shift+Home --> Select modified text.(Ignore this step if you don't want to edit the selected text.)
  8. Ctrl+C --> Copy selected text.
  9. Ctrl+N --> Open a new tab.
    10 .Ctrl+V --> Paste.

Compared to sublime:
sb_ml

@mention-bot
Copy link

By analyzing the blame information on this pull request, we identified @ajkerrigan and @alexandrudima to be potential reviewers

@msftclas
Copy link

Hi @Inori, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution!

In order for us to evaluate and accept your PR, we ask that you sign a contribution license agreement. It's all electronic and will take just minutes. I promise there's no faxing. https://cla.microsoft.com.

TTYL, MSBOT;

@msftclas
Copy link

@Inori, Thanks for signing the contribution license agreement so quickly! Actual humans will now validate the agreement and then evaluate the PR.

Thanks, MSBOT;

@Inori
Copy link
Contributor Author

Inori commented Apr 25, 2016

Issues #5447

@alexdima alexdima added this to the May 2016 milestone Apr 26, 2016
@alexdima alexdima merged commit aeb155d into microsoft:master May 4, 2016
alexdima added a commit that referenced this pull request May 4, 2016
Add selectAllMatches command in find widget.
@alexdima
Copy link
Member

alexdima commented May 4, 2016

@Inori Thank you, nice job! ❤️

@pcarrier
Copy link

Do we know when this will land? It's a killer feature for me and I was disappointed it's not in 1.1.0.

@taoqf
Copy link

taoqf commented Jun 7, 2016

maybe we need 'alt+f3' to select all the same words when some are selected.

@greatbody
Copy link

just like "ctrl+d" in sublime

public selectAllMatches(): boolean {
if (this._model) {
this._model.selectAllMatches();
this.closeFindWidget();
Copy link
Contributor

@yisibl yisibl Jun 11, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this.closeFindWidget();

Why is it removed in the latest code(in master branch)?

@akinhwan
Copy link

wow did i ever need this, man so useful thank you!!!!!!!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants