You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
May 17 09:33:08 martineli org.gnome.gedit[168467]: Traceback (most recent call last):
May 17 09:33:08 martineli org.gnome.gedit[168467]: File "/home/madmak/.local/share/gedit/plugins/go-to-definition.py", line 228, in populate_context_menu
May 17 09:33:08 martineli org.gnome.gedit[168467]: word = self.get_word(view, doc)
May 17 09:33:08 martineli org.gnome.gedit[168467]: File "/home/madmak/.local/share/gedit/plugins/go-to-definition.py", line 199, in get_word
May 17 09:33:08 martineli org.gnome.gedit[168467]: if not self.belongs_to_project(doc):
May 17 09:33:08 martineli org.gnome.gedit[168467]: File "/home/madmak/.local/share/gedit/plugins/go-to-definition.py", line 191, in belongs_to_project
May 17 09:33:08 martineli org.gnome.gedit[168467]: if self.root_directory in doc.get_uri_for_display():
May 17 09:33:08 martineli org.gnome.gedit[168467]: AttributeError: 'Document' object has no attribute 'get_uri_for_display'
The text was updated successfully, but these errors were encountered:
May 17 09:33:08 martineli org.gnome.gedit[168467]: Traceback (most recent call last):
May 17 09:33:08 martineli org.gnome.gedit[168467]: File "/home/madmak/.local/share/gedit/plugins/go-to-definition.py", line 228, in populate_context_menu
May 17 09:33:08 martineli org.gnome.gedit[168467]: word = self.get_word(view, doc)
May 17 09:33:08 martineli org.gnome.gedit[168467]: File "/home/madmak/.local/share/gedit/plugins/go-to-definition.py", line 199, in get_word
May 17 09:33:08 martineli org.gnome.gedit[168467]: if not self.belongs_to_project(doc):
May 17 09:33:08 martineli org.gnome.gedit[168467]: File "/home/madmak/.local/share/gedit/plugins/go-to-definition.py", line 191, in belongs_to_project
May 17 09:33:08 martineli org.gnome.gedit[168467]: if self.root_directory in doc.get_uri_for_display():
May 17 09:33:08 martineli org.gnome.gedit[168467]: AttributeError: 'Document' object has no attribute 'get_uri_for_display'
The text was updated successfully, but these errors were encountered: