mike-ward / VSColorOutput

Color highlighting to Visual Studio's Build and Debug Output Windows
MIT License
429 stars 93 forks source link

Find results are not colored #73

Open a-tinsmith opened 6 years ago

a-tinsmith commented 6 years ago

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);
  2. Search in files for the pattern: "->Send("

Only the last line will be colourised in search results.