[IronPython] [0.9] Tab completion bug

Keith J. Farmer kfarmer at thuban.org
Thu Aug 4 11:44:15 CEST 2005


Enter in several lines, play around with tab completion.

 

Then enter:

 

>>> def foo():

... <tab>

 

Yields:

 

... previous tab completion results

 

Apparently the buffer holding the expression to complete isn't cleared
after a new line is started.

 

Also, in the event that we are at the start of a line, such that the
expression buffer is clear, could we insert a tab?  I know others out
there love their space bar, but I'm a tab guy, myself :-)

 

-----

Keith J. Farmer

kfarmer at thuban.org

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20050804/223360f1/attachment.html>


More information about the Ironpython-users mailing list