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

Allow for reindenting only selected text #35594

Closed
wants to merge 1 commit into from

Conversation

nolanpro
Copy link

@nolanpro nolanpro commented Oct 4, 2017

Based on feedback from, #28658. Particularly #28658 (comment)

@rebornix This would be very helpful for me and it looks like selection is already supported for getReindentEditOperations, it just needed to be wired up.

@msftclas
Copy link

msftclas commented Oct 4, 2017

CLA assistant check
All CLA requirements met.

@OTL
Copy link

OTL commented Nov 11, 2017

I and my friend are waiting this PR.

@alexdima alexdima removed their assignment Nov 14, 2017
@rebornix
Copy link
Member

@nolanpro sorry for responding too late. Do you mind rebasing against latest code and then our test suites can pass? The code looks good to me, once all checks are good let's merge it!

@nolanpro nolanpro force-pushed the master branch 5 times, most recently from f0e6af1 to 1904cb8 Compare November 27, 2017 23:42
@nolanpro nolanpro closed this Nov 28, 2017
@nolanpro nolanpro reopened this Nov 28, 2017
@nolanpro
Copy link
Author

@rebornix Ok rebased and tests passing. Thanks!

@nolanpro
Copy link
Author

@rebornix rebased again just now

@malt03
Copy link

malt03 commented Mar 14, 2018

@rebornix I am waiting this PR too !!!

@ino256
Copy link

ino256 commented Mar 15, 2018

+1

@hackhowtofaq
Copy link

Any news?

if (selection.isEmpty()) { continue; }
selections.push(selection);
}

Copy link
Member

Choose a reason for hiding this comment

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

We don't need two for loops here, let's merge them into one.

@malt03
Copy link

malt03 commented May 7, 2018

I think this PR is no longer needed. Because of #47116.

@nolanpro
Copy link
Author

Yup, closing in favor of #47116

@nolanpro nolanpro closed this May 14, 2018
@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
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.

8 participants