diff options
-rw-r--r-- | doc/Markers.png | bin | 0 -> 20979 bytes | |||
-rw-r--r-- | doc/ScintillaDoc.html | 4 |
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/Markers.png b/doc/Markers.png Binary files differnew file mode 100644 index 000000000..6eee926ed --- /dev/null +++ b/doc/Markers.png 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 { <code>SC_MARK_LEFTRECT</code>, <code>SC_MARK_FULLRECT</code>, <code>SC_MARK_BOOKMARK</code>, and - <code>SC_MARK_UNDERLINE</code>.</p> + <code>SC_MARK_UNDERLINE</code>. + </p> <p>The <code>SC_MARK_BACKGROUND</code> marker changes the background colour of the line only. The <code>SC_MARK_FULLRECT</code> symbol mirrors this, changing only the margin background colour. @@ -3737,6 +3738,7 @@ struct Sci_TextToFind { </tr> </tbody> </table> + <p><img src="Markers.png" alt="Marker samples" /></p> <p><b id="SCI_MARKERDEFINEPIXMAP">SCI_MARKERDEFINEPIXMAP(int markerNumber, const char *xpm)</b><br /> |