IDLE: A cornicopia of mediocrity and obfuscation.
rantingrick
rantingrick at gmail.com
Mon Jan 31 12:49:49 EST 2011
On Jan 31, 11:39 am, rantingrick <rantingr... at gmail.com> wrote:
In my original post i showed this code....
#-- Puesdo Code --#
# in editor window __init__
self.autocomplete = AutoComplete(blah)
# in editor window onKeyPress(blah)
if key == 'Tab' and blah:
self.autocomplete.show_tip(blah)
elif key == 'Escape' and acw.is_visibe():
self.autocomplete.hide()
...is a suggested FIX of the current code NOT a generalization of the
current code. However it may easily be miss-interpreted due to
improper placement in the paragraph.
More information about the Python-list
mailing list