On Sun, Dec 6, 2009 at 10:46 PM, Terry Brown <[email protected]> wrote: > Ville's completer is working and very cool, here are instructions for > making it go. They're like the instructions Ville gave, only usable ;-)
Ahem ;-). Thanks for this, I hope others will take a stab at it as well, given sane instructions (I burned my free cycles frantically coding this thing and neglected the all-important HOWTO). This is important because functional completion is the single most important thing still missing from Leo. Or, well, was ;-). Especially the presentation part (QCompleter) needs some care, so you can operate it from your keyboard alone. It should probably be moved to core (qtgui, perhaps leoQTextEditWIdget), so codewise completer can just invoke w.complete(list_of_completions) that will bring up the QCompleter popup. > Then, after restarting leo if necessary, type > > c.op<Alt-0> in the body editor to find all the c. methods starting > with 'op' etc. Also, try the explicit declarations: # w : SomeClass w.<alt+0> And self.<alt+0> -- Ville M. Vainio http://tinyurl.com/vainio -- 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.
