autocompletion issue
Closed this issue · 2 comments
BacLuc commented
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
addiks commented
I have just pushed a new version that should have fixed this. Can you please check if this problem is now fixed?
BacLuc commented
is working perfectly, thank you.