From 3087d95c7c3ce5f185feecaf882c9fb21626fa83 Mon Sep 17 00:00:00 2001
From: Zufu Liu
Date: Sun, 31 Mar 2019 07:37:35 +1100
Subject: Backport: Feature [feature-requests:#1272]. Add
FoldDisplayTextGetStyle to match FoldDisplayTextSetStyle.
Backport of changeset 7394:8fe3c581aeb9.
---
doc/ScintillaDoc.html | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
(limited to 'doc')
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 0bd7c2243..127d33694 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -5985,6 +5985,7 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){
SCI_TOGGLEFOLD(int line)
SCI_TOGGLEFOLDSHOWTEXT(int line, const char *text)
SCI_FOLDDISPLAYTEXTSETSTYLE(int style)
+ SCI_FOLDDISPLAYTEXTGETSTYLE → int
SCI_FOLDLINE(int line, int action)
SCI_FOLDCHILDREN(int line, int action)
SCI_FOLDALL(int action)
@@ -6148,7 +6149,8 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){
STYLE_FOLDDISPLAYTEXT style.
SCI_FOLDDISPLAYTEXTSETSTYLE(int style)
- This message changes the appearance of fold text tags.
+ SCI_FOLDDISPLAYTEXTGETSTYLE → int
+ These message changes the appearance of fold text tags.