From 3f2dc73d5a565121db00f4a0f050a48910b51623 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 4 Apr 2025 13:24:41 +0900 Subject: Replace TRUE/FALSE with boolean values true/false Signed-off-by: Michele Calgaro --- doc/en/classTQextScintillaLexerProperties.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/en/classTQextScintillaLexerProperties.html') diff --git a/doc/en/classTQextScintillaLexerProperties.html b/doc/en/classTQextScintillaLexerProperties.html index bea63ec..e360356 100644 --- a/doc/en/classTQextScintillaLexerProperties.html +++ b/doc/en/classTQextScintillaLexerProperties.html @@ -350,7 +350,7 @@ Reimplemented from

-Returns TRUE if trailing blank lines are included in a fold block.

+Returns true if trailing blank lines are included in a fold block.

See also:
setFoldCompact()
@@ -372,7 +372,7 @@ Returns TRUE if trailing blank lines are included in a fold block.

-If fold is TRUE then trailing blank lines are included in a fold block. The default is TRUE.

+If fold is true then trailing blank lines are included in a fold block. The default is true.

See also:
foldCompact()
@@ -403,7 +403,7 @@ If fold is TRUE then trailing blank lines are included in a fold block.

-The lexer's properties are read from the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. TRUE is returned if there is no error.

+The lexer's properties are read from the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. true is returned if there is no error.

See also:
writeProperties()

@@ -436,7 +436,7 @@ Reimplemented from

-The lexer's properties are written to the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. TRUE is returned if there is no error.

+The lexer's properties are written to the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. true is returned if there is no error.

See also:
readProperties()

-- cgit v1.2.3