<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<style type="text/css" id="owaParaStyle"></style>
</head>
<body bgcolor="#ffffff" fpstyle="1" ocsi="0">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 13px;">
<div>
<div><span class="Apple-style-span" style="font-size: small; ">Keep in mind, these downloads are hosted on the website directly only while we have this temporary license; once the source code is released as well, the downloads will move to CodePlex.</span></div>
</div>
<div><span class="Apple-style-span" style="font-size: small; "><br>
</span></div>
<div>That being said, the download page which redirects to the actual file is for tracking purposes; we use Google Analytics to track downloads, and have no way of tracking files that way. It's pretty easy to figure out where the redirect is pulling the file
from; hint: http://ironpython.net/tools/<version>/IronPythonTools.vsix<span class="Apple-style-span" style="font-size: small;">. Though, we can't track those downloads, and those stats are one of the ways we show Microsoft management the benefits of the project.
Also, a list of versions will be at </span><a href="http://ironpython.net/tools/download/versions.html" title="http://ironpython.net/tools/download/versions.html
Ctrl+Click to follow link"><span class="Apple-style-span" style="font-size: small;">http://ironpython.net/tools/download/versions.html</span></a><span class="Apple-style-span" style="font-size: small;">.</span></div>
<div><span class="Apple-style-span" style="font-size: small;"><br>
</span></div>
<div><span class="Apple-style-span" style="font-size: small;">~Jimmy<br>
</span>
<div>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px"><br>
<hr tabindex="-1">
<div id="divRpF791388" style="direction: ltr; "><font face="Tahoma" size="2" color="#000000"><b>From:</b> users-bounces@lists.ironpython.com [users-bounces@lists.ironpython.com] on behalf of Michael Foord [fuzzyman@voidspace.org.uk]<br>
<b>Sent:</b> Thursday, July 01, 2010 2:46 PM<br>
<b>To:</b> Discussion of IronPython<br>
<b>Subject:</b> Re: [IronPython] Announcing IronPython Tools for Visual Studio CTP3<br>
</font><br>
</div>
<div></div>
<div>On 01/07/2010 19:34, Dino Viehland wrote:
<blockquote type="cite"><style>
<!--
@font-face
        {font-family:"Cambria Math"}
@font-face
        {font-family:Calibri}
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif"}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline}
a:visited, span.MsoHyperlinkFollowed
        {color:purple;
        text-decoration:underline}
span.EmailStyle17
        {font-family:"Calibri","sans-serif";
        color:windowtext}
@page WordSection1
        {margin:1.0in 1.0in 1.0in 1.0in}
