From e931027dc1c5eb12244496282252a2b8fe23402a Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 24 Jan 2014 14:13:38 +1100 Subject: Added image of available markers. --- doc/ScintillaDoc.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'doc/ScintillaDoc.html') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 1df4f3ed2..781695a14 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -3587,7 +3587,8 @@ struct Sci_TextToFind { SC_MARK_LEFTRECT, SC_MARK_FULLRECT, SC_MARK_BOOKMARK, and - SC_MARK_UNDERLINE.

+ 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. @@ -3737,6 +3738,7 @@ struct Sci_TextToFind { +

Marker samples

SCI_MARKERDEFINEPIXMAP(int markerNumber, const char *xpm)
-- cgit v1.2.3