I want to write a gedit plugin that creates a shortcut to go to the last edit location. Therefore I wonder how to get this location in (py)GTK/gedit.
Edit: accessing the view (GtkSourceView
) or the document (GtkSourceBuffer
) is not a problem.
I want to write a gedit plugin that creates a shortcut to go to the last edit location. Therefore I wonder how to get this location in (py)GTK/gedit.
Edit: accessing the view (GtkSourceView
) or the document (GtkSourceBuffer
) is not a problem.