GNOME Bugzilla – Bug 728201
SyncTex plugin broken in version 3.12
Last modified: 2019-03-23 20:51:01 UTC
Forward search using SyncTex plugin does not work in Gedit 3.12 and Gedit-Plugins 3.12. At opening TeX document, SyncTex plugin prints this traceback: Traceback (most recent call last):
+ Trace 233469
self.update_location()
self.update_active()
self._plugin._action_group.set_sensitive(True)
At Ctrl+Click the following traceback is printed: Traceback (most recent call last): File "/usr/lib64/gedit/plugins/synctex/synctex.py", line 97, in on_button_release self.sync_view(event.time) File "/usr/lib64/gedit/plugins/synctex/synctex.py", line 188, in sync_view self.window_proxy.SyncView(self.gfile.get_path(), (line, col), time) AttributeError: 'NoneType' object has no attribute 'SyncView' The problem is caused by forgotten references to the old menu API.
Created attachment 274296 [details] [review] Patch to fix the bug
Looks good to me
yeah, pushed. Thanks a lot.