From 39be73514c317e7d672e0a09862571e64f8979da Mon Sep 17 00:00:00 2001 From: Zufu Liu Date: Thu, 15 Jul 2021 17:29:24 +1000 Subject: Feature [feature-requests:#1370] Implement SCI_ALLOCATELINES to allocate indices to hold some number of lines. This is an optimization that can decrease reallocation overhead. --- include/ScintillaMessages.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/ScintillaMessages.h') diff --git a/include/ScintillaMessages.h b/include/ScintillaMessages.h index 2d19db1ae..a0c641a39 100644 --- a/include/ScintillaMessages.h +++ b/include/ScintillaMessages.h @@ -255,6 +255,7 @@ enum class Message { GetFirstVisibleLine = 2152, GetLine = 2153, GetLineCount = 2154, + AllocateLines = 2089, SetMarginLeft = 2155, GetMarginLeft = 2156, SetMarginRight = 2157, -- cgit v1.2.3