From e8f134e9a1567775377c66c8bd34825380c328a6 Mon Sep 17 00:00:00 2001 From: Neil Date: Thu, 29 Jul 2021 13:12:16 +1000 Subject: Add SC_ELEMENT_HIDDEN_LINE to show where lines are hidden. --- include/Scintilla.iface | 1 + 1 file changed, 1 insertion(+) (limited to 'include/Scintilla.iface') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index d8a1bdec1..837e4d841 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -698,6 +698,7 @@ val SC_ELEMENT_WHITE_SPACE_BACK=61 val SC_ELEMENT_HOT_SPOT_ACTIVE=70 val SC_ELEMENT_HOT_SPOT_ACTIVE_BACK=71 val SC_ELEMENT_FOLD_LINE=80 +val SC_ELEMENT_HIDDEN_LINE=81 # Set the colour of an element. Translucency (alpha) may or may not be significant # and this may depend on the platform. The alpha byte should commonly be 0xff for opaque. -- cgit v1.2.3