aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaDoc.html
diff options
context:
space:
mode:
authorZufu Liu <unknown>2019-04-07 10:03:38 +1000
committerZufu Liu <unknown>2019-04-07 10:03:38 +1000
commitd126e56e2c800188a2546c241299453c2e4304a8 (patch)
tree182bcf6e60d78cddb6d68550f770b18ba36dd246 /doc/ScintillaDoc.html
parent56792245ec9cd636f56b3dd9e837f12ca8d699e9 (diff)
downloadscintilla-mirror-d126e56e2c800188a2546c241299453c2e4304a8.tar.gz
Backport: Feature [feature-requests:#1276]. Add SC_MARK_VERTICALBOOKMARK.
Backport of changeset 7407:fc237c9afcdd.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r--doc/ScintillaDoc.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index c4b0112b3..5c0c08d34 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -4044,7 +4044,8 @@ struct Sci_TextToFind {
<code>SC_MARK_BACKGROUND</code>,
<code>SC_MARK_LEFTRECT</code>,
<code>SC_MARK_FULLRECT</code>,
- <code>SC_MARK_BOOKMARK</code>, and
+ <code>SC_MARK_BOOKMARK</code>,
+ <code>SC_MARK_VERTICALBOOKMARK</code>, and
<code>SC_MARK_UNDERLINE</code>.
</p>