Fold and hidden line colours
"'Neil Hodgson' via scintilla-interest" <[email protected]>
| Newsgroups | gmane.comp.lib.scintilla.devel,gmane.editors.scite.general |
|---|---|
| Message-ID | <[email protected]> |
Two new elements SC_ELEMENT_FOLD_LINE and SC_ELEMENT_HIDDEN_LINE have been added to choose the colour for displaying fold and hidden lines. Fold lines are an existing feature that draws lines in the text area to show where a section has been folded or to show that a fold is possible. They previously always used the default styles foreground colour and this is still used when SC_ELEMENT_FOLD_LINE is not set. SciTE has a fold.line.colour property to set the SC_ELEMENT_FOLD_LINE. SC_ELEMENT_HIDDEN_LINE is drawn at the bottom of the line before there are hidden lines but only if no fold line is drawn there. The purpose is to show where there are hidden lines from any cause such as a filtered view. There is currently no property for this in SciTE but there may be a filtered view in the future. https://sourceforge.net/p/scintilla/feature-requests/1249/ https://www.scintilla.org/FilterContext.png Available from the repositories hg clone http://hg.code.sf.net/p/scintilla/code scintilla hg clone http://hg.code.sf.net/p/scintilla/scite Neil -- You received this message because you are subscribed to the Google Groups "scintilla-interest" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/scintilla-interest/BA31EDB8-C0F5-4DF5-A9C2-57462513EF4B%40me.com.