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/classTQextScintillaLexerPOV.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'doc/en/classTQextScintillaLexerPOV.html') diff --git a/doc/en/classTQextScintillaLexerPOV.html b/doc/en/classTQextScintillaLexerPOV.html index b012f7d..90e6c11 100644 --- a/doc/en/classTQextScintillaLexerPOV.html +++ b/doc/en/classTQextScintillaLexerPOV.html @@ -431,7 +431,7 @@ Reimplemented from

-Returns TRUE if multi-line comment blocks can be folded.

+Returns true if multi-line comment blocks can be folded.

See also:
setFoldComments()
@@ -452,7 +452,7 @@ Returns TRUE if multi-line comment blocks can be folded.

-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()
@@ -473,7 +473,7 @@ Returns TRUE if trailing blank lines are included in a fold block.

-Returns TRUE if directives can be folded.

+Returns true if directives can be folded.

See also:
setFoldDirectives()
@@ -495,7 +495,7 @@ Returns TRUE if directives can be folded.

-If fold is TRUE then multi-line comment blocks can be folded. The default is FALSE.

+If fold is true then multi-line comment blocks can be folded. The default is false.

See also:
foldComments()
@@ -517,7 +517,7 @@ If fold is TRUE then multi-line comment blocks can be folded. The defau

-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()
@@ -539,7 +539,7 @@ If fold is TRUE then trailing blank lines are included in a fold block.

-If fold is TRUE then directives can be folded. The default is FALSE.

+If fold is true then directives can be folded. The default is false.

See also:
foldDirectives()
@@ -570,7 +570,7 @@ If fold is TRUE then directives can be folded. The default is FALSE.

-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.

Reimplemented from TQextScintillaLexer.

@@ -601,7 +601,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.

Reimplemented from TQextScintillaLexer. -- cgit v1.2.3