aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/ScintillaTypes.h
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2021-07-29 13:12:16 +1000
committerNeil <nyamatongwe@gmail.com>2021-07-29 13:12:16 +1000
commite8f134e9a1567775377c66c8bd34825380c328a6 (patch)
tree4f34b87e603b5fa6f4a6d8bdb89b8e1ce2f41b8b /include/ScintillaTypes.h
parent57f5c36ccf0ddc9be4b348bbe39cf3347ea8381c (diff)
downloadscintilla-mirror-e8f134e9a1567775377c66c8bd34825380c328a6.tar.gz
Add SC_ELEMENT_HIDDEN_LINE to show where lines are hidden.
Diffstat (limited to 'include/ScintillaTypes.h')
-rw-r--r--include/ScintillaTypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ScintillaTypes.h b/include/ScintillaTypes.h
index ab4a55131..910cd5ec8 100644
--- a/include/ScintillaTypes.h
+++ b/include/ScintillaTypes.h
@@ -181,6 +181,7 @@ enum class Element {
HotSpotActive = 70,
HotSpotActiveBack = 71,
FoldLine = 80,
+ HiddenLine = 81,
};
enum class Layer {