[Chicago] [Editor]Python Auto Fill

Ed Leafe ed at leafe.com
Tue Mar 6 01:17:23 CET 2007


On Mar 5, 2007, at 6:53 PM, Lukasz Szybalski wrote:

> On one of the presentations on the dabo somebody used a editor that
> fills in the code for you. Namely you type in
> import xml. and you get a list of (dom sax etc....)
> What editor would do that? Do you guys know of any plug in that  
> does that?

	The wxPython stc (styled text control), which is based on Scintilla,  
offers this. It's also in PyShell, the interactive interpreter for  
wxPython written by Patrick O'Brien.

	The Dabo Editor is based on wx.stc, and the Dabo Command Window is  
based on PyShell.

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com




More information about the Chicago mailing list