sebastianhallen / Goose

Configure powershell commands that will be run when saving files that matches a specific glob.
http://sebastianhallen.github.com/Goose/
Other
3 stars 0 forks source link

Filename and column should be included in error list #21

Open sebastianhallen opened 11 years ago

sebastianhallen commented 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?

peol commented 11 years ago

Do it!! ;)

sebastianhallen commented 11 years ago

mostly fixed in from-stone-to-sand

sebastianhallen commented 11 years ago

error handling system rewritten again: need to fix line and column number in error list - off by one at the moment.