chromium / vs-chromium

A Visual Studio extension containing a collection of tools to help contributing code to the Chromium project.
BSD 3-Clause "New" or "Revised" License
311 stars 90 forks source link

Support Ctrl+X for cut #22

Closed randomascii closed 8 years ago

randomascii commented 8 years ago

I sometimes move a search term from the "Search Code" field to the "File Paths" field and I automatically try to do this with Ctrl+X/tab/Ctrl+V. But this doesn't work. I eventually remember that I have to do Ctrl+C/Del/tab/Ctrl+V. It would be nice to support Ctrl+X as well.

Not a big deal, just a nice-to-have.

rpaquay commented 8 years ago

Hmm... I am confused. Ctrl-X seems to work in both "Search Code" and "File Paths" (as long as the text is selected of course). So, Ctrl-X/tab/Ctrl-V works for me.

randomascii commented 8 years ago

It works for me now. I don't know why it didn't before. Closing.

randomascii commented 8 years ago

It stopped working again. It's odd that just this one shortcut misbehaves. It must be a VS peculiarity. I assume that restarting VS will fix it.

rpaquay commented 8 years ago

Weird... It this VS 2015?

On Wed, Nov 11, 2015 at 5:43 PM, Bruce Dawson notifications@github.com wrote:

It stopped working again. It's odd that just this one shortcut misbehaves. It must be a VS peculiarity. I assume that restarting VS will fix it.

— Reply to this email directly or view it on GitHub https://github.com/chromium/vs-chromium/issues/22#issuecomment-155970291 .

randomascii commented 8 years ago

Yes. It works fine otherwise. That may well be the difference because I didn't notice it with VS 2013. Then again, I've been using VS 2015 for a month or so and only noticed it last week.