Eclipse 的 Python 插件,PyDev 2.6.0 发布

jopen 12年前
   <img alt="Eclipse 的 Python 插件,PyDev 2.6.0 发布" src="https://simg.open-open.com/show/795d2e018be96aea108fc42d560b893f.gif" width="272" height="112" />    <p><a href="/misc/goto?guid=4958346264052595523" target="_blank">PyDev </a>2.6.0 发布了,这是Eclipse下用来开发Python的插件。 该版本修复了很多 bug ,同时包含一些新特性和改进,主要内容如下:</p>    <p><strong>Interactive console</strong></p>    <ul class="simple">     <li><strong>It's now possible to use the interactive console attached to a debug session.</strong> (patch from Hussain Bohra)      <ul>       <li>To use this feature either right-click a frame in the debug view and choosing PyDev > Debug console or create a new Interactive console as usual (Ctrl+Alt+Enter and choose 'PyDev Debug Console' -- but note that this option will only be enabled when in a debug session with a selected frame in the Debug view.</li>      </ul> </li>     <li>Fixed issue where completions from the console did not work properly with '%' because quoting was not being properly done.</li>     <li>Fixed issue where the <strong>execfile()</strong> redefinition in the PyDev console did not use the proper globals</li>     <li>When launching interactive console, PYTHONPATH order is properly kept (patch from James Blackburn).</li>     <li>Fix pasting into the middle of the console (patch from James Blackburn).</li>     <li>For paste, only go to the end of the line if the cursor isn't in range (patch from James Blackburn).</li>    </ul>    <p><strong>PyUnit</strong></p>    <ul class="simple">     <li>Improved preferences page configuration (links shown to add options).</li>     <li>Improved test discovery in PyDev PyUnit runner (exclude/include files/tests options added).</li>    </ul>    <p><strong>Jython</strong></p>    <ul class="simple">     <li><strong>print</strong> may be used in dotted names as Jython requires for grammars 2.4 and 2.5.</li>    </ul>    <p><strong>Others</strong></p>    <ul class="simple">     <li>In a build, PyDev could end up reading the contents of files unrelated to Python.</li>     <li>Django project startup compatible with django 1.4.</li>     <li>Assignments to builtins when in the class-level no longer generate a warning.</li>     <li>Fixed issue starting new thread in the debugger (fix for <strong>paste/waitress</strong>).</li>     <li>Fixed error configuring interpreter if os.path was not present.</li>     <li>Fixed issue when configuring interpreter which has unicode characters in the PYTHONPATH.</li>     <li>When searching for external files, also take a look at the configured projects, as it may be that the file should actually be found in an external source folder.</li>     <li>Fixed issues getting marker on files with a dirty editor and where we could end up getting markers from other files.</li>     <li>The scripting output console is not shown unless there's actually some output to show.</li>     <li>A bunch of other minor fixes.</li>    </ul>    <p><img style="width:554px;height:461px;" class="snap" alt="Eclipse 的 Python 插件,PyDev 2.6.0 发布" src="https://simg.open-open.com/show/ffcf7d1039ace2ee56e6a48ac37b2f98.png" width="794" height="663" /></p>