diff options
| author | Zufu Liu <unknown> | 2019-04-07 10:03:38 +1000 |
|---|---|---|
| committer | Zufu Liu <unknown> | 2019-04-07 10:03:38 +1000 |
| commit | d126e56e2c800188a2546c241299453c2e4304a8 (patch) | |
| tree | 182bcf6e60d78cddb6d68550f770b18ba36dd246 /doc | |
| parent | 56792245ec9cd636f56b3dd9e837f12ca8d699e9 (diff) | |
| download | scintilla-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.png | bin | 8399 -> 22999 bytes | |||
| -rw-r--r-- | doc/ScintillaDoc.html | 3 | ||||
| -rw-r--r-- | doc/ScintillaHistory.html | 6 |
3 files changed, 7 insertions, 2 deletions
diff --git a/doc/Markers.png b/doc/Markers.png Binary files differindex 2ad37b102..b1d0120c0 100644 --- a/doc/Markers.png +++ b/doc/Markers.png 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> |
