Hi All,
Pydev 1.6.2 has been released
Details on Pydev: http://pydev.org Details on its development: http://pydev.blogspot.com
Release Highlights: -------------------------------
* Pydev is now also distributed with Aptana Studio 3, so it can be gotten in a version that doesn't require installing it as a separate plugin. Get it at: http://aptana.com/products/studio3/download
* Django templates editor (requires Aptana Studio 3)
o Supports HTML files with HTML, CSS and Javascript o Supports CSS files o Outline page o Code-completion for Django templates based on templates (window > preferences > pydev > django templates editor > templates) o Code-completion for HTML, CSS and Javascript o Syntax highlighting based on the templates with the 'Django tags' context o Colors based on the Aptana themes
* Python 2.7 grammar supported * Fixed indexing issue on contents getting getting stale in the cache * Fixed issue where the partitioning became wrong when entering a multiline string * Colors in the compare editor are now correct when using the Aptana themes * Extract method refactoring now works with "import" and "from ... import" inside a method * Source folders now appear before other folders * Fixed False positive on code analysis when using the property decorator
What is PyDev? ---------------------------
PyDev is a plugin that enables users to use Eclipse for Python, Jython and IronPython development -- making Eclipse a first class Python IDE -- It comes with many goodies such as code completion, syntax highlighting, syntax analysis, refactor, debug and many others.
Cheers,
python-announce-list@python.org