Posts Tagged ‘wx;backend;editra’

Editra ipython plugin under work

April 25, 2008

Editra ( http://editra.org/ ) is a programmer’s source editor that is now bundled with wxpython distribution.

It has a plugin architecture so external can connect to it to provide added functionality.

I’m currently working on integrating wx IpythonView widget inside it. So user will have a new ipython based alternative to classical wx pyshell.

Current version of the plugin is 0.3beta and bundle ipython/readline/and wx ipython widget into one egg. It supports infinite loop breaking, multiline copy/paste, options save/restore.

Thanks to cody precord, author of editra, it also works for MacOSX.

There still lot of work so… stay tuned for more news!