On Tue, Jun 20, 2017 at 8:24 PM, Adrian <[email protected]> wrote:
I am working to create my own auto completion plugin. > > I am presently using c.frame.body.widget.textChanged.connect to trigger > popups. Is this the most leonine and/or pythonic way to go about this? > I don't know ;-) I would start by looking at the two existing auto completion plugins: ctagscompleter.py and codewisecompleter.py. I would also look at Leo's existing autocompleter code in the AutoCompleterClass class in leoKeys.py. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/leo-editor. For more options, visit https://groups.google.com/d/optout.
