Interestingly .py files are not associated with devenv.exe on my machine, but are recognized by VS as Python language files. This is not the case for .ipy files, which are associated with devenv.exe.
Date: Wed, 25 Feb 2009 16:40:03 -0800 From: Jimmy Schementi <[email protected]> Subject: Re: [IronPython] Associate .ipy extension as IronPython in VS 2008? To: Discussion of IronPython <[email protected]> Message-ID: <5283ca0a4168df4fbbd71ae9eca5a3284beb541...@na-exmsg-c116.redmond.corp.microsoft.com> Content-Type: text/plain; charset="iso-8859-1" Can't you just tell the OS to associate .ipy files with devenv.exe? (Right-click on file --> Open with ... --> browse to devenv.exe). I don't think VS keeps track of file types associated with it, but the setup sets them. From: [email protected] [mailto:[email protected]] On Behalf Of Matt Sent: Wednesday, February 25, 2009 3:06 PM To: [email protected] Subject: [IronPython] Associate .ipy extension as IronPython in VS 2008? Having installed the ASP.NET Futures package, I get syntax highlighting for files with the .py extension in Visual Studio 2008. I am unable to find a setting to associate files with a .ipy extension as the same. I use both the CPython and IronPython interpreters, and would like to use the file extensions to keep the scripts separate. Is there a VS config setting or a registry key to set the file type in VS?
_______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
