From f6a9859562ddeb04e882e4a3d15adbf64345452a Mon Sep 17 00:00:00 2001
From: Zufu Liu
Date: Sun, 17 Jul 2022 14:09:52 +1000
Subject: Feature [feature-requests:#1441] Line state optimized to avoid excess
allocations by always allocating for every line.
---
doc/ScintillaDoc.html | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
(limited to 'doc/ScintillaDoc.html')
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html
index 1529fc13c..b1d2b5e09 100644
--- a/doc/ScintillaDoc.html
+++ b/doc/ScintillaDoc.html
@@ -2900,7 +2900,9 @@ struct Sci_TextToFindFull {
SCI_GETMAXLINESTATE → int
- This returns the last line that has any line state.
+ This returns the last line that has any line state.
+ This has been made less useful by an optimization that always allocates for all lines if any line's state was set.
+ It can still distinguish cases where line state was never set for any lines.
Style definition
--
cgit v1.2.3