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/classTQextScintillaLexerSQL.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'doc/en/classTQextScintillaLexerSQL.html') diff --git a/doc/en/classTQextScintillaLexerSQL.html b/doc/en/classTQextScintillaLexerSQL.html index 3e2d30a..19d7e3b 100644 --- a/doc/en/classTQextScintillaLexerSQL.html +++ b/doc/en/classTQextScintillaLexerSQL.html @@ -447,7 +447,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()
@@ -468,7 +468,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()
@@ -489,7 +489,7 @@ Returns TRUE if trailing blank lines are included in a fold block.

-Returns TRUE if backslash escapes are enabled.

+Returns true if backslash escapes are enabled.

See also:
setBackslashEscapes()
@@ -511,7 +511,7 @@ Returns TRUE if backslash escapes are enabled.

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

-If enable is TRUE then backslash escapes are enabled. The default is FALSE.

+If enable is true then backslash escapes are enabled. The default is false.

See also:
backslashEscapes()
@@ -586,7 +586,7 @@ If enable is TRUE then backslash escapes are enabled. The default is FA

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

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