VSColorOutput icon indicating copy to clipboard operation
VSColorOutput copied to clipboard

Find results are not colored

Open a-tinsmith opened this issue 6 years ago • 0 comments

Some find results are not coloured. I suppose it's a broken regexp. Steps to reproduce:

  1. Have a text file with the following lines:
foo->Send(&bar);
foo->Send();
foo->Send(bar);
  1. Search in files for the pattern: "->Send("

Only the last line will be colourised in search results.

a-tinsmith avatar May 22 '18 02:05 a-tinsmith