Differences between revisions 1 and 7 (spanning 6 versions)
Revision 1 as of 2005-04-16 23:37:53
Size: 65
Editor: cpe-66-69-238-12
Comment:
Revision 7 as of 2006-07-29 22:08:56
Size: 1655
Editor: catv-50621e76
Comment: add shareware licencing information to the PyDev Extension
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Probably a typo on the PythonInfo Wiki that brought you here... Pydev is a Python plugin for Eclipse, and is hosted at http://pydev.sourceforge.net

There is also a Pydev Extensions version that adds many features to Pydev at http://www.fabioz.com/pydev, but this is shareware, u have 30 day to try, after that u should buy it.

'''Complete Feature Matrix''' for both versions: http://www.fabioz.com/pydev/manual_adv_features.html

'''Getting Started''' in Pydev: http://www.fabioz.com/pydev/manual_101_root.html

Below there are some of the features available (version 1.0.2)

= Pydev =

 * '''Python''' and '''Jython''' support
 * '''Code completion'''
 * '''Debugger'''
 * Python 2.4 syntax
 * Syntax highlighting
 * Parser errors
 * Outline view
 * Tabs or spaces preferences
 * Smart indent / dedent
 * Comment / uncomment / comment blocks
 * Code folding
 * Refactoring with BRM
 * Go to definition with BRM
 * Code Coverage
 * Pylint integration
 * TODO tasks
 * Content Assistants (Ctrl+1)
     * Assign result to attribute or local
     * Surround code with try..catch / finally
     * Create docstring
     * Move import to global scope

= Pydev Extensions =

 * '''Code completion with auto-import'''
 * '''Code analysis''' (PyLint replacement, but much faster)
 * '''Go to definition''' (Bycicle Repair Man replacement, but much more reliable)
 * '''Debug server''' (allows debugging scripts not lauched from within Eclipse)
 * '''Debug console''' (allows interactive probing in suspended mode)
 * Quick-Fix for problems found in code analysis
 * Keywords presented as auto-completions as you type
 * Quick-outline
----
CategoryIntegratedDevelopmentEnvironment

Pydev is a Python plugin for Eclipse, and is hosted at http://pydev.sourceforge.net

There is also a Pydev Extensions version that adds many features to Pydev at http://www.fabioz.com/pydev, but this is shareware, u have 30 day to try, after that u should buy it.

Complete Feature Matrix for both versions: http://www.fabioz.com/pydev/manual_adv_features.html

Getting Started in Pydev: http://www.fabioz.com/pydev/manual_101_root.html

Below there are some of the features available (version 1.0.2)

Pydev

  • Python and Jython support

  • Code completion

  • Debugger

  • Python 2.4 syntax
  • Syntax highlighting
  • Parser errors
  • Outline view
  • Tabs or spaces preferences
  • Smart indent / dedent
  • Comment / uncomment / comment blocks
  • Code folding
  • Refactoring with BRM
  • Go to definition with BRM
  • Code Coverage
  • Pylint integration
  • TODO tasks
  • Content Assistants (Ctrl+1)
    • Assign result to attribute or local
    • Surround code with try..catch / finally
    • Create docstring
    • Move import to global scope

Pydev Extensions

  • Code completion with auto-import

  • Code analysis (PyLint replacement, but much faster)

  • Go to definition (Bycicle Repair Man replacement, but much more reliable)

  • Debug server (allows debugging scripts not lauched from within Eclipse)

  • Debug console (allows interactive probing in suspended mode)

  • Quick-Fix for problems found in code analysis
  • Keywords presented as auto-completions as you type
  • Quick-outline


CategoryIntegratedDevelopmentEnvironment

PyDev (last edited 2010-01-01 11:14:53 by 201)

Unable to edit the page? See the FrontPage for instructions.