|
From: Alan E. <ala...@gm...> - 2009-02-25 16:16:54
|
I am not sure why that is, but do you get the same problem when you "merge stdout and stderr"? On Wed, Feb 25, 2009 at 12:05 AM, Shlomy Reinstein <sre...@gm...>wrote: > Hi, > I use the Console & ErrorList plugins to build a project using MSDEV. > Compiler errors and warnings are correctly caught by the default error > patterns and reported in the ErrorList dockable. > However, the project also contains many "#pragma message" directives, > which cause the compiler to output these messages to the standard > error during the build. These messages are also reported as errors in > ErrorList, though they do not match the error patterns. > Is there a way to ask Console to send only the output lines matching > the error patterns to ErrorList, and ignore the standard error? (I'd > still like to see the standard error stream in the Console dockable, I > just do not want this stream to be treated as errors.) > Shlomy > > |