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
310 stars 88 forks source link

Text Search should not use "\" as an escape character #71

Open rpaquay opened 4 years ago

rpaquay commented 4 years ago

The fact that \ is an escape character for \t (i.e. TAB) for example makes the "text search" feature less intuitive, but copy/pasting any text (from a VS Editor window, for example) should always results in searching for the pasted text.

This should apply to non-regex search code only.

To support escape characters, which is very uncommon, maybe a new option should be available (maybe a new button at the top of the Code Search window?)

rpaquay commented 4 years ago

@randomascii fyi

rpaquay commented 4 years ago

Fixed in v0.9.37