VSColorOutput
VSColorOutput copied to clipboard
Find results are not colored
Some find results are not coloured. I suppose it's a broken regexp. Steps to reproduce:
- Have a text file with the following lines:
foo->Send(&bar);
foo->Send();
foo->Send(bar);
- Search in files for the pattern: "->Send("
Only the last line will be colourised in search results.