[Idle-dev] IDLE plans
Gerrit Holl
gerrit@nl.linux.org
Wed, 1 Mar 2000 16:38:34 +0100
<quote name="Markus Gritsch" date="951924427" email="gritsch@iue.tuwien.ac.at">
> Guido van Rossum wrote:
>
> > We need project management (again, PythonWorks is a good example; but
> > so is VC++ or any number of Windows apps). This is relatively simple
> > and straightforward. Question: should there be a 1-1 correspondence
> > between projects and directories?
I don't think so - I think it should be as flexible as possible.
> The Call tip window which pops up when you type the name of a known function
> followed by an open parenthesis. Is already very useful.
> Even more useful would be a feature similar to the completion-feature
> in forte4java.
In fact, this already exists somewhere:
>>> import rlcompleter
>>> import readline
>>> readline.parse_and_bind("tab: complete")
I think it's useful for Idle though, because this one isn't really
crossplatform - the readline module need to be compiled in, which isn't
default (and what about non-unices???).
</quote>
regards,
Gerrit.
--
-----BEGIN GEEK CODE BLOCK----- http://www.geekcode.com
Version: 3.12
GCS dpu s-:-- a14 C++++>$ UL++ P--- L+++ E--- W++ N o? K? w--- !O !M !V PS+ PE?
Y? PGP-- t- 5? X? R- tv- b+(++) DI D+ G++ !e !r !y
-----END GEEK CODE BLOCK-----