Re: [Ironpython-users] Automating Visual Studio with IronPython

2011-06-26 Thread Denis
Hi Thank you! BTW, why 'dte' is not implicitly available in Visual Studio console? I found in some old (2006-2008) docs that 'dte' preexists in the console. On Sun, Jun 26, 2011 at 7:06 PM, Steve Dower wrote: > The MSDN docs show the difference between the two: > > http://msdn.microsoft.com/en-

Re: [Ironpython-users] Automating Visual Studio with IronPython

2011-06-26 Thread Steve Dower
The MSDN docs show the difference between the two: http://msdn.microsoft.com/en-us/library/envdte.events.solutionevents.aspx http://msdn.microsoft.com/en-us/library/envdte.events.outputwindowevents.aspx In short, OutputWindowEvents takes an (optional) parameter. You don't see this in C# because i