On Sun, Oct 5, 2008 at 2:39 PM, Ville M. Vainio <[EMAIL PROTECTED]> wrote: > > Just a note - this article how to implement tab completion for minibuffer: > > http://www.saltycrane.com/blog/2008/01/python-pyqt-tab-completion-example/ > > I think it will be even easier if we use the already existing event > filter for this, though.
This is useful, but it doesn't solve the real problem, namely discovering the list of completions. Everything except that problem is easy. You may not agree with how Leo shows possible completions in a tab in the log pane, but that's a nit. Edward --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en -~----------~----~----~----~------~----~------~--~---
