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 J ----- Keith J. Farmer [EMAIL PROTECTED] |
_______________________________________________ users-ironpython.com mailing list users-ironpython.com@lists.ironpython.com http://lists.ironpython.com/listinfo.cgi/users-ironpython.com