<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On 5 December 2013 15:07, <a href="mailto:pauriem@gmail.com">pauriem@gmail.com</a> <span dir="ltr"><<a href="mailto:pauriem@gmail.com" target="_blank">pauriem@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">when code is folded a black horizontal line is drawn across the text<br>
window and there does not seem to be any way to change its color<br>
either in preferences or "filetypes" files though the text window<br>
background color can be changed, which is a problem if for instance<br>
the chosen background is dark<br>
<br>
can the Scintilla message SCI_STYLESETFORE be used by a macro to<br>
change the fold line color? will this have other side effects or<br>
override "filetypes" colors? why does the "filetypes" file not support<br>
styling of the fold line which kind of limits the validity of the<br>
background color styling feature that is provided?<br></blockquote><div><br></div><div>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.</div>
<div><br></div><div>Cheers</div><div>Lex</div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.geany.org">Users@lists.geany.org</a><br>
<a href="https://lists.geany.org/cgi-bin/mailman/listinfo/users" target="_blank">https://lists.geany.org/cgi-bin/mailman/listinfo/users</a><br>
</blockquote></div><br></div></div>