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/Markers.png | Bin 0 -> 20979 bytes doc/ScintillaDoc.html | 4 +++- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 doc/Markers.png (limited to 'doc') diff --git a/doc/Markers.png b/doc/Markers.png new file mode 100644 index 000000000..6eee926ed Binary files /dev/null and b/doc/Markers.png differ 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