On Jan 31, 11:39 am, rantingrick <[email protected]> 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.
--
http://mail.python.org/mailman/listinfo/python-list