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. --- include/Scintilla.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Scintilla.h') diff --git a/include/Scintilla.h b/include/Scintilla.h index 31115ad0c..1845b677a 100644 --- a/include/Scintilla.h +++ b/include/Scintilla.h @@ -492,6 +492,7 @@ typedef sptr_t (*SciFnDirect)(sptr_t ptr, unsigned int iMessage, uptr_t wParam, #define SC_FOLDDISPLAYTEXT_STANDARD 1 #define SC_FOLDDISPLAYTEXT_BOXED 2 #define SCI_FOLDDISPLAYTEXTSETSTYLE 2701 +#define SCI_FOLDDISPLAYTEXTGETSTYLE 2707 #define SC_FOLDACTION_CONTRACT 0 #define SC_FOLDACTION_EXPAND 1 #define SC_FOLDACTION_TOGGLE 2 -- cgit v1.2.3