Page 1 of 1

For those who code in Python

Posted: Sun May 22, 2011 9:34 am
by mcarans
For those of you who code in Python, a project I've been working on:

Would like to announce the release of a new plugin "PyStudio" for
Editra that is targeted at Python developers.

In its initial release this plugin integrates the following extended
Python development features into Editra.

* Fully integrated Python Debugger - Utilizing same rpdb2 backend as
WinPdb with an all new fully integrated UI.
* Code Analysis - Provides fully integrated code analysis (lint
checking). (Currently supported backend is pylint).
* Python Module locator - search and find python modules on your
system - right click on import statements to open module.
* Syntax error checking on file save
* and more to come

[docs|screenshots] - http://code.google.com/p/editra-plugins/wiki/PyStudio

This plugin is compatible with Editra 0.6.48 and later.

Existing Python features already in Editra:
* Syntax Highlighting
* Autocompletion and calltips
* Auto-commenting
* launch scripts from within the program (bundled Launch plugin)
* Integrated Python shell (bundled PyShell plugin)

Where to get it:

*) Builtin PluginManager: Tools->PluginManager->Download
*) Manual download: http://code.google.com/p/editra-plugins/downloads/list


Cheers,
Mike