From f2bc1988dba5ca23692020017aa6f9ee2b4d71cf Mon Sep 17 00:00:00 2001 From: Neil Date: Sat, 25 Jan 2025 08:40:06 +1100 Subject: Bug [#1224]. Use enum for undo selection history and make API names more consistent as 'undo selection' instead of 'selection undo' as more closely associated with undo than selection. --- include/ScintillaMessages.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/ScintillaMessages.h') diff --git a/include/ScintillaMessages.h b/include/ScintillaMessages.h index 02dd42e24..f60be4d52 100644 --- a/include/ScintillaMessages.h +++ b/include/ScintillaMessages.h @@ -285,8 +285,8 @@ enum class Message { FormatRangeFull = 2777, SetChangeHistory = 2780, GetChangeHistory = 2781, - SetSelectionUndoHistory = 2782, - GetSelectionUndoHistory = 2783, + SetUndoSelectionHistory = 2782, + GetUndoSelectionHistory = 2783, GetFirstVisibleLine = 2152, GetLine = 2153, GetLineCount = 2154, -- cgit v1.2.3