summaryrefslogtreecommitdiffstats
path: root/doc/en/classTQextScintillaLexerPython.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-04-04 13:24:41 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-04-04 13:59:21 +0900
commit3f2dc73d5a565121db00f4a0f050a48910b51623 (patch)
tree3a2f1b4b88fc316e2c3d87b5e83058cb346b2852 /doc/en/classTQextScintillaLexerPython.html
parent3c23eba2e71e6aebeb7ff5091fc69d050170e1d1 (diff)
downloadtqscintilla-master.tar.gz
tqscintilla-master.zip
Replace TRUE/FALSE with boolean values true/falseHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/en/classTQextScintillaLexerPython.html')
-rw-r--r--doc/en/classTQextScintillaLexerPython.html12
1 files changed, 6 insertions, 6 deletions
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 <a class="el" href="classTQextScintillaLexer.html#8c606f8763c
<div class="memdoc">
<p>
-Returns TRUE if indented comment blocks can be folded.<p>
+Returns true if indented comment blocks can be folded.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerPython.html#221ade4cc1f8042ca178e8658306815d">setFoldComments()</a> </dd></dl>
</div>
@@ -500,7 +500,7 @@ Returns TRUE if indented comment blocks can be folded.<p>
<div class="memdoc">
<p>
-Returns TRUE if triple quoted strings can be folded.<p>
+Returns true if triple quoted strings can be folded.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerPython.html#52f6a99c0fe08a33d492dd715e09c2f0">setFoldQuotes()</a> </dd></dl>
</div>
@@ -543,7 +543,7 @@ Returns the condition that will cause bad indentations to be displayed.<p>
<div class="memdoc">
<p>
-If <em>fold</em> is TRUE then indented comment blocks can be folded. The default is FALSE.<p>
+If <em>fold</em> is true then indented comment blocks can be folded. The default is false.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerPython.html#f1f3fbb28bd65e91a9fcec8ec8702633">foldComments()</a> </dd></dl>
</div>
@@ -565,7 +565,7 @@ If <em>fold</em> is TRUE then indented comment blocks can be folded. The default
<div class="memdoc">
<p>
-If <em>fold</em> is TRUE then triple quoted strings can be folded. The default is FALSE.<p>
+If <em>fold</em> is true then triple quoted strings can be folded. The default is false.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerPython.html#ced0e9f9c61fede62d931536f9dbc609">foldQuotes()</a> </dd></dl>
</div>
@@ -618,7 +618,7 @@ Sets the condition that will cause bad indentations to be displayed.<p>
<div class="memdoc">
<p>
-The lexer's properties are read from the settings <em>qs</em>. <em>prefix</em> (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 <em>qs</em>. <em>prefix</em> (which has a trailing '/') should be used as a prefix to the key of each setting. true is returned if there is no error.
<p>
Reimplemented from <a class="el" href="classTQextScintillaLexer.html#5c0c72a54932c47687584e2cde90574a">TQextScintillaLexer</a>.
</div>
@@ -649,7 +649,7 @@ Reimplemented from <a class="el" href="classTQextScintillaLexer.html#5c0c72a5493
<div class="memdoc">
<p>
-The lexer's properties are written to the settings <em>qs</em>. <em>prefix</em> (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 <em>qs</em>. <em>prefix</em> (which has a trailing '/') should be used as a prefix to the key of each setting. true is returned if there is no error.
<p>
Reimplemented from <a class="el" href="classTQextScintillaLexer.html#69d35dbbba2530a185de901e9fa12a18">TQextScintillaLexer</a>.
</div>