From d2eb261358105a089923d4a4b41344f508e97c69 Mon Sep 17 00:00:00 2001 From: Zufu Liu Date: Sun, 26 Jan 2025 08:29:39 +1100 Subject: Bug [#1539]. Fix some incorrect tags. --- doc/ScintillaDoc.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 3bc5acd90..886786484 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -1121,7 +1121,7 @@ struct Sci_TextRangeFull { If the text argument is NULL(0) then the length that should be allocated to store the entire current line is returned.

-

See also: See also: SCI_GETSELTEXT, SCI_GETLINE, SCI_GETTEXT, @@ -7554,7 +7554,7 @@ sptr_t CallScintilla(unsigned int iMessage, uptr_t wParam, sptr_t lParam){

For many applications lexing documents larger than 4GB will be too sluggish so SC_DOCUMENTOPTION_STYLES_NONE and the null lexer "null" can be used. Another approach is to turn on idle styling with - SCI_SETIDLESTYLING. + SCI_SETIDLESTYLING.

-- cgit v1.2.3