aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
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
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')
-rw-r--r--doc/Markers.pngbin8399 -> 22999 bytes
-rw-r--r--doc/ScintillaDoc.html3
-rw-r--r--doc/ScintillaHistory.html6
3 files changed, 7 insertions, 2 deletions
diff --git a/doc/Markers.png b/doc/Markers.png
index 2ad37b102..b1d0120c0 100644
--- a/doc/Markers.png
+++ b/doc/Markers.png
Binary files differ
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>
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 262813ab1..471fdf42d 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -565,7 +565,11 @@
at the expense of memory.
<a href="https://sourceforge.net/p/scintilla/feature-requests/1259/">Feature #1259</a>.
</li>
- <li>
+ <li>
+ Add vertical bookmark symbol SC_MARK_VERTICALBOOKMARK.
+ <a href="https://sourceforge.net/p/scintilla/feature-requests/1276/">Feature #1276</a>.
+ </li>
+ <li>
Improve performance of accessibility on GTK.
<a href="https://sourceforge.net/p/scintilla/bugs/2094/">Bug #2094</a>.
</li>