From 926cb6f7d228b347db16a45e1f2632da475da1f0 Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 31 Jul 2022 15:51:53 +1000 Subject: Added change history which can display document changes (modified, saved, ...) in the margin or in the text. --- include/ScintillaMessages.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/ScintillaMessages.h') diff --git a/include/ScintillaMessages.h b/include/ScintillaMessages.h index d114db78d..663d6e12c 100644 --- a/include/ScintillaMessages.h +++ b/include/ScintillaMessages.h @@ -261,6 +261,8 @@ enum class Message { FindTextFull = 2196, FormatRange = 2151, FormatRangeFull = 2777, + SetChangeHistory = 2780, + GetChangeHistory = 2781, GetFirstVisibleLine = 2152, GetLine = 2153, GetLineCount = 2154, -- cgit v1.2.3