Coloring find results does not work
description
I'm using VSColorOutput 1.4.3. It works great for build output, but it does not for find results. The colors are configured (some gray for the file name and purple for the search term), but the text is all black.
I'm running a German-language version of Visual Studio 2010 SP1, and in FindResultsClassifier.cs, there are several hard-coded English strings (I guess to find out if you're in the find results window), like "Find All", "Match case", "Whole word" and "List filenames only". Since these are in German in my installation, I guess you just don't recognize that you're going through search results. Maybe you can get the localized strings from Visual Studio at runtime?