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/classTQextScintillaLexerHTML.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'doc/en/classTQextScintillaLexerHTML.html') diff --git a/doc/en/classTQextScintillaLexerHTML.html b/doc/en/classTQextScintillaLexerHTML.html index d815f2b..e03ac5b 100644 --- a/doc/en/classTQextScintillaLexerHTML.html +++ b/doc/en/classTQextScintillaLexerHTML.html @@ -832,7 +832,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()
@@ -853,7 +853,7 @@ Returns TRUE if trailing blank lines are included in a fold block.

-Returns TRUE if preprocessor blocks can be folded.

+Returns true if preprocessor blocks can be folded.

See also:
setFoldPreprocessor()
@@ -874,7 +874,7 @@ Returns TRUE if preprocessor blocks can be folded.

-Returns TRUE if tags are case sensitive.

+Returns true if tags are case sensitive.

See also:
setCaseSensitiveTags()
@@ -896,7 +896,7 @@ Returns TRUE if tags are case sensitive.

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

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

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

See also:
foldPreprocessor()
@@ -940,7 +940,7 @@ If fold is TRUE then preprocessor blocks can be folded. The default is

-If sens is TRUE then tags are case sensitive. The default is FALSE.

+If sens is true then tags are case sensitive. The default is false.

See also:
caseSensitiveTags()
@@ -971,7 +971,7 @@ If sens is TRUE then tags are case sensitive. 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.

@@ -1002,7 +1002,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