From 848a31eaa6cb9de3ef52320d1e02796d22e7bdcb Mon Sep 17 00:00:00 2001
From: nyamatongwe SC_MARK_SMALLRECT, SC_MARK_SHORTARROW, SC_MARK_EMPTY,
SC_MARK_ARROWDOWN, SC_MARK_MINUS, SC_MARK_PLUS,
SC_MARK_ARROWS, SC_MARK_DOTDOTDOT, SC_MARK_EMPTY,
- SC_MARK_BACKGROUND, SC_MARK_LEFTRECT
- and SC_MARK_FULLRECT.
SC_MARK_BACKGROUND, SC_MARK_LEFTRECT,
+ SC_MARK_FULLRECT, and SC_MARK_UNDERLINE.
The SC_MARK_BACKGROUND marker changes the background colour of the line only.
The SC_MARK_FULLRECT symbol mirrors this, changing only the margin background colour.
+ SC_MARK_UNDERLINE draws an underline across the text.
The SC_MARK_EMPTY symbol is invisible, allowing client code to track the movement
of lines. You would also use it if you changed the folding style and wanted one or more of the
SC_FOLDERNUM_* markers to have no associated symbol.
SCI_MARKERSETALPHA(int markerNumber, int alpha)
When markers are drawn in the content area, either because there is no margin for them or
- they are of SC_MARK_BACKGROUND type, they may be drawn translucently by
+ they are of SC_MARK_BACKGROUND or SC_MARK_UNDERLINE types, they may be drawn translucently by
setting an alpha value.
SCI_MARKERADD(int line, int markerNumber)
--
cgit v1.2.3