Skip to content

Improve undo stack titles for suggestions applied via light bulb#2823

Merged
heejaechang merged 1 commit intodotnet:masterfrom
shyamnamboodiripad:ImproveUndoStackTitles
May 19, 2015
Merged

Improve undo stack titles for suggestions applied via light bulb#2823
heejaechang merged 1 commit intodotnet:masterfrom
shyamnamboodiripad:ImproveUndoStackTitles

Conversation

@shyamnamboodiripad
Copy link
Contributor

This change introduces a workspace service that can be used to register the display strings that should be displayed in VS's undo stack for each change applied using light bulb. The string displayed in the undo stack is currently identical to the one displayed in the light bulb menu.

Fixes #273

This change introduces a workspace service that can be used to register the display strings that should be displayed in VS's undo stack for each change applied using light bulb. The string displayed in the undo stack is currently identical to the one displayed in the light bulb menu.

Fixes dotnet#273
@shyamnamboodiripad
Copy link
Contributor Author

@heejaechang @srivatsn @mavasani @tmeschter @jmarolf Could you please take a look?

@jmarolf
Copy link
Contributor

jmarolf commented May 18, 2015

👍

Copy link
Contributor

Choose a reason for hiding this comment

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

Nit: Consider moving text and the if (text != null) below into the if (!changedFiles.Skip(1).Any()) body, since text isn't needed later and it might make it easier to see that this ``if` has no side effects.

@heejaechang
Copy link
Contributor

@shyamnamboodiripad @dpoeschl @jmarolf I think most of comments are small ones, so I will merge this PR and open an issue to Shaym to take a look at the PR feedback once he comes back and he can decide whether he will address the issues. is it sound good?

@jmarolf
Copy link
Contributor

jmarolf commented May 19, 2015

@heejaechang sounds good.

heejaechang added a commit that referenced this pull request May 19, 2015
Improve undo stack titles for suggestions applied via light bulb
@heejaechang heejaechang merged commit eea5819 into dotnet:master May 19, 2015
@shyamnamboodiripad shyamnamboodiripad deleted the ImproveUndoStackTitles branch March 1, 2016 02:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve undo stack titles for ApplyChangesOperations

5 participants