Felix Kater:

is there a way to change the appearance (color or similar) of the
horizontal line indicating a fold -- independent from the color of the
code?

  You can change the colour by changing the default style, 32 like:

style.cpp.32=fore:#ff0000

  But then that leaves other elements with that colour so other
elements that inherit the colour should be changed:

style.cpp.11=fore:#000000

If not, could anyone point me to the source drawing this line?

  scintilla/src/Editor.cxx Editor::Paint then search for SC_FOLDFLAG
where the will be code for line above, then line below.

  Neil
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to