I had a look at the Scintilla documentation and I don't think it is directly possible to style the margins (remember, there are more margins than just the line numbers and if so, we probably need to style every margin of the current line to have it consistent) according to the current line.

What might be possible would be to adjust the style of the margins of the current line every time the current line is changed. This will cause some more CPU cycles required on every click or cursor movement.

If at all, I think it would be better to have this handled by Scintilla when it already updates the current line style. This would probably much more efficient.

So, I suggest to open a feature request at Scintilla first, @advice2020.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/repo-discussions/4005/comments/11276754@github.com>