Join us at the Oolite Anniversary Party -- London, 7th July 2024, 1pm
More details in this thread.

For those who code in Python

Off topic discussion zone.

Moderators: winston, another_commander, Cody

Post Reply
mcarans
---- E L I T E ----
---- E L I T E ----
Posts: 320
Joined: Sun Jun 20, 2010 6:00 pm

For those who code in Python

Post 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
Post Reply