when I try to use a snippet with multiple choices it supposes to show a menu with many choices
eg. when you type "doctype" in html editing
but nothing happens, snippets with only one choice work well
this is what I get if I run gedit from the terminal:
Traceback (most recent call last):
File "/usr/lib/gedit/plugins/snippets/document.py", line 836, in on_view_key_press
return self.run_snippet()
File "/usr/lib/gedit/plugins/snippets/document.py", line 683, in run_snippet
if not self.run_snippet_trigger(word, (start, end)):
File "/usr/lib/gedit/plugins/snippets/document.py", line 663, in run_snippet_trigger
cm.show([self.provider], cm.create_context())
File "/usr/lib/python2.7/dist-packages/gi/types.py", line 113, in function
return info.invoke(*args, **kwargs)
TypeError: create_context() takes exactly 2 arguments (1 given)