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/classTQextScintillaLexer.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/en/classTQextScintillaLexer.html') diff --git a/doc/en/classTQextScintillaLexer.html b/doc/en/classTQextScintillaLexer.html index cb03290..760484c 100644 --- a/doc/en/classTQextScintillaLexer.html +++ b/doc/en/classTQextScintillaLexer.html @@ -249,7 +249,7 @@ Reimplemented in

-Returns the end-of-line for style number style. The default is FALSE. +Returns the end-of-line for style number style. The default is false.

Reimplemented in TQextScintillaLexerBash, TQextScintillaLexerBatch, TQextScintillaLexerCPP, TQextScintillaLexerCSharp, TQextScintillaLexerHTML, TQextScintillaLexerJavaScript, TQextScintillaLexerLua, TQextScintillaLexerMakefile, TQextScintillaLexerPerl, TQextScintillaLexerPOV, TQextScintillaLexerProperties, TQextScintillaLexerPython, TQextScintillaLexerRuby, and TQextScintillaLexerSQL. @@ -456,7 +456,7 @@ Reimplemented in

-The colour, paper, font and end-of-line for each style number, and all lexer specific properties are read from the settings qs. prefix is prepended to the key of each entry. TRUE is returned if there was no error.

+The colour, paper, font and end-of-line for each style number, and all lexer specific properties are read from the settings qs. prefix is prepended to the key of each entry. true is returned if there was no error.

See also:
writeSettings(), TQextScintilla::setLexer()
@@ -487,7 +487,7 @@ The colour, paper, font and end-of-line for each style number, and all lexer spe

-The colour, paper, font and end-of-line for each style number, and all lexer specific properties are written to the settings qs. prefix is prepended to the key of each entry. TRUE is returned if there was no error.

+The colour, paper, font and end-of-line for each style number, and all lexer specific properties are written to the settings qs. prefix is prepended to the key of each entry. true is returned if there was no error.

See also:
readSettings()
@@ -867,7 +867,7 @@ This signal is emitted when the value of the lexer property prop needs

-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 in TQextScintillaLexerBash, TQextScintillaLexerCPP, TQextScintillaLexerCSS, TQextScintillaLexerHTML, TQextScintillaLexerLua, TQextScintillaLexerPerl, TQextScintillaLexerPOV, TQextScintillaLexerProperties, TQextScintillaLexerPython, and TQextScintillaLexerSQL.

@@ -898,7 +898,7 @@ Reimplemented in

-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 in TQextScintillaLexerBash, TQextScintillaLexerCPP, TQextScintillaLexerCSS, TQextScintillaLexerHTML, TQextScintillaLexerLua, TQextScintillaLexerPerl, TQextScintillaLexerPOV, TQextScintillaLexerProperties, TQextScintillaLexerPython, and TQextScintillaLexerSQL. -- cgit v1.2.3