aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-07-30 08:31:26 +1000
committerNeil <nyamatongwe@gmail.com>2021-07-30 08:31:26 +1000
commit6a00ccf5bc52c5758855c4f97a448341a63e6778 (patch)
tree5aad4341a847728f1701f2edb9692b043c8acca0
parente8f134e9a1567775377c66c8bd34825380c328a6 (diff)
downloadscintilla-mirror-6a00ccf5bc52c5758855c4f97a448341a63e6778.tar.gz
Mention related feature requests for SC_ELEMENT_FOLD_LINE.
-rw-r--r--doc/ScintillaHistory.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 21f44f476..70a1bb794 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -577,6 +577,9 @@
<li>
Add SC_ELEMENT_FOLD_LINE to set the colour of fold lines.
Add SC_ELEMENT_HIDDEN_LINE to show where lines are hidden.
+ <a href="https://sourceforge.net/p/scintilla/feature-requests/1241/">Feature #1241</a>,
+ <a href="https://sourceforge.net/p/scintilla/feature-requests/382/">Feature #382</a>,
+ <a href="https://sourceforge.net/p/scintilla/feature-requests/203/">Feature #203</a>.
</li>
<li>
Fix display of fold lines when wrapped so they are only drawn once per line, not on each subline.