I'm really in a hurry to finish an article here, then I applied this patch (http://git.gnome.org/browse/gedit- latex/commit/?id=34542364508a040a283e1d641b17df960da3f646) manually to /usr/lib/gedit/plugins/latex/outline.py but it did not fixed the problem here. This is a very annoying bug. My outline.py after manual patch is like this:
""" Expand a path and select the last node """ # disconnect from 'cursor-changed' #self._view.disconnect(self._cursor_changed_id) selection = self._view.get_selection() if not selection: return # select path self._view.expand_to_path(path) #self._view.set_cursor(path, None, False) # connect to 'cursor-changed' again #self._cursor_changed_id = self._view.connect("cursor-changed", self._on_cursor_changed) selection.select_path(path) # # methods to be overridden by the subclass # -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/990949 Title: Editor scrolls down after editing and saving a tex file To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gedit-latex-plugin/+bug/990949/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs