On 5 December 2013 15:07, pauriem@gmail.com <pauriem@gmail.com> wrote:
when code is folded a black horizontal line is drawn across the text
window and there does not seem to be any way to change its color
either in preferences or "filetypes" files though the text window
background color can be changed, which is a problem if for instance
the chosen background is dark

can the Scintilla message SCI_STYLESETFORE be used by a macro to
change the fold line color? will this have other side effects or
override "filetypes" colors? why does the "filetypes" file not support
styling of the fold line which kind of limits the validity of the
background color styling feature that is provided?

The filetype file does not provide support for drawing the line in a particular colour because Scintilla does not provide that facility.  The line is drawn in the default foreground colour and changes if the filetype or theme changes the default foreground colour, so it should always be visible if the filetype or theme makes default text visible.

Cheers
Lex

 
_______________________________________________
Users mailing list
Users@lists.geany.org
https://lists.geany.org/cgi-bin/mailman/listinfo/users