You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to leo-e...@googlegroups.com
Hello,
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 struggled to subclass LeoQtTextBrowser and make it replace the default. I had it somewhat working, but it would not save nodes, and did not have syntax coloring.
Thanks,
Adrian
Edward K. Ream
unread,
Jun 21, 2017, 6:36:19 AM6/21/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.