addiks/gedit-phpide

autocompletion issue

Closed this issue · 2 comments

i successfully build the index, but when i try autocompletion, i get the exception
Traceback (most recent call last):
File "/home/lucius/.local/share/gedit/plugins/gedit-phpide-master/AutocompleteProvider.py", line 196, in do_populate
hasIter, textIter = context.get_iter()
TypeError: 'TextIter' object is not iterable

I have just pushed a new version that should have fixed this. Can you please check if this problem is now fixed?

is working perfectly, thank you.