Re: Visual Studio output window

2010-06-03 Thread William Luu
I don't know if you can do that already, though my guess is you could probably write a Visual Studio add in to parse the content in the output window. A quick search finds these links: - How to: Create an addin - http://msdn.microsoft.com/en-us/library/80493a3w%28VS.80%29.aspx - How to: Control

RE: Visual Studio output window

2010-06-03 Thread Dylan Tusler
AM To: ozDotNet Subject: Re: Visual Studio output window I don't know if you can do that already, though my guess is you could probably write a Visual Studio add in to parse the content in the output window. A quick search finds these links: - How to: Create an addin - http://msdn.microsoft.com

RE: Visual Studio output window

2010-06-03 Thread David Kean
It can parse the output. Put it in the same format as what the compiler splits out. It won't parse Exception stacks though. From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Wallace Turner Sent: Thursday, June 03, 2010 5:16 AM To: 'ozDotNet' Subject: Visual

RE: Visual Studio output window

2010-06-03 Thread Wallace Turner
To: ozDotNet Subject: RE: Visual Studio output window It can parse the output. Put it in the same format as what the compiler splits out. It won't parse Exception stacks though. From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Wallace Turner Sent

Re: Visual Studio output window

2010-06-03 Thread mike smith
On 4 June 2010 14:37, Dylan Tusler dylan.tus...@sunshinecoast.qld.gov.au wrote: Dylan, I look at the Error Window to navigate to compile errors (hitherto I didn’t realise you could click on warnings/errors in the output window) Naturally, I don't get any warnings or errors in my output window,