I am having a problem with GtkSourceView used from Python.
Two major problems: 1) When a user types text into the GtkSourceView, and types past the bottom of the visible text, the GtkSourceView does not autoscroll to the users cursor. This wouldnt be so bad, except: 2) The arrow keys, page up and page down keys, do not cause the GtkSourceView to scroll either.
The mouse scrollbar does work on the GtkSourceView.
Does anyone have knowledge/experience of this?
My code is here http://launchpad.net/kabikaboo