Open sebastianhallen opened 11 years ago
Probably need to write a new implementation of IOutputService. IVsOutputWindow does not seem to support columns. Use http://msdn.microsoft.com/en-us/library/microsoft.visualstudio.shell.errorlistprovider.aspx instead?
Do it!! ;)
mostly fixed in from-stone-to-sand
error handling system rewritten again: need to fix line and column number in error list - off by one at the moment.
Probably need to write a new implementation of IOutputService. IVsOutputWindow does not seem to support columns. Use http://msdn.microsoft.com/en-us/library/microsoft.visualstudio.shell.errorlistprovider.aspx instead?