+ -

Python开发插件 Pydev - v1.6.2 发布

时间:2010-09-10

来源:renwofei423

在手机上看
手机扫描阅读

Eclipse下用来开发Python的插件。

Release 1.6.2

Pydev 现在存在于 Aptana Studio 3中。

Django 模板编辑器 (requires Aptana Studio 3)

  • Supports HTML files with HTML, CSS and Javascript
  • Supports CSS files
  • Outline page
  • Code-completion for Django templates based on templates (window > preferences > pydev > django templates editor > templates)
  • Code-completion for HTML, CSS and Javascript
  • Syntax highlighting based on the templates with the 'Django tags' context
  • Colors based on the Aptana themes

支持python 2.7

其他:

  • 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