aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-01-24 14:13:38 +1100
committerNeil <nyamatongwe@gmail.com>2014-01-24 14:13:38 +1100
commitfa0e05d19d629d12c0d0a6f4c7132e679bd90333 (patch)
treeef02a0d4ba84f9077e683c28dc7ebac777ea64bb
parent7edfcf9c517148e32f9ddc869b179a59e8278d37 (diff)
downloadscintilla-mirror-fa0e05d19d629d12c0d0a6f4c7132e679bd90333.tar.gz
Added image of available markers.
-rw-r--r--doc/Markers.pngbin0 -> 20979 bytes
-rw-r--r--doc/ScintillaDoc.html4
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/Markers.png b/doc/Markers.png
new file mode 100644
index 000000000..6eee926ed
--- /dev/null
+++ b/doc/Markers.png
Binary files 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 {
<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 />