pycrust editor

Neil Hodgson nhodgson at bigpond.net.au
Fri Feb 7 04:39:36 EST 2003


Erik Lechak:

> Sorry for asking but I have been searching for hours now.  I am using
> wxPython and like the pyCrust shell.  But I can't seem to find an
> editor that gives me the same type aware autocompletion as the shell (
> boa constructor does, but it's a little overkill at times).  I took a
> look at SciTE and thought that I hit the jackpot.  But it does not
> seem to understand python as well as pyCrust (or boa contructor) even
> with the generated python.api file.  Then I looked at the screenshot
> for SciTE here:
>
> http://www.scintilla.org/SciTEImage.html
>
> The screenshot is of SciTE editing a file called PyCrustEditor.py.
> Sounds just like what I am looking for.  Does anyone know anything
> about this editor and where I can get it?

   PyCrustEditor.py was part of PyCrust. I think the current version is
shell.py, so it is the same code that you are already happy with.

   It is hard for an editor to show the same autocompletion as PyCrust as
editors don't execute their contents. PyCrust has live objects that can be
asked for their methods.

   Neil






More information about the Python-list mailing list