GNOME Bugzilla – Bug 486724
Correct line-marking in sourcview editor
Last modified: 2008-01-05 13:23:25 UTC
Having sized and shaped line markers so they are all (at least a little bit) visible when stacked, at the same line in the the order applied by scintilla, we need the same order to apply in sourceview. ATM that seems to display markers in last-apply-first-show order. To fix this, the accompanying patch deletes and re-sets any existing and new mark(s) at a line, in the desired order. It also applies mark-handle more generally.
Created attachment 97229 [details] compressed patch This patch has been produced with "ignore-whitespace" option. Indenting will sometimes be bad.
Thanks for the patch! I first want to see what they comment on #487098 before I apply it because there will probably be a feature like this in gtksourceview.
OK, this is now implemented in GtkSourceView 2.0 (see bug #487098) and already supported in the gtksourceview2 branch of anjuta
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.