-->
</style>
<div class="WordSection1">
<p class="MsoNormal">Hello Python Community,</p>
<p class="MsoNormal" style="margin-left:0.5in"> </p>
<p class="MsoNormal">We are happy to announce a minor update to the IronPython Tools for Visual Studio. IronPython Tools for Visual Studio (IPyTools) is a set of extensions available for Visual Studio 2010 which supports development of IronPython applications.
This release is our 3<sup>rd</sup> Community Technical Preview (CTP) and builds upon the previous two releases. The release is a minor update which includes bug fixes and a number of small features. You can download the latest release at
<a href="http://www.ironpython.net/ironpython/tools/" target="_blank">http://www.ironpython.net/ironpython/tools/</a></p>
<p class="MsoNormal" style="margin-left:0.5in"> </p>
</div>
</blockquote>
<br>
Can the download page please have a download link on it instead of (or as well as) serving the download through a refresh:<br>
<br>
<a class="moz-txt-link-freetext" href="http://ironpython.net/tools/download/" target="_blank">
http://ironpython.net/tools/download/</a><br>
<br>
Additionally, if possible, can the downloaded file have a version number in the filename please. :-)<br>
<br>
Thanks<br>
<br>
Michael Foord<br>
<br>
<br>
<blockquote type="cite">
<div class="WordSection1">
<p class="MsoNormal">There is also one major change in that the project system is no longer based upon the files which live on disk. Instead we now follow the normal VS project model. This means files must be explicitly added to the project and files which
you don’t want in the project won’t automatically show up. We made this change based upon feedback from people using the tool and think it will make it more familiar for normal Visual Studio users. Despite this change there is still support for an “implicit”
project when working without a project.</p>
<p class="MsoNormal" style="margin-left:0.5in"> </p>
<p class="MsoNormal">Like the previous release this release includes support for Intellisense including member completion, signature help, find all references, and goto definition. It enables quick browsing of your code using the object browser and the editor
navigation bar. It has an interactive (REPL) window that enables the development of applications in an interactive way. IPyTools supports lightweight development without a project as well as working with project files in the tradition of Visual Studio .
Opening a .py file causes IronPython Tools to model the code in the containing directory as an implicit project for Intellisense features. There are project templates for console, WPF, WinForms, and Silverlight applications. WPF applications support drag-and-drop
UI development. Debugging of Python applications works just like you debug other languages in Visual Studio.</p>
<p class="MsoNormal" style="margin-left:0.5in"> </p>
<p class="MsoNormal">We are still working on our final licensing terms for IronPython Tools, and as such this release is licensed under a temporary limited use license. While we weren’t able to finalize this for this release we expect to have this finalized
for the next release.</p>
<p class="MsoNormal" style="margin-left:0.5in"> </p>
<p class="MsoNormal">The full list of changes includes a number of bug fixes:</p>
<p class="MsoNormal"> Interactive window now respects VS color settings</p>
<p class="MsoNormal"> Fixed default settings for insert tabs, enter completing options, list of characters to complete to</p>
<p class="MsoNormal"> Fixed auto-indent inserting extra tabs on a blank line</p>
<p class="MsoNormal"> Enables usage of VS common settings for smart indentation and tabs and respects those options.</p>
<p class="MsoNormal"> Escape in REPL cancels both the intellisense session and the current input</p>
<p class="MsoNormal"> REPL: When a completion item is focused but not selective enter should not complete it</p>
<p class="MsoNormal"> REPL: We should respect the various intellisense completion options</p>
<p class="MsoNormal"> REPL: We should be using IronPython’s auto intending</p>
<p class="MsoNormal" style="text-indent:0.5in">Fix repl not respecting smart up/down on startup if the window was set to be open</p>
<p class="MsoNormal" style="text-indent:0.5in">REPL: Don’t allow history if the current command is still running – instead navigate the buffer</p>
<p class="MsoNormal" style="text-indent:0.5in">REPL: Enable syntax highlighting even if a command throws an exception</p>
<p class="MsoNormal" style="text-indent:0.5in">REPL: Remove trailing new lines from REPL history so we go back to the last line of input</p>
<p class="MsoNormal" style="text-indent:0.5in">REPL: When pasting ensure there’s a new line</p>
<p class="MsoNormal" style="text-indent:0.5in">REPL: Auto indent should delete selected lines when pressing enter</p>
<p class="MsoNormal" style="margin-left:0.5in; text-indent:0.5in"> </p>
<p class="MsoNormal">There are also a few new features:</p>
<p class="MsoNormal" style="text-indent:0.5in">New Fill Comment Paragraph feature</p>
<p class="MsoNormal" style="text-indent:0.5in">Implemented auto-dedent so it will backspace # of tabs</p>
<p class="MsoNormal" style="text-indent:0.5in">Support for disabling intellisense via normal VS mechanism</p>
<p class="MsoNormal" style="text-indent:0.5in">Support for hiding “advanced” members in intellisense (currently defined as __abc__ members)</p>
<p class="MsoNormal" style="margin-left:0.5in"> </p>
<p class="MsoNormal">There is one major change:</p>
<p class="MsoNormal" style="margin-left:0.5in"> Removes directory based projects in favor of normal VS style projects</p>
<p class="MsoNormal" style="margin-left:0.5in"> </p>
<p class="MsoNormal">- The IronPython Team</p>
<p class="MsoNormal"> </p>
<p class="MsoNormal"> </p>
</div>
<pre><fieldset class="mimeAttachmentHeader" target="_blank"></fieldset>
_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.ironpython.com" target="_blank">Users@lists.ironpython.com</a>
<a class="moz-txt-link-freetext" href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com" target="_blank">http://lists.ironpython.com/listinfo.cgi/users-ironpython.com</a>
</pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">--
<a class="moz-txt-link-freetext" href="http://www.ironpythoninaction.com/" target="_blank">http://www.ironpythoninaction.com/</a>
<a class="moz-txt-link-freetext" href="http://www.voidspace.org.uk/blog" target="_blank">http://www.voidspace.org.uk/blog</a>
READ CAREFULLY. By accepting and reading this email you agree, on behalf of your employer, to release me from all obligations and waivers arising from any and all NON-NEGOTIATED agreements, licenses, terms-of-service, shrinkwrap, clickwrap, browsewrap, confidentiality, non-disclosure, non-compete and acceptable use policies (”BOGUS AGREEMENTS”) that I have entered into with your employer, its partners, licensors, agents and assigns, in perpetuity, without prejudice to my ongoing rights and privileges. You further represent that you have the authority to release me from any BOGUS AGREEMENTS on behalf of your employer.
</pre>
</div>
</div>
</div>
</div>
</div>
</body>
</html>