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/classTQextScintillaLexerPython.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/en/classTQextScintillaLexerPython.html') diff --git a/doc/en/classTQextScintillaLexerPython.html b/doc/en/classTQextScintillaLexerPython.html index f4c8d59..858e2c4 100644 --- a/doc/en/classTQextScintillaLexerPython.html +++ b/doc/en/classTQextScintillaLexerPython.html @@ -479,7 +479,7 @@ Reimplemented from

-Returns TRUE if indented comment blocks can be folded.

+Returns true if indented comment blocks can be folded.

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

-Returns TRUE if triple quoted strings can be folded.

+Returns true if triple quoted strings can be folded.

See also:
setFoldQuotes()
@@ -543,7 +543,7 @@ Returns the condition that will cause bad indentations to be displayed.

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

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

See also:
foldComments()
@@ -565,7 +565,7 @@ If fold is TRUE then indented comment blocks can be folded. The default

-If fold is TRUE then triple quoted strings can be folded. The default is FALSE.

+If fold is true then triple quoted strings can be folded. The default is false.

See also:
foldQuotes()
@@ -618,7 +618,7 @@ Sets the condition that will cause bad indentations to be displayed.

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

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