Improved Visual Studio Error Highlighting/Searching

This is a two parter.

1. This is the big wish list item.  It's great that FinalBuilder IDE and Server allow you to narrow down to see which actions have errors.  We have large solutions that produce a lot of output.  It would be a huge help if you could navigate next/back to the errors that are highlighted in an action's log output. 

2. This is slightly less important, but would definitely help the above item.  Currently the error/warning highlighting is very loose.  We have a number of classes that have the word Error in them.  While this doesn't trigger the action to fail, it does get erroneously highlighted. 

Thanks!

Hi Nelson

1) This is on the todo list for a future version… should certainly be doable!

2) We should be able to do something about this, I just had a look at the parsing code and it could certainly be improved. As a work around, if you build using msbuild (turn on the check box on the VS action) the structured output highlights much more cleanly… as we let msbuild figure out where the errors are, and our custom msbuild logger gives finalbuilder exactly what it needs.