summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--designer/tqscintillaplugin.cpp2
-rw-r--r--doc/en/classTQextScintilla-members.html6
-rw-r--r--doc/en/classTQextScintilla.html96
-rw-r--r--doc/en/classTQextScintillaAPIs.html2
-rw-r--r--doc/en/classTQextScintillaBase.html2
-rw-r--r--doc/en/classTQextScintillaCommand.html2
-rw-r--r--doc/en/classTQextScintillaCommandSet.html4
-rw-r--r--doc/en/classTQextScintillaLexer.html10
-rw-r--r--doc/en/classTQextScintillaLexerBash.html12
-rw-r--r--doc/en/classTQextScintillaLexerCPP-members.html2
-rw-r--r--doc/en/classTQextScintillaLexerCPP.html32
-rw-r--r--doc/en/classTQextScintillaLexerCSS.html12
-rw-r--r--doc/en/classTQextScintillaLexerCSharp-members.html2
-rw-r--r--doc/en/classTQextScintillaLexerHTML.html16
-rw-r--r--doc/en/classTQextScintillaLexerIDL-members.html2
-rw-r--r--doc/en/classTQextScintillaLexerJava-members.html2
-rw-r--r--doc/en/classTQextScintillaLexerJavaScript-members.html2
-rw-r--r--doc/en/classTQextScintillaLexerLua.html8
-rw-r--r--doc/en/classTQextScintillaLexerPOV.html16
-rw-r--r--doc/en/classTQextScintillaLexerPerl.html12
-rw-r--r--doc/en/classTQextScintillaLexerProperties.html8
-rw-r--r--doc/en/classTQextScintillaLexerPython.html12
-rw-r--r--doc/en/classTQextScintillaLexerSQL.html16
-rw-r--r--doc/en/classTQextScintillaMacro.html2
-rw-r--r--doc/en/classTQextScintillaPrinter.html4
-rw-r--r--doc/other/Lexer.txt4
-rw-r--r--doc/other/ScintillaDoc.html8
-rw-r--r--example/application.cpp6
-rw-r--r--tqt/PlatTQt.cpp4
-rw-r--r--tqt/SciListBox.cpp2
-rw-r--r--tqt/ScintillaTQt.cpp4
-rw-r--r--tqt/tqextscintilla.cpp86
-rw-r--r--tqt/tqextscintilla.h110
-rw-r--r--tqt/tqextscintillaapis.cpp14
-rw-r--r--tqt/tqextscintillaapis.h2
-rw-r--r--tqt/tqextscintillabase.cpp22
-rw-r--r--tqt/tqextscintillabase.h2
-rw-r--r--tqt/tqextscintillacommand.h2
-rw-r--r--tqt/tqextscintillacommandset.cpp14
-rw-r--r--tqt/tqextscintillacommandset.h4
-rw-r--r--tqt/tqextscintillalexer.cpp34
-rw-r--r--tqt/tqextscintillalexer.h10
-rw-r--r--tqt/tqextscintillalexerbash.cpp30
-rw-r--r--tqt/tqextscintillalexerbash.h16
-rw-r--r--tqt/tqextscintillalexerbatch.cpp4
-rw-r--r--tqt/tqextscintillalexercpp.cpp52
-rw-r--r--tqt/tqextscintillalexercpp.h38
-rw-r--r--tqt/tqextscintillalexercsharp.cpp2
-rw-r--r--tqt/tqextscintillalexercss.cpp28
-rw-r--r--tqt/tqextscintillalexercss.h16
-rw-r--r--tqt/tqextscintillalexerhtml.cpp44
-rw-r--r--tqt/tqextscintillalexerhtml.h22
-rw-r--r--tqt/tqextscintillalexerjavascript.cpp2
-rw-r--r--tqt/tqextscintillalexerlua.cpp14
-rw-r--r--tqt/tqextscintillalexerlua.h10
-rw-r--r--tqt/tqextscintillalexerperl.cpp32
-rw-r--r--tqt/tqextscintillalexerperl.h16
-rw-r--r--tqt/tqextscintillalexerpov.cpp36
-rw-r--r--tqt/tqextscintillalexerpov.h22
-rw-r--r--tqt/tqextscintillalexerproperties.cpp14
-rw-r--r--tqt/tqextscintillalexerproperties.h10
-rw-r--r--tqt/tqextscintillalexerpython.cpp32
-rw-r--r--tqt/tqextscintillalexerpython.h16
-rw-r--r--tqt/tqextscintillalexerruby.cpp2
-rw-r--r--tqt/tqextscintillalexersql.cpp34
-rw-r--r--tqt/tqextscintillalexersql.h22
-rw-r--r--tqt/tqextscintillamacro.cpp8
-rw-r--r--tqt/tqextscintillamacro.h2
-rw-r--r--tqt/tqextscintillaprinter.cpp24
-rw-r--r--tqt/tqextscintillaprinter.h6
70 files changed, 583 insertions, 583 deletions
diff --git a/designer/tqscintillaplugin.cpp b/designer/tqscintillaplugin.cpp
index d383729..db0fb7e 100644
--- a/designer/tqscintillaplugin.cpp
+++ b/designer/tqscintillaplugin.cpp
@@ -147,7 +147,7 @@ TQString TQScintillaPlugin::whatsThis(const TQString &feature) const
bool TQScintillaPlugin::isContainer(const TQString &) const
{
- return FALSE;
+ return false;
}
diff --git a/doc/en/classTQextScintilla-members.html b/doc/en/classTQextScintilla-members.html
index a53e9d6..6ba1e69 100644
--- a/doc/en/classTQextScintilla-members.html
+++ b/doc/en/classTQextScintilla-members.html
@@ -92,13 +92,13 @@
<tr class="memlist"><td><a class="el" href="classTQextScintilla.html#8e8e0a0c1d7fb0718df7f32cf194eba4">eolVisibility</a>()</td><td><a class="el" href="classTQextScintilla.html">TQextScintilla</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classTQextScintilla.html#58e588a144b0c495a527b4724d13442a757794a61cf9baf2de33bac37066554b">EolWindows</a> enum value</td><td><a class="el" href="classTQextScintilla.html">TQextScintilla</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classTQextScintillaBase.html#a31a4b262617ad472c95f700de47a84b">eventFilter</a>(TQObject *o, TQEvent *e)</td><td><a class="el" href="classTQextScintillaBase.html">TQextScintillaBase</a></td><td><code> [protected]</code></td></tr>
- <tr class="memlist"><td><a class="el" href="classTQextScintilla.html#8f350dd53ae60c25c6b63c7c5fbf6e18">findFirst</a>(const TQString &amp;expr, bool re, bool cs, bool wo, bool wrap, bool forward=TRUE, int line=-1, int index=-1, bool show=TRUE)</td><td><a class="el" href="classTQextScintilla.html">TQextScintilla</a></td><td><code> [virtual]</code></td></tr>
+ <tr class="memlist"><td><a class="el" href="classTQextScintilla.html#8f350dd53ae60c25c6b63c7c5fbf6e18">findFirst</a>(const TQString &amp;expr, bool re, bool cs, bool wo, bool wrap, bool forward=true, int line=-1, int index=-1, bool show=true)</td><td><a class="el" href="classTQextScintilla.html">TQextScintilla</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classTQextScintilla.html#480033f7629a1ce9558c8b0e0c240898">findNext</a>()</td><td><a class="el" href="classTQextScintilla.html">TQextScintilla</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classTQextScintilla.html#820471fe6c696bda646e93c51a151e5f">firstVisibleLine</a>()</td><td><a class="el" href="classTQextScintilla.html">TQextScintilla</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classTQextScintillaBase.html#85e6877f9aad613a869fe5b7d97f9035">focusInEvent</a>(TQFocusEvent *)</td><td><a class="el" href="classTQextScintillaBase.html">TQextScintillaBase</a></td><td><code> [protected, virtual]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classTQextScintillaBase.html#9516bc2125ea51a8de4c21f6af42a4b1">focusNextPrevChild</a>(bool)</td><td><a class="el" href="classTQextScintillaBase.html">TQextScintillaBase</a></td><td><code> [protected, virtual]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classTQextScintillaBase.html#f87a97050d71a323d47d666fe4a5547b">focusOutEvent</a>(TQFocusEvent *)</td><td><a class="el" href="classTQextScintillaBase.html">TQextScintillaBase</a></td><td><code> [protected, virtual]</code></td></tr>
- <tr class="memlist"><td><a class="el" href="classTQextScintilla.html#5b289640689062f4fa5479c7212107c0">foldAll</a>(bool children=FALSE)</td><td><a class="el" href="classTQextScintilla.html">TQextScintilla</a></td><td><code> [virtual, slot]</code></td></tr>
+ <tr class="memlist"><td><a class="el" href="classTQextScintilla.html#5b289640689062f4fa5479c7212107c0">foldAll</a>(bool children=false)</td><td><a class="el" href="classTQextScintilla.html">TQextScintilla</a></td><td><code> [virtual, slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classTQextScintilla.html#86418f82fe35ff366f4ef023c470f0a1">folding</a>() const </td><td><a class="el" href="classTQextScintilla.html">TQextScintilla</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classTQextScintilla.html#f81c922d74d8746d9cbc8d576c440dd4">foldLine</a>(int line)</td><td><a class="el" href="classTQextScintilla.html">TQextScintilla</a></td><td><code> [virtual, slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classTQextScintilla.html#34af4ea7604b156b69f31b5412db93cf">FoldStyle</a> enum name</td><td><a class="el" href="classTQextScintilla.html">TQextScintilla</a></td><td></td></tr>
@@ -874,7 +874,7 @@
<tr bgcolor="#f0f0f0"><td><b>SCWS_INVISIBLE</b> enum value (defined in <a class="el" href="classTQextScintillaBase.html">TQextScintillaBase</a>)</td><td><a class="el" href="classTQextScintillaBase.html">TQextScintillaBase</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>SCWS_VISIBLEAFTERINDENT</b> enum value (defined in <a class="el" href="classTQextScintillaBase.html">TQextScintillaBase</a>)</td><td><a class="el" href="classTQextScintillaBase.html">TQextScintillaBase</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>SCWS_VISIBLEALWAYS</b> enum value (defined in <a class="el" href="classTQextScintillaBase.html">TQextScintillaBase</a>)</td><td><a class="el" href="classTQextScintillaBase.html">TQextScintillaBase</a></td><td></td></tr>
- <tr class="memlist"><td><a class="el" href="classTQextScintilla.html#50499f9105f6dbc9922078139779051c">selectAll</a>(bool select=TRUE)</td><td><a class="el" href="classTQextScintilla.html">TQextScintilla</a></td><td><code> [virtual, slot]</code></td></tr>
+ <tr class="memlist"><td><a class="el" href="classTQextScintilla.html#50499f9105f6dbc9922078139779051c">selectAll</a>(bool select=true)</td><td><a class="el" href="classTQextScintilla.html">TQextScintilla</a></td><td><code> [virtual, slot]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classTQextScintilla.html#45d6e53a4310c13170e605134274aa20">selectedText</a>()</td><td><a class="el" href="classTQextScintilla.html">TQextScintilla</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classTQextScintilla.html#d4fd9bb7affe4719cb785064b42d685c">selectionChanged</a>()</td><td><a class="el" href="classTQextScintilla.html">TQextScintilla</a></td><td><code> [signal]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classTQextScintilla.html#b6bfc944a5acbd2b8345529a2416e00a">selectToMatchingBrace</a>()</td><td><a class="el" href="classTQextScintilla.html">TQextScintilla</a></td><td><code> [virtual, slot]</code></td></tr>
diff --git a/doc/en/classTQextScintilla.html b/doc/en/classTQextScintilla.html
index 17d8dc8..2eea820 100644
--- a/doc/en/classTQextScintilla.html
+++ b/doc/en/classTQextScintilla.html
@@ -172,7 +172,7 @@ Inherits <a class="el" href="classTQextScintillaBase.html">TQextScintillaBase</a
<li>virtual void <a class="el" href="classTQextScintilla.html#d5d5178610285dda5004ccc5c5c6c306">cut</a> ()
<li>virtual void <a class="el" href="classTQextScintilla.html#dd5100eebb1241b90da9b77cfca26c8d">ensureCursorVisible</a> ()
<li>virtual void <a class="el" href="classTQextScintilla.html#8c5a39688b5ca5995f8060941a8065d4">ensureLineVisible</a> (int line)
-<li>virtual void <a class="el" href="classTQextScintilla.html#5b289640689062f4fa5479c7212107c0">foldAll</a> (bool children=FALSE)
+<li>virtual void <a class="el" href="classTQextScintilla.html#5b289640689062f4fa5479c7212107c0">foldAll</a> (bool children=false)
<li>virtual void <a class="el" href="classTQextScintilla.html#f81c922d74d8746d9cbc8d576c440dd4">foldLine</a> (int line)
<li>virtual void <a class="el" href="classTQextScintilla.html#0017b86a4fff9d1228b204deda1e9d57">indent</a> (int line)
<li>virtual void <a class="el" href="classTQextScintilla.html#bd158556a8565eb1bf92f2dd8fa9b66f">insert</a> (const TQString &amp;text)
@@ -183,7 +183,7 @@ Inherits <a class="el" href="classTQextScintillaBase.html">TQextScintillaBase</a
<li>virtual void <a class="el" href="classTQextScintilla.html#844f15ee19c413f867a8643e98499eb6">removeSelectedText</a> ()
<li>virtual void <a class="el" href="classTQextScintilla.html#5202253f6428debe10bc5f3e2f194048">resetSelectionBackgroundColor</a> ()
<li>virtual void <a class="el" href="classTQextScintilla.html#a82474200e54331d49369129cdf03962">resetSelectionForegroundColor</a> ()
-<li>virtual void <a class="el" href="classTQextScintilla.html#50499f9105f6dbc9922078139779051c">selectAll</a> (bool select=TRUE)
+<li>virtual void <a class="el" href="classTQextScintilla.html#50499f9105f6dbc9922078139779051c">selectAll</a> (bool select=true)
<li>virtual void <a class="el" href="classTQextScintilla.html#b6bfc944a5acbd2b8345529a2416e00a">selectToMatchingBrace</a> ()
<li>virtual void <a class="el" href="classTQextScintilla.html#9454e9ddb11fa6a00eb5ea790182b399">setAutoCompletionCaseSensitivity</a> (bool cs)
<li>virtual void <a class="el" href="classTQextScintilla.html#c3d23d34c0f0640bb22464b86347b0b9">setAutoCompletionReplaceWord</a> (bool replace)
@@ -274,7 +274,7 @@ Inherits <a class="el" href="classTQextScintillaBase.html">TQextScintillaBase</a
<li><a class="el" href="classTQextScintilla.html#a0643ae0e2c573079072053151ee1ef9">EdgeMode</a> <a class="el" href="classTQextScintilla.html#265ab349dbe1d3801137cd29f9424eea">edgeMode</a> ()
<li><a class="el" href="classTQextScintilla.html#58e588a144b0c495a527b4724d13442a">EolMode</a> <a class="el" href="classTQextScintilla.html#099d5bfe4b4f27ff2b666eeb9bcd4867">eolMode</a> ()
<li>bool <a class="el" href="classTQextScintilla.html#8e8e0a0c1d7fb0718df7f32cf194eba4">eolVisibility</a> ()
-<li>virtual bool <a class="el" href="classTQextScintilla.html#8f350dd53ae60c25c6b63c7c5fbf6e18">findFirst</a> (const TQString &amp;expr, bool re, bool cs, bool wo, bool wrap, bool forward=TRUE, int line=-1, int index=-1, bool show=TRUE)
+<li>virtual bool <a class="el" href="classTQextScintilla.html#8f350dd53ae60c25c6b63c7c5fbf6e18">findFirst</a> (const TQString &amp;expr, bool re, bool cs, bool wo, bool wrap, bool forward=true, int line=-1, int index=-1, bool show=true)
<li>virtual bool <a class="el" href="classTQextScintilla.html#480033f7629a1ce9558c8b0e0c240898">findNext</a> ()
<li>int <a class="el" href="classTQextScintilla.html#820471fe6c696bda646e93c51a151e5f">firstVisibleLine</a> ()
<li><a class="el" href="classTQextScintilla.html#34af4ea7604b156b69f31b5412db93cf">FoldStyle</a> <a class="el" href="classTQextScintilla.html#86418f82fe35ff366f4ef023c470f0a1">folding</a> () const
@@ -751,7 +751,7 @@ Destroys the <a class="el" href="classTQextScintilla.html">TQextScintilla</a> in
<div class="memdoc">
<p>
-Returns TRUE if auto-completion lists are case sensitive.<p>
+Returns true if auto-completion lists are case sensitive.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintilla.html#9454e9ddb11fa6a00eb5ea790182b399">setAutoCompletionCaseSensitivity()</a> </dd></dl>
</div>
@@ -793,7 +793,7 @@ Returns true if auto-completion fill-up characters are enabled.<p>
<div class="memdoc">
<p>
-Returns TRUE if the rest of the word to the right of the current cursor is removed when an item from an auto-completion list is selected.<p>
+Returns true if the rest of the word to the right of the current cursor is removed when an item from an auto-completion list is selected.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintilla.html#c3d23d34c0f0640bb22464b86347b0b9">setAutoCompletionReplaceWord()</a> </dd></dl>
</div>
@@ -814,7 +814,7 @@ Returns TRUE if the rest of the word to the right of the current cursor is remov
<div class="memdoc">
<p>
-Returns TRUE if the only item in an auto-completion list with a single entry is automatically used and the list not displayed.<p>
+Returns true if the only item in an auto-completion list with a single entry is automatically used and the list not displayed.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintilla.html#533cdccf3cafb0f71c58aeb9b2624062">setAutoCompletionShowSingle()</a> </dd></dl>
</div>
@@ -877,7 +877,7 @@ Returns the current threshold for the automatic display of the auto-completion l
<div class="memdoc">
<p>
-Returns TRUE if auto-indentation is enabled.<p>
+Returns true if auto-indentation is enabled.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintilla.html#12a3363eb37db0a2697bf737e0f750ce">setAutoIndent()</a> </dd></dl>
</div>
@@ -898,7 +898,7 @@ Returns TRUE if auto-indentation is enabled.<p>
<div class="memdoc">
<p>
-Returns TRUE if the backspace key unindents a line instead of deleting a character. The default is FALSE.<p>
+Returns true if the backspace key unindents a line instead of deleting a character. The default is false.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintilla.html#b08d343cda48e43490baae62707e97e2">setBackspaceUnindents()</a>, <a class="el" href="classTQextScintilla.html#1deb0e0aff533559500242065e9441a2">tabIndents()</a>, <a class="el" href="classTQextScintilla.html#221ac401d34a180392e49bacd9b56c4e">setTabIndents()</a> </dd></dl>
</div>
@@ -1199,7 +1199,7 @@ Returns the visibility of end-of-lines.<p>
</div>
</div><p>
-<a class="anchor" name="8f350dd53ae60c25c6b63c7c5fbf6e18"></a><!-- doxytag: member="TQextScintilla::findFirst" ref="8f350dd53ae60c25c6b63c7c5fbf6e18" args="(const TQString &amp;expr, bool re, bool cs, bool wo, bool wrap, bool forward=TRUE, int line=-1, int index=-1, bool show=TRUE)" -->
+<a class="anchor" name="8f350dd53ae60c25c6b63c7c5fbf6e18"></a><!-- doxytag: member="TQextScintilla::findFirst" ref="8f350dd53ae60c25c6b63c7c5fbf6e18" args="(const TQString &amp;expr, bool re, bool cs, bool wo, bool wrap, bool forward=true, int line=-1, int index=-1, bool show=true)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
@@ -1237,7 +1237,7 @@ Returns the visibility of end-of-lines.<p>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">bool&nbsp;</td>
- <td class="paramname"> <em>forward</em> = <code>TRUE</code>, </td>
+ <td class="paramname"> <em>forward</em> = <code>true</code>, </td>
</tr>
<tr>
<td class="paramkey"></td>
@@ -1255,7 +1255,7 @@ Returns the visibility of end-of-lines.<p>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">bool&nbsp;</td>
- <td class="paramname"> <em>show</em> = <code>TRUE</code></td><td>&nbsp;</td>
+ <td class="paramname"> <em>show</em> = <code>true</code></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
@@ -1267,14 +1267,14 @@ Returns the visibility of end-of-lines.<p>
<div class="memdoc">
<p>
-Find the next occurrence of the string <em>expr</em> and return TRUE if <em>expr</em> was found, otherwise returns FALSE. If <em>expr</em> is found it becomes the current selection.<p>
-If <em>re</em> is TRUE then <em>expr</em> is interpreted as a regular expression rather than a simple string.<p>
-If <em>cs</em> is TRUE then the search is case sensitive.<p>
-If <em>wo</em> is TRUE then the search looks for whole word matches only, otherwise it searches for any matching text.<p>
-If <em>wrap</em> is TRUE then the search wraps around the end of the text.<p>
-If <em>forward</em> is TRUE (the default) then the search is forward from the starting position to the end of the text, otherwise it is backwards to the beginning of the text.<p>
+Find the next occurrence of the string <em>expr</em> and return true if <em>expr</em> was found, otherwise returns false. If <em>expr</em> is found it becomes the current selection.<p>
+If <em>re</em> is true then <em>expr</em> is interpreted as a regular expression rather than a simple string.<p>
+If <em>cs</em> is true then the search is case sensitive.<p>
+If <em>wo</em> is true then the search looks for whole word matches only, otherwise it searches for any matching text.<p>
+If <em>wrap</em> is true then the search wraps around the end of the text.<p>
+If <em>forward</em> is true (the default) then the search is forward from the starting position to the end of the text, otherwise it is backwards to the beginning of the text.<p>
If either <em>line</em> or <em>index</em> are negative (the default) then the search begins from the current cursor position. Otherwise the search begins at position <em>index</em> of line <em>line</em>.<p>
-If <em>show</em> is TRUE (the default) then any text found is made visible (ie. it is unfolded).<p>
+If <em>show</em> is true (the default) then any text found is made visible (ie. it is unfolded).<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintilla.html#480033f7629a1ce9558c8b0e0c240898">findNext()</a>, <a class="el" href="classTQextScintilla.html#520e57b1a1330e59293ba796bacd3159">replace()</a> </dd></dl>
</div>
@@ -1432,7 +1432,7 @@ If there is a selection, <em>*lineFrom</em> is set to the line number in which t
<div class="memdoc">
<p>
-Returns TRUE if some text is selected.<p>
+Returns true if some text is selected.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintilla.html#45d6e53a4310c13170e605134274aa20">selectedText()</a> </dd></dl>
</div>
@@ -1475,7 +1475,7 @@ Returns the number of characters that line <em>line</em> is indented by.<p>
<div class="memdoc">
<p>
-Returns TRUE if the display of indentation guides is enabled.<p>
+Returns true if the display of indentation guides is enabled.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintilla.html#13ff99c97d3928011ec55a54329f7bef">setIndentationGuides()</a> </dd></dl>
</div>
@@ -1496,7 +1496,7 @@ Returns TRUE if the display of indentation guides is enabled.<p>
<div class="memdoc">
<p>
-Returns TRUE if indentations are created using tabs and spaces, rather than just spaces. The default is TRUE.<p>
+Returns true if indentations are created using tabs and spaces, rather than just spaces. The default is true.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintilla.html#46decfe40cf613d5978e50c30231b162">setIndentationsUseTabs()</a> </dd></dl>
</div>
@@ -1538,7 +1538,7 @@ Returns the indentation width in characters. The default is 0 which means that t
<div class="memdoc">
<p>
-Returns TRUE if a call tip is currently active.
+Returns true if a call tip is currently active.
<p>
</div>
@@ -1559,7 +1559,7 @@ Returns TRUE if a call tip is currently active.
<div class="memdoc">
<p>
-Returns TRUE if an auto-completion or user defined list is currently active.
+Returns true if an auto-completion or user defined list is currently active.
</div>
</div><p>
<a class="anchor" name="2ddb6b2ade644a6b2d13b215828b2f4e"></a><!-- doxytag: member="TQextScintilla::isModified" ref="2ddb6b2ade644a6b2d13b215828b2f4e" args="()" -->
@@ -1578,7 +1578,7 @@ Returns TRUE if an auto-completion or user defined list is currently active.
<div class="memdoc">
<p>
-Returns TRUE if the text has been modified.<p>
+Returns true if the text has been modified.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintilla.html#16ec6f5d6b1020c22f33c164d2fc4a10">setModified()</a>, <a class="el" href="classTQextScintilla.html#429e0a1e9c1cd7bc49b8d6939743e26d">modificationChanged()</a> </dd></dl>
</div>
@@ -1599,7 +1599,7 @@ Returns TRUE if the text has been modified.<p>
<div class="memdoc">
<p>
-Returns TRUE if the text edit is read-only.<p>
+Returns true if the text edit is read-only.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintilla.html#1bb17663785894a85e7fe07ad5768dfb">setReadOnly()</a> </dd></dl>
</div>
@@ -1620,7 +1620,7 @@ Returns TRUE if the text edit is read-only.<p>
<div class="memdoc">
<p>
-Returns TRUE if there is something that can be redone.<p>
+Returns true if there is something that can be redone.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintilla.html#6cb5d1ef84197df4ebc410de61775e98">redo()</a> </dd></dl>
</div>
@@ -1641,7 +1641,7 @@ Returns TRUE if there is something that can be redone.<p>
<div class="memdoc">
<p>
-Returns TRUE if there is something that can be undone.<p>
+Returns true if there is something that can be undone.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintilla.html#50dd001a80d36e81d4f1616a4b9ead02">undo()</a> </dd></dl>
</div>
@@ -1662,7 +1662,7 @@ Returns TRUE if there is something that can be undone.<p>
<div class="memdoc">
<p>
-Returns TRUE if text is interpreted as being UTF8 encoded. The default is to interpret the text as Latin1 encoded.<p>
+Returns true if text is interpreted as being UTF8 encoded. The default is to interpret the text as Latin1 encoded.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintilla.html#4d22589eaa4cf9c37e701c6ec80bc405">setUtf8()</a> </dd></dl>
</div>
@@ -1789,7 +1789,7 @@ Returns the current language lexer used to style text. If it is 0 then syntax st
<div class="memdoc">
<p>
-Returns TRUE if line numbers are enabled for margin <em>margin</em>.<p>
+Returns true if line numbers are enabled for margin <em>margin</em>.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintilla.html#1427cac9893fcc7b952264ff257b32de">setMarginLineNumbers()</a>, <a class="el" href="classTQextScintillaBase.html#ebbb6944d058b48277d6ab33eceab4b03d8d3c7ceee80dd0f5932285ab90e2ce">TQextScintillaBase::SCI_GETMARGINTYPEN</a> </dd></dl>
</div>
@@ -1833,7 +1833,7 @@ Returns the marker mask of margin <em>margin</em>.<p>
<div class="memdoc">
<p>
-Returns TRUE if margin <em>margin</em> is sensitive to mouse clicks.<p>
+Returns true if margin <em>margin</em> is sensitive to mouse clicks.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintilla.html#09e5035f78a603c3e68a22712ac9ae02">setMarginSensitivity()</a>, <a class="el" href="classTQextScintilla.html#e066273695466c6e19cd4e8cd2414e17">marginClicked()</a>, <a class="el" href="classTQextScintillaBase.html#ebbb6944d058b48277d6ab33eceab4b03d8d3c7ceee80dd0f5932285ab90e2ce">TQextScintillaBase::SCI_GETMARGINTYPEN</a> </dd></dl>
</div>
@@ -2890,7 +2890,7 @@ The standard command set is returned.
<div class="memdoc">
<p>
-Returns TRUE if the tab key indents a line instead of inserting a tab character. The default is TRUE.<p>
+Returns true if the tab key indents a line instead of inserting a tab character. The default is true.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintilla.html#221ac401d34a180392e49bacd9b56c4e">setTabIndents()</a>, <a class="el" href="classTQextScintilla.html#a930abcf668124af9c07f2a04a06b16f">backspaceUnindents()</a>, <a class="el" href="classTQextScintilla.html#b08d343cda48e43490baae62707e97e2">setBackspaceUnindents()</a> </dd></dl>
</div>
@@ -3231,7 +3231,7 @@ Ensures that the line number <em>line</em> is visible.
</div>
</div><p>
-<a class="anchor" name="5b289640689062f4fa5479c7212107c0"></a><!-- doxytag: member="TQextScintilla::foldAll" ref="5b289640689062f4fa5479c7212107c0" args="(bool children=FALSE)" -->
+<a class="anchor" name="5b289640689062f4fa5479c7212107c0"></a><!-- doxytag: member="TQextScintilla::foldAll" ref="5b289640689062f4fa5479c7212107c0" args="(bool children=false)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
@@ -3239,7 +3239,7 @@ Ensures that the line number <em>line</em> is visible.
<td class="memname">virtual void TQextScintilla::foldAll </td>
<td>(</td>
<td class="paramtype">bool&nbsp;</td>
- <td class="paramname"> <em>children</em> = <code>FALSE</code> </td>
+ <td class="paramname"> <em>children</em> = <code>false</code> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"><code> [virtual, slot]</code></td>
</tr>
@@ -3474,7 +3474,7 @@ Resets the foreground colour of selected text to the default.<p>
</div>
</div><p>
-<a class="anchor" name="50499f9105f6dbc9922078139779051c"></a><!-- doxytag: member="TQextScintilla::selectAll" ref="50499f9105f6dbc9922078139779051c" args="(bool select=TRUE)" -->
+<a class="anchor" name="50499f9105f6dbc9922078139779051c"></a><!-- doxytag: member="TQextScintilla::selectAll" ref="50499f9105f6dbc9922078139779051c" args="(bool select=true)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
@@ -3482,7 +3482,7 @@ Resets the foreground colour of selected text to the default.<p>
<td class="memname">virtual void TQextScintilla::selectAll </td>
<td>(</td>
<td class="paramtype">bool&nbsp;</td>
- <td class="paramname"> <em>select</em> = <code>TRUE</code> </td>
+ <td class="paramname"> <em>select</em> = <code>true</code> </td>
<td>&nbsp;)&nbsp;</td>
<td width="100%"><code> [virtual, slot]</code></td>
</tr>
@@ -3491,7 +3491,7 @@ Resets the foreground colour of selected text to the default.<p>
<div class="memdoc">
<p>
-If <em>select</em> is TRUE (the default) then all the text is selected. If <em>select</em> is FALSE then any currently selected text is deselected.
+If <em>select</em> is true (the default) then all the text is selected. If <em>select</em> is false then any currently selected text is deselected.
</div>
</div><p>
<a class="anchor" name="b6bfc944a5acbd2b8345529a2416e00a"></a><!-- doxytag: member="TQextScintilla::selectToMatchingBrace" ref="b6bfc944a5acbd2b8345529a2416e00a" args="()" -->
@@ -3530,7 +3530,7 @@ If the cursor is either side of a brace character then move it to the position o
<div class="memdoc">
<p>
-If <em>cs</em> is TRUE then auto-completion lists are case sensitive. The default is TRUE.<p>
+If <em>cs</em> is true then auto-completion lists are case sensitive. The default is true.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintilla.html#5cff73a97337f5976254179a88a47b3a">autoCompletionCaseSensitivity()</a> </dd></dl>
</div>
@@ -3552,7 +3552,7 @@ If <em>cs</em> is TRUE then auto-completion lists are case sensitive. The defaul
<div class="memdoc">
<p>
-If <em>replace</em> is TRUE then when an item from an auto-completion list is selected, the rest of the word to the right of the current cursor is removed. The default is FALSE.<p>
+If <em>replace</em> is true then when an item from an auto-completion list is selected, the rest of the word to the right of the current cursor is removed. The default is false.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintilla.html#f0c3f1d2db5029e1c6323fd12962084a">autoCompletionReplaceWord()</a> </dd></dl>
</div>
@@ -3574,7 +3574,7 @@ If <em>replace</em> is TRUE then when an item from an auto-completion list is se
<div class="memdoc">
<p>
-If <em>single</em> is TRUE then when there is only a single entry in an auto-completion list it is automatically used and the list is not displayed. This only has an effect when auto-completion is explicitly requested (using <a class="el" href="classTQextScintilla.html#a760573163b27895ff6aaac53343338f">autoCompleteFromAPIs()</a> and <a class="el" href="classTQextScintilla.html#d0e48a5aa94192f985bf6ff207874b82">autoCompleteFromDocument()</a>) and has no effect when auto-completion is triggered as the user types. The default is FALSE.<p>
+If <em>single</em> is true then when there is only a single entry in an auto-completion list it is automatically used and the list is not displayed. This only has an effect when auto-completion is explicitly requested (using <a class="el" href="classTQextScintilla.html#a760573163b27895ff6aaac53343338f">autoCompleteFromAPIs()</a> and <a class="el" href="classTQextScintilla.html#d0e48a5aa94192f985bf6ff207874b82">autoCompleteFromDocument()</a>) and has no effect when auto-completion is triggered as the user types. The default is false.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintilla.html#b70c407c8d3ed1048269fbd2ac439fdc">autoCompletionShowSingle()</a> </dd></dl>
</div>
@@ -3640,7 +3640,7 @@ Sets the threshold for the automatic display of the auto-completion list as the
<div class="memdoc">
<p>
-If <em>autoindent</em> is TRUE then auto-indentation is enabled. The default is FALSE.<p>
+If <em>autoindent</em> is true then auto-indentation is enabled. The default is false.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintilla.html#5aafd0d48172014fab301300433f9d79">autoIndent()</a> </dd></dl>
</div>
@@ -3684,7 +3684,7 @@ Sets the brace matching mode to <em>bm</em>. The default is NoBraceMatching.<p>
<div class="memdoc">
<p>
-If <em>deindent</em> is TRUE then the backspace key will unindent a line rather then delete a character.<p>
+If <em>deindent</em> is true then the backspace key will unindent a line rather then delete a character.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintilla.html#a930abcf668124af9c07f2a04a06b16f">backspaceUnindents()</a>, <a class="el" href="classTQextScintilla.html#1deb0e0aff533559500242065e9441a2">tabIndents()</a>, <a class="el" href="classTQextScintilla.html#221ac401d34a180392e49bacd9b56c4e">setTabIndents()</a> </dd></dl>
</div>
@@ -3866,7 +3866,7 @@ Sets the end-of-line mode to <em>mode</em>. The default is the platform's natura
<div class="memdoc">
<p>
-If <em>visible</em> is TRUE then end-of-lines are made visible. The default is that they are invisible.<p>
+If <em>visible</em> is true then end-of-lines are made visible. The default is that they are invisible.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintilla.html#8e8e0a0c1d7fb0718df7f32cf194eba4">eolVisibility()</a> </dd></dl>
</div>
@@ -4007,7 +4007,7 @@ Set the foreground colour of indentation guides to <em>col</em>.<p>
<div class="memdoc">
<p>
-If <em>tabs</em> is TRUE then indentations are created using tabs and spaces, rather than just spaces.<p>
+If <em>tabs</em> is true then indentations are created using tabs and spaces, rather than just spaces.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintilla.html#53d57d43f67a8dcc9d08369906906a8d">indentationsUseTabs()</a> </dd></dl>
</div>
@@ -4294,7 +4294,7 @@ Sets the width of margin <em>margin</em> so that it is wide enough to display <e
<div class="memdoc">
<p>
-Sets the modified state of the text edit to <em>m</em>. Note that it is only possible to clear the modified state (where <em>m</em> is FALSE). Attempts to set the modified state (where <em>m</em> is TRUE) are ignored.<p>
+Sets the modified state of the text edit to <em>m</em>. Note that it is only possible to clear the modified state (where <em>m</em> is false). Attempts to set the modified state (where <em>m</em> is true) are ignored.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintilla.html#2ddb6b2ade644a6b2d13b215828b2f4e">isModified()</a>, <a class="el" href="classTQextScintilla.html#429e0a1e9c1cd7bc49b8d6939743e26d">modificationChanged()</a> </dd></dl>
</div>
@@ -4446,7 +4446,7 @@ Sets the foreground colour of selected text to <em>col</em>.<p>
<div class="memdoc">
<p>
-If <em>indent</em> is TRUE then the tab key will indent a line rather then insert a tab character.<p>
+If <em>indent</em> is true then the tab key will indent a line rather then insert a tab character.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintilla.html#1deb0e0aff533559500242065e9441a2">tabIndents()</a>, <a class="el" href="classTQextScintilla.html#a930abcf668124af9c07f2a04a06b16f">backspaceUnindents()</a>, <a class="el" href="classTQextScintilla.html#b08d343cda48e43490baae62707e97e2">setBackspaceUnindents()</a> </dd></dl>
</div>
@@ -4512,7 +4512,7 @@ Replaces all of the current text with <em>text</em>. Note that the undo/redo his
<div class="memdoc">
<p>
-Sets the current text encoding. If <em>cp</em> is TRUE then UTF8 is used, otherwise Latin1 is used.<p>
+Sets the current text encoding. If <em>cp</em> is true then UTF8 is used, otherwise Latin1 is used.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintilla.html#695d9741eafdf28eb8c26448e2455cca">isUtf8()</a> </dd></dl>
</div>
@@ -4755,7 +4755,7 @@ This signal is emitted whenever the cursor position changes. <em>line</em> conta
<div class="memdoc">
<p>
-This signal is emitted whenever text is selected or de-selected. <em>yes</em> is TRUE if text has been selected and FALSE if text has been deselected. If <em>yes</em> is TRUE then <a class="el" href="classTQextScintilla.html#e2554d0e59cde9e5de14351f26c4f6b6">copy()</a> can be used to copy the selection to the clipboard. If <em>yes</em> is FALSE then <a class="el" href="classTQextScintilla.html#e2554d0e59cde9e5de14351f26c4f6b6">copy()</a> does nothing.<p>
+This signal is emitted whenever text is selected or de-selected. <em>yes</em> is true if text has been selected and false if text has been deselected. If <em>yes</em> is true then <a class="el" href="classTQextScintilla.html#e2554d0e59cde9e5de14351f26c4f6b6">copy()</a> can be used to copy the selection to the clipboard. If <em>yes</em> is false then <a class="el" href="classTQextScintilla.html#e2554d0e59cde9e5de14351f26c4f6b6">copy()</a> does nothing.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintilla.html#e2554d0e59cde9e5de14351f26c4f6b6">copy()</a>, <a class="el" href="classTQextScintilla.html#d4fd9bb7affe4719cb785064b42d685c">selectionChanged()</a> </dd></dl>
</div>
@@ -4835,7 +4835,7 @@ This signal is emitted whenever the user attempts to modify read-only text.<p>
<div class="memdoc">
<p>
-This signal is emitted whenever the modification state of the text changes. <em>m</em> is TRUE if the text has been modified.<p>
+This signal is emitted whenever the modification state of the text changes. <em>m</em> is true if the text has been modified.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintilla.html#2ddb6b2ade644a6b2d13b215828b2f4e">isModified()</a>, <a class="el" href="classTQextScintilla.html#16ec6f5d6b1020c22f33c164d2fc4a10">setModified()</a> </dd></dl>
</div>
diff --git a/doc/en/classTQextScintillaAPIs.html b/doc/en/classTQextScintillaAPIs.html
index e3e6974..d61a92e 100644
--- a/doc/en/classTQextScintillaAPIs.html
+++ b/doc/en/classTQextScintillaAPIs.html
@@ -120,7 +120,7 @@ Add the single API entry <em>entry</em> to the current set.
<div class="memdoc">
<p>
-Load the API information from the file named <em>fname</em>, adding it to the current set. Returns TRUE if successful, otherwise FALSE.
+Load the API information from the file named <em>fname</em>, adding it to the current set. Returns true if successful, otherwise false.
</div>
</div><p>
<a class="anchor" name="f316a9a0e9d1bde57916c09fbd362918"></a><!-- doxytag: member="TQextScintillaAPIs::clear" ref="f316a9a0e9d1bde57916c09fbd362918" args="()" -->
diff --git a/doc/en/classTQextScintillaBase.html b/doc/en/classTQextScintillaBase.html
index 1a10cb6..b7af067 100644
--- a/doc/en/classTQextScintillaBase.html
+++ b/doc/en/classTQextScintillaBase.html
@@ -2995,7 +2995,7 @@ Returns the viewport widget. This is the widget that actually contains the text.
<div class="memdoc">
<p>
-This signal is emitted when text is selected or de-selected. <em>yes</em> is TRUE if text has been selected and FALSE if text has been deselected.
+This signal is emitted when text is selected or de-selected. <em>yes</em> is true if text has been selected and false if text has been deselected.
</div>
</div><p>
<a class="anchor" name="8201e4d6beab5edbb64515d6d52b1fd7"></a><!-- doxytag: member="TQextScintillaBase::SCN_AUTOCSELECTION" ref="8201e4d6beab5edbb64515d6d52b1fd7" args="(const char *selection, int position)" -->
diff --git a/doc/en/classTQextScintillaCommand.html b/doc/en/classTQextScintillaCommand.html
index 52536f3..59f4101 100644
--- a/doc/en/classTQextScintillaCommand.html
+++ b/doc/en/classTQextScintillaCommand.html
@@ -143,7 +143,7 @@ The alternate key that is currently bound to the command is returned.<p>
<div class="memdoc">
<p>
-If the key <em>key</em> is valid then TRUE is returned.
+If the key <em>key</em> is valid then true is returned.
<p>
</div>
diff --git a/doc/en/classTQextScintillaCommandSet.html b/doc/en/classTQextScintillaCommandSet.html
index c48cee2..91888dc 100644
--- a/doc/en/classTQextScintillaCommandSet.html
+++ b/doc/en/classTQextScintillaCommandSet.html
@@ -62,7 +62,7 @@ Methods are provided to access the individual commands and to read and write the
<div class="memdoc">
<p>
-The key bindings for each command in the set are read from the settings <em>qs</em>. <em>prefix</em> is prepended to the key of each entry. TRUE is returned if there was no error.<p>
+The key bindings for each command in the set are read from the settings <em>qs</em>. <em>prefix</em> is prepended to the key of each entry. true is returned if there was no error.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaCommandSet.html#3a4981c26ab30164efbf27d15a4828ee">writeSettings()</a> </dd></dl>
</div>
@@ -93,7 +93,7 @@ The key bindings for each command in the set are read from the settings <em>qs</
<div class="memdoc">
<p>
-The key bindings for each command in the set are written to the settings <em>qs</em>. <em>prefix</em> is prepended to the key of each entry. TRUE is returned if there was no error.<p>
+The key bindings for each command in the set are written to the settings <em>qs</em>. <em>prefix</em> is prepended to the key of each entry. true is returned if there was no error.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaCommandSet.html#a6e09aabf6126617ecec01c35fb32e53">readSettings()</a> </dd></dl>
</div>
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 <a class="el" href="classTQextScintillaLexerBash.html#ce6da1815
<div class="memdoc">
<p>
-Returns the end-of-line for style number <em>style</em>. The default is FALSE.
+Returns the end-of-line for style number <em>style</em>. The default is false.
<p>
Reimplemented in <a class="el" href="classTQextScintillaLexerBash.html#f4b2b1343c4501c2e1a40d3b58dab574">TQextScintillaLexerBash</a>, <a class="el" href="classTQextScintillaLexerBatch.html#d94fd24c1f3d156456d5018e6a202b23">TQextScintillaLexerBatch</a>, <a class="el" href="classTQextScintillaLexerCPP.html#5f425be57976a428603b7c14f198ba76">TQextScintillaLexerCPP</a>, <a class="el" href="classTQextScintillaLexerCSharp.html#3b11e1f85a47f3caf09a25a0b5db4580">TQextScintillaLexerCSharp</a>, <a class="el" href="classTQextScintillaLexerHTML.html#a3cac0d6cc9e4909d784901d767b6171">TQextScintillaLexerHTML</a>, <a class="el" href="classTQextScintillaLexerJavaScript.html#74ad10f97d43c77c24a4fbe5d7ca5d04">TQextScintillaLexerJavaScript</a>, <a class="el" href="classTQextScintillaLexerLua.html#cfde1f9e0a2ea5ea4581fddb2f889c1c">TQextScintillaLexerLua</a>, <a class="el" href="classTQextScintillaLexerMakefile.html#387e4dcdf8e641b71a7549f2e0f68922">TQextScintillaLexerMakefile</a>, <a class="el" href="classTQextScintillaLexerPerl.html#6c2179643375e26c86bfbc7258e52408">TQextScintillaLexerPerl</a>, <a class="el" href="classTQextScintillaLexerPOV.html#2dc32c72de91eb02b8166dc4ffe1e944">TQextScintillaLexerPOV</a>, <a class="el" href="classTQextScintillaLexerProperties.html#b673e4f3569b9b5002a7e5fd75c72dae">TQextScintillaLexerProperties</a>, <a class="el" href="classTQextScintillaLexerPython.html#81954fb1fb4c460fdd679cdf6a8c72ee">TQextScintillaLexerPython</a>, <a class="el" href="classTQextScintillaLexerRuby.html#b2a03d86d7c2e3c7c11eb778b7c3fe20">TQextScintillaLexerRuby</a>, and <a class="el" href="classTQextScintillaLexerSQL.html#ee2473ffa75634fb28c893116d9f2c8e">TQextScintillaLexerSQL</a>.
</div>
@@ -456,7 +456,7 @@ Reimplemented in <a class="el" href="classTQextScintillaLexerBash.html#a35486ac2
<div class="memdoc">
<p>
-The colour, paper, font and end-of-line for each style number, and all lexer specific properties are read from the settings <em>qs</em>. <em>prefix</em> is prepended to the key of each entry. TRUE is returned if there was no error.<p>
+The colour, paper, font and end-of-line for each style number, and all lexer specific properties are read from the settings <em>qs</em>. <em>prefix</em> is prepended to the key of each entry. true is returned if there was no error.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexer.html#489a8e9528498cab6c5fd999c004229c">writeSettings()</a>, <a class="el" href="classTQextScintilla.html#f784daa825798f7e9c16d0a721699fa0">TQextScintilla::setLexer()</a> </dd></dl>
</div>
@@ -487,7 +487,7 @@ The colour, paper, font and end-of-line for each style number, and all lexer spe
<div class="memdoc">
<p>
-The colour, paper, font and end-of-line for each style number, and all lexer specific properties are written to the settings <em>qs</em>. <em>prefix</em> is prepended to the key of each entry. TRUE is returned if there was no error.<p>
+The colour, paper, font and end-of-line for each style number, and all lexer specific properties are written to the settings <em>qs</em>. <em>prefix</em> is prepended to the key of each entry. true is returned if there was no error.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexer.html#3dc542b9bcbbdb7a0cbb303214ae7f51">readSettings()</a> </dd></dl>
</div>
@@ -867,7 +867,7 @@ This signal is emitted when the value of the lexer property <em>prop</em> needs
<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 in <a class="el" href="classTQextScintillaLexerBash.html#09a5f818c0d69023ea459fd59c308b9f">TQextScintillaLexerBash</a>, <a class="el" href="classTQextScintillaLexerCPP.html#58af6f75117c384d0204ac0f65e94c1d">TQextScintillaLexerCPP</a>, <a class="el" href="classTQextScintillaLexerCSS.html#2618234cfaaa7bc4d24db9df5e423417">TQextScintillaLexerCSS</a>, <a class="el" href="classTQextScintillaLexerHTML.html#c00904b135b7098ac120344e01d6a706">TQextScintillaLexerHTML</a>, <a class="el" href="classTQextScintillaLexerLua.html#5dc890e770301ab5ecca0f37294c69e8">TQextScintillaLexerLua</a>, <a class="el" href="classTQextScintillaLexerPerl.html#a2e0f7cdb50bb439f348e57e3d6f8c76">TQextScintillaLexerPerl</a>, <a class="el" href="classTQextScintillaLexerPOV.html#74be8267ef68b998d7cabe8466153c24">TQextScintillaLexerPOV</a>, <a class="el" href="classTQextScintillaLexerProperties.html#eaa2f7a219cd9c2ca923b2595b268c35">TQextScintillaLexerProperties</a>, <a class="el" href="classTQextScintillaLexerPython.html#496893b8f75a204f1099b42fa06ea0da">TQextScintillaLexerPython</a>, and <a class="el" href="classTQextScintillaLexerSQL.html#376c567479019727c755b71274f7710c">TQextScintillaLexerSQL</a>.
</div>
@@ -898,7 +898,7 @@ Reimplemented in <a class="el" href="classTQextScintillaLexerBash.html#09a5f818c
<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 in <a class="el" href="classTQextScintillaLexerBash.html#3bee366bd9e502ae386656c7e915ff42">TQextScintillaLexerBash</a>, <a class="el" href="classTQextScintillaLexerCPP.html#600506daad28854a957cc20307854202">TQextScintillaLexerCPP</a>, <a class="el" href="classTQextScintillaLexerCSS.html#8c61265f2e059f652de67fac9e0c67fd">TQextScintillaLexerCSS</a>, <a class="el" href="classTQextScintillaLexerHTML.html#a7ecf8f08c953c661a350d5de2e868fa">TQextScintillaLexerHTML</a>, <a class="el" href="classTQextScintillaLexerLua.html#92663d1d9f49a0218118d8e48b5c49ad">TQextScintillaLexerLua</a>, <a class="el" href="classTQextScintillaLexerPerl.html#856e7b88f288064e36f2144bf97fdce5">TQextScintillaLexerPerl</a>, <a class="el" href="classTQextScintillaLexerPOV.html#b1077b902db4549ddef0398fb6391489">TQextScintillaLexerPOV</a>, <a class="el" href="classTQextScintillaLexerProperties.html#cc1b8d0916329dab170624db1505b2a6">TQextScintillaLexerProperties</a>, <a class="el" href="classTQextScintillaLexerPython.html#c6e164f4a93cdbacd7f3e9ab66ff98dc">TQextScintillaLexerPython</a>, and <a class="el" href="classTQextScintillaLexerSQL.html#0824d031dd1ffc6318197e7e545ff84f">TQextScintillaLexerSQL</a>.
</div>
diff --git a/doc/en/classTQextScintillaLexerBash.html b/doc/en/classTQextScintillaLexerBash.html
index f189900..7b048e1 100644
--- a/doc/en/classTQextScintillaLexerBash.html
+++ b/doc/en/classTQextScintillaLexerBash.html
@@ -421,7 +421,7 @@ Reimplemented from <a class="el" href="classTQextScintillaLexer.html#8c606f8763c
<div class="memdoc">
<p>
-Returns TRUE if multi-line comment blocks can be folded.<p>
+Returns true if multi-line comment blocks can be folded.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerBash.html#1e8fbcfc2d9c84c9d5327972c00c89f3">setFoldComments()</a> </dd></dl>
</div>
@@ -442,7 +442,7 @@ Returns TRUE if multi-line comment blocks can be folded.<p>
<div class="memdoc">
<p>
-Returns TRUE if trailing blank lines are included in a fold block.<p>
+Returns true if trailing blank lines are included in a fold block.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerBash.html#66e8c17f35f07a2a98f3b65608e5dd0c">setFoldCompact()</a> </dd></dl>
</div>
@@ -464,7 +464,7 @@ Returns TRUE if trailing blank lines are included in a fold block.<p>
<div class="memdoc">
<p>
-If <em>fold</em> is TRUE then multi-line comment blocks can be folded. The default is FALSE.<p>
+If <em>fold</em> is true then multi-line comment blocks can be folded. The default is false.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerBash.html#0dbc06722dc9c789a51313b9a659d8b9">foldComments()</a> </dd></dl>
</div>
@@ -486,7 +486,7 @@ If <em>fold</em> is TRUE then multi-line comment blocks can be folded. The defau
<div class="memdoc">
<p>
-If <em>fold</em> is TRUE then trailing blank lines are included in a fold block. The default is TRUE.<p>
+If <em>fold</em> is true then trailing blank lines are included in a fold block. The default is true.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerBash.html#2b8a0d8fc5e2004809e514826ac2c90f">foldCompact()</a> </dd></dl>
</div>
@@ -517,7 +517,7 @@ If <em>fold</em> is TRUE then trailing blank lines are included in a fold block.
<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>
@@ -548,7 +548,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>
diff --git a/doc/en/classTQextScintillaLexerCPP-members.html b/doc/en/classTQextScintillaLexerCPP-members.html
index f4a5bef..a8aefbe 100644
--- a/doc/en/classTQextScintillaLexerCPP-members.html
+++ b/doc/en/classTQextScintillaLexerCPP-members.html
@@ -63,7 +63,7 @@
<tr class="memlist"><td><a class="el" href="classTQextScintillaLexerCPP.html#542bd72841348de065bad4c9d8a39e51292bfc802f7e67778e276970a2d1e028">PreProcessor</a> enum value</td><td><a class="el" href="classTQextScintillaLexerCPP.html">TQextScintillaLexerCPP</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classTQextScintillaLexer.html#f320f847889bb054befdb43d0739b5cf">propertyChanged</a>(const char *prop, const char *val)</td><td><a class="el" href="classTQextScintillaLexer.html">TQextScintillaLexer</a></td><td><code> [signal]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classTQextScintillaLexer.html#635c431e2c58e1864e495b2e5f69bd5e">TQextScintillaLexer</a>(TQObject *parent=0, const char *name=0)</td><td><a class="el" href="classTQextScintillaLexer.html">TQextScintillaLexer</a></td><td></td></tr>
- <tr class="memlist"><td><a class="el" href="classTQextScintillaLexerCPP.html#d019d2bee70433f21b5d2a385cc78561">TQextScintillaLexerCPP</a>(TQObject *parent=0, const char *name=0, bool caseInsensitiveKeywords=FALSE)</td><td><a class="el" href="classTQextScintillaLexerCPP.html">TQextScintillaLexerCPP</a></td><td></td></tr>
+ <tr class="memlist"><td><a class="el" href="classTQextScintillaLexerCPP.html#d019d2bee70433f21b5d2a385cc78561">TQextScintillaLexerCPP</a>(TQObject *parent=0, const char *name=0, bool caseInsensitiveKeywords=false)</td><td><a class="el" href="classTQextScintillaLexerCPP.html">TQextScintillaLexerCPP</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classTQextScintillaLexerCPP.html#58af6f75117c384d0204ac0f65e94c1d">readProperties</a>(TQSettings &amp;qs, const TQString &amp;prefix)</td><td><a class="el" href="classTQextScintillaLexerCPP.html">TQextScintillaLexerCPP</a></td><td><code> [protected, virtual]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classTQextScintillaLexer.html#3dc542b9bcbbdb7a0cbb303214ae7f51">readSettings</a>(TQSettings &amp;qs, const char *prefix=&quot;/Scintilla&quot;)</td><td><a class="el" href="classTQextScintillaLexer.html">TQextScintillaLexer</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classTQextScintillaLexerCPP.html#a02453989cf7f0fed7f5a72dd7408ca7">refreshProperties</a>()</td><td><a class="el" href="classTQextScintillaLexerCPP.html">TQextScintillaLexerCPP</a></td><td><code> [virtual]</code></td></tr>
diff --git a/doc/en/classTQextScintillaLexerCPP.html b/doc/en/classTQextScintillaLexerCPP.html
index 676b697..d8be5a5 100644
--- a/doc/en/classTQextScintillaLexerCPP.html
+++ b/doc/en/classTQextScintillaLexerCPP.html
@@ -90,7 +90,7 @@ Inherited by <a class="el" href="classTQextScintillaLexerCSharp.html">TQextScint
</ul>
<h2>Public Member Functions</h2>
<ul>
-<li><a class="el" href="classTQextScintillaLexerCPP.html#d019d2bee70433f21b5d2a385cc78561">TQextScintillaLexerCPP</a> (TQObject *parent=0, const char *name=0, bool caseInsensitiveKeywords=FALSE)
+<li><a class="el" href="classTQextScintillaLexerCPP.html#d019d2bee70433f21b5d2a385cc78561">TQextScintillaLexerCPP</a> (TQObject *parent=0, const char *name=0, bool caseInsensitiveKeywords=false)
<li>virtual <a class="el" href="classTQextScintillaLexerCPP.html#ff979d7aad2ae33d2e246119d7994492">~TQextScintillaLexerCPP</a> ()
<li>const char * <a class="el" href="classTQextScintillaLexerCPP.html#4cb81dcd6838b1aad041da166186d349">language</a> () const
<li>const char * <a class="el" href="classTQextScintillaLexerCPP.html#e11593183bc1457d47b25c41d97ffdc0">lexer</a> () const
@@ -189,7 +189,7 @@ A global class or typedef defined in keyword set number 4. The class must be sub
</div>
</div><p>
<hr><h2>Constructor &amp; Destructor Documentation</h2>
-<a class="anchor" name="d019d2bee70433f21b5d2a385cc78561"></a><!-- doxytag: member="TQextScintillaLexerCPP::TQextScintillaLexerCPP" ref="d019d2bee70433f21b5d2a385cc78561" args="(TQObject *parent=0, const char *name=0, bool caseInsensitiveKeywords=FALSE)" -->
+<a class="anchor" name="d019d2bee70433f21b5d2a385cc78561"></a><!-- doxytag: member="TQextScintillaLexerCPP::TQextScintillaLexerCPP" ref="d019d2bee70433f21b5d2a385cc78561" args="(TQObject *parent=0, const char *name=0, bool caseInsensitiveKeywords=false)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
@@ -209,7 +209,7 @@ A global class or typedef defined in keyword set number 4. The class must be sub
<td class="paramkey"></td>
<td></td>
<td class="paramtype">bool&nbsp;</td>
- <td class="paramname"> <em>caseInsensitiveKeywords</em> = <code>FALSE</code></td><td>&nbsp;</td>
+ <td class="paramname"> <em>caseInsensitiveKeywords</em> = <code>false</code></td><td>&nbsp;</td>
</tr>
<tr>
<td></td>
@@ -221,7 +221,7 @@ A global class or typedef defined in keyword set number 4. The class must be sub
<div class="memdoc">
<p>
-Construct a <a class="el" href="classTQextScintillaLexerCPP.html">TQextScintillaLexerCPP</a> with parent <em>parent</em> and name <em>name</em>. <em>parent</em> is typically the <a class="el" href="classTQextScintilla.html">TQextScintilla</a> instance. <em>caseInsensitiveKeywords</em> is TRUE if the lexer ignores the case of keywords.
+Construct a <a class="el" href="classTQextScintillaLexerCPP.html">TQextScintillaLexerCPP</a> with parent <em>parent</em> and name <em>name</em>. <em>parent</em> is typically the <a class="el" href="classTQextScintilla.html">TQextScintilla</a> instance. <em>caseInsensitiveKeywords</em> is true if the lexer ignores the case of keywords.
</div>
</div><p>
<a class="anchor" name="ff979d7aad2ae33d2e246119d7994492"></a><!-- doxytag: member="TQextScintillaLexerCPP::~TQextScintillaLexerCPP" ref="ff979d7aad2ae33d2e246119d7994492" args="()" -->
@@ -481,7 +481,7 @@ Reimplemented from <a class="el" href="classTQextScintillaLexer.html#8c606f8763c
<div class="memdoc">
<p>
-Returns TRUE if "} else {" lines can be folded.<p>
+Returns true if "} else {" lines can be folded.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerCPP.html#f75eff635e4ceec40e092d5640062acf">setFoldAtElse()</a> </dd></dl>
</div>
@@ -502,7 +502,7 @@ Returns TRUE if "} else {" lines can be folded.<p>
<div class="memdoc">
<p>
-Returns TRUE if multi-line comment blocks can be folded.<p>
+Returns true if multi-line comment blocks can be folded.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerCPP.html#a8d495fc79547d5a38edcbb3fc9a8a47">setFoldComments()</a> </dd></dl>
</div>
@@ -523,7 +523,7 @@ Returns TRUE if multi-line comment blocks can be folded.<p>
<div class="memdoc">
<p>
-Returns TRUE if trailing blank lines are included in a fold block.<p>
+Returns true if trailing blank lines are included in a fold block.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerCPP.html#ccda9feb64b84763780763d42248db5b">setFoldCompact()</a> </dd></dl>
</div>
@@ -544,7 +544,7 @@ Returns TRUE if trailing blank lines are included in a fold block.<p>
<div class="memdoc">
<p>
-Returns TRUE if preprocessor blocks can be folded.<p>
+Returns true if preprocessor blocks can be folded.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerCPP.html#83e14ae9d959d987a8d4d5f919ae6091">setFoldPreprocessor()</a> </dd></dl>
</div>
@@ -565,7 +565,7 @@ Returns TRUE if preprocessor blocks can be folded.<p>
<div class="memdoc">
<p>
-Returns TRUE if preprocessor lines (after the preprocessor directive) are styled.<p>
+Returns true if preprocessor lines (after the preprocessor directive) are styled.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerCPP.html#0280643196167caedecbf2adc23034a8">setStylePreprocessor()</a> </dd></dl>
</div>
@@ -587,7 +587,7 @@ Returns TRUE if preprocessor lines (after the preprocessor directive) are styled
<div class="memdoc">
<p>
-If <em>fold</em> is TRUE then "} else {" lines can be folded. The default is FALSE.<p>
+If <em>fold</em> is true then "} else {" lines can be folded. The default is false.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerCPP.html#aa8dd334b06cfc33cac7089ac08c837d">foldAtElse()</a> </dd></dl>
</div>
@@ -609,7 +609,7 @@ If <em>fold</em> is TRUE then "} else {" lines can be folded. The default is FAL
<div class="memdoc">
<p>
-If <em>fold</em> is TRUE then multi-line comment blocks can be folded. The default is FALSE.<p>
+If <em>fold</em> is true then multi-line comment blocks can be folded. The default is false.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerCPP.html#d2011da2c61e08f1ac7283a622a1ff47">foldComments()</a> </dd></dl>
</div>
@@ -631,7 +631,7 @@ If <em>fold</em> is TRUE then multi-line comment blocks can be folded. The defau
<div class="memdoc">
<p>
-If <em>fold</em> is TRUE then trailing blank lines are included in a fold block. The default is TRUE.<p>
+If <em>fold</em> is true then trailing blank lines are included in a fold block. The default is true.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerCPP.html#527f330fa7298c564d104b1b27e5dfb5">foldCompact()</a> </dd></dl>
</div>
@@ -653,7 +653,7 @@ If <em>fold</em> is TRUE then trailing blank lines are included in a fold block.
<div class="memdoc">
<p>
-If <em>fold</em> is TRUE then preprocessor blocks can be folded. The default is TRUE.<p>
+If <em>fold</em> is true then preprocessor blocks can be folded. The default is true.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerCPP.html#02a2553c485bcaa29cb785d56d8c42c1">foldPreprocessor()</a> </dd></dl>
</div>
@@ -675,7 +675,7 @@ If <em>fold</em> is TRUE then preprocessor blocks can be folded. The default is
<div class="memdoc">
<p>
-If <em>style</em> is TRUE then preprocessor lines (after the preprocessor directive) are styled. The default is FALSE.<p>
+If <em>style</em> is true then preprocessor lines (after the preprocessor directive) are styled. The default is false.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerCPP.html#43bf80480c8d816da5e0c86dcd61cc67">stylePreprocessor()</a> </dd></dl>
</div>
@@ -706,7 +706,7 @@ If <em>style</em> is TRUE then preprocessor lines (after the preprocessor direct
<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.<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.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerCPP.html#600506daad28854a957cc20307854202">writeProperties()</a> </dd></dl>
<p>
@@ -739,7 +739,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.<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.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerCPP.html#58af6f75117c384d0204ac0f65e94c1d">readProperties()</a> </dd></dl>
<p>
diff --git a/doc/en/classTQextScintillaLexerCSS.html b/doc/en/classTQextScintillaLexerCSS.html
index 1179ac3..42722b1 100644
--- a/doc/en/classTQextScintillaLexerCSS.html
+++ b/doc/en/classTQextScintillaLexerCSS.html
@@ -381,7 +381,7 @@ Reimplemented from <a class="el" href="classTQextScintillaLexer.html#8c606f8763c
<div class="memdoc">
<p>
-Returns TRUE if multi-line comment blocks can be folded.<p>
+Returns true if multi-line comment blocks can be folded.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerCSS.html#b5125b393e37e0742c9364301738a1c0">setFoldComments()</a> </dd></dl>
</div>
@@ -402,7 +402,7 @@ Returns TRUE if multi-line comment blocks can be folded.<p>
<div class="memdoc">
<p>
-Returns TRUE if trailing blank lines are included in a fold block.<p>
+Returns true if trailing blank lines are included in a fold block.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerCSS.html#f818c14fc087298ae165a85b5f13a9dc">setFoldCompact()</a> </dd></dl>
</div>
@@ -424,7 +424,7 @@ Returns TRUE if trailing blank lines are included in a fold block.<p>
<div class="memdoc">
<p>
-If <em>fold</em> is TRUE then multi-line comment blocks can be folded. The default is FALSE.<p>
+If <em>fold</em> is true then multi-line comment blocks can be folded. The default is false.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerCSS.html#750d95e4905869983a7c984bd05b5148">foldComments()</a> </dd></dl>
</div>
@@ -446,7 +446,7 @@ If <em>fold</em> is TRUE then multi-line comment blocks can be folded. The defau
<div class="memdoc">
<p>
-If <em>fold</em> is TRUE then trailing blank lines are included in a fold block. The default is TRUE.<p>
+If <em>fold</em> is true then trailing blank lines are included in a fold block. The default is true.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerCSS.html#5dbd7dcf8cd46e76e0a08dd8be2759a3">foldCompact()</a> </dd></dl>
</div>
@@ -477,7 +477,7 @@ If <em>fold</em> is TRUE then trailing blank lines are included in a fold block.
<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>
@@ -508,7 +508,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>
diff --git a/doc/en/classTQextScintillaLexerCSharp-members.html b/doc/en/classTQextScintillaLexerCSharp-members.html
index ec9d3d1..482e067 100644
--- a/doc/en/classTQextScintillaLexerCSharp-members.html
+++ b/doc/en/classTQextScintillaLexerCSharp-members.html
@@ -63,7 +63,7 @@
<tr class="memlist"><td><a class="el" href="classTQextScintillaLexerCPP.html#542bd72841348de065bad4c9d8a39e51292bfc802f7e67778e276970a2d1e028">PreProcessor</a> enum value</td><td><a class="el" href="classTQextScintillaLexerCPP.html">TQextScintillaLexerCPP</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classTQextScintillaLexer.html#f320f847889bb054befdb43d0739b5cf">propertyChanged</a>(const char *prop, const char *val)</td><td><a class="el" href="classTQextScintillaLexer.html">TQextScintillaLexer</a></td><td><code> [signal]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classTQextScintillaLexer.html#635c431e2c58e1864e495b2e5f69bd5e">TQextScintillaLexer</a>(TQObject *parent=0, const char *name=0)</td><td><a class="el" href="classTQextScintillaLexer.html">TQextScintillaLexer</a></td><td></td></tr>
- <tr class="memlist"><td><a class="el" href="classTQextScintillaLexerCPP.html#d019d2bee70433f21b5d2a385cc78561">TQextScintillaLexerCPP</a>(TQObject *parent=0, const char *name=0, bool caseInsensitiveKeywords=FALSE)</td><td><a class="el" href="classTQextScintillaLexerCPP.html">TQextScintillaLexerCPP</a></td><td></td></tr>
+ <tr class="memlist"><td><a class="el" href="classTQextScintillaLexerCPP.html#d019d2bee70433f21b5d2a385cc78561">TQextScintillaLexerCPP</a>(TQObject *parent=0, const char *name=0, bool caseInsensitiveKeywords=false)</td><td><a class="el" href="classTQextScintillaLexerCPP.html">TQextScintillaLexerCPP</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classTQextScintillaLexerCSharp.html#bc7e413d90c75a50b801060bd4dc82a4">TQextScintillaLexerCSharp</a>(TQObject *parent=0, const char *name=0)</td><td><a class="el" href="classTQextScintillaLexerCSharp.html">TQextScintillaLexerCSharp</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classTQextScintillaLexerCPP.html#58af6f75117c384d0204ac0f65e94c1d">readProperties</a>(TQSettings &amp;qs, const TQString &amp;prefix)</td><td><a class="el" href="classTQextScintillaLexerCPP.html">TQextScintillaLexerCPP</a></td><td><code> [protected, virtual]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classTQextScintillaLexer.html#3dc542b9bcbbdb7a0cbb303214ae7f51">readSettings</a>(TQSettings &amp;qs, const char *prefix=&quot;/Scintilla&quot;)</td><td><a class="el" href="classTQextScintillaLexer.html">TQextScintillaLexer</a></td><td></td></tr>
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 <a class="el" href="classTQextScintillaLexer.html#8c606f8763c
<div class="memdoc">
<p>
-Returns TRUE if trailing blank lines are included in a fold block.<p>
+Returns true if trailing blank lines are included in a fold block.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerHTML.html#148b6caa2ddab54d6c43700e62edf94d">setFoldCompact()</a> </dd></dl>
</div>
@@ -853,7 +853,7 @@ Returns TRUE if trailing blank lines are included in a fold block.<p>
<div class="memdoc">
<p>
-Returns TRUE if preprocessor blocks can be folded.<p>
+Returns true if preprocessor blocks can be folded.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerHTML.html#4accbe3243d38303b0ba6c1d5b1969a6">setFoldPreprocessor()</a> </dd></dl>
</div>
@@ -874,7 +874,7 @@ Returns TRUE if preprocessor blocks can be folded.<p>
<div class="memdoc">
<p>
-Returns TRUE if tags are case sensitive.<p>
+Returns true if tags are case sensitive.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerHTML.html#00d4c198c14a04b56eb1d029f8985ef1">setCaseSensitiveTags()</a> </dd></dl>
</div>
@@ -896,7 +896,7 @@ Returns TRUE if tags are case sensitive.<p>
<div class="memdoc">
<p>
-If <em>fold</em> is TRUE then trailing blank lines are included in a fold block. The default is TRUE.<p>
+If <em>fold</em> is true then trailing blank lines are included in a fold block. The default is true.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerHTML.html#25612261f73a392083b9946af07a8e05">foldCompact()</a> </dd></dl>
</div>
@@ -918,7 +918,7 @@ If <em>fold</em> is TRUE then trailing blank lines are included in a fold block.
<div class="memdoc">
<p>
-If <em>fold</em> is TRUE then preprocessor blocks can be folded. The default is FALSE.<p>
+If <em>fold</em> is true then preprocessor blocks can be folded. The default is false.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerHTML.html#23d3e1f8f7b202808cb13fb1b4fe35dd">foldPreprocessor()</a> </dd></dl>
</div>
@@ -940,7 +940,7 @@ If <em>fold</em> is TRUE then preprocessor blocks can be folded. The default is
<div class="memdoc">
<p>
-If <em>sens</em> is TRUE then tags are case sensitive. The default is FALSE.<p>
+If <em>sens</em> is true then tags are case sensitive. The default is false.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerHTML.html#97ef69eb463d62607df4934f8b55870f">caseSensitiveTags()</a> </dd></dl>
</div>
@@ -971,7 +971,7 @@ If <em>sens</em> is TRUE then tags are case sensitive. The default is FALSE.<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>
@@ -1002,7 +1002,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>
diff --git a/doc/en/classTQextScintillaLexerIDL-members.html b/doc/en/classTQextScintillaLexerIDL-members.html
index 1d6efc4..2113cc2 100644
--- a/doc/en/classTQextScintillaLexerIDL-members.html
+++ b/doc/en/classTQextScintillaLexerIDL-members.html
@@ -63,7 +63,7 @@
<tr class="memlist"><td><a class="el" href="classTQextScintillaLexerCPP.html#542bd72841348de065bad4c9d8a39e51292bfc802f7e67778e276970a2d1e028">PreProcessor</a> enum value</td><td><a class="el" href="classTQextScintillaLexerCPP.html">TQextScintillaLexerCPP</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classTQextScintillaLexer.html#f320f847889bb054befdb43d0739b5cf">propertyChanged</a>(const char *prop, const char *val)</td><td><a class="el" href="classTQextScintillaLexer.html">TQextScintillaLexer</a></td><td><code> [signal]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classTQextScintillaLexer.html#635c431e2c58e1864e495b2e5f69bd5e">TQextScintillaLexer</a>(TQObject *parent=0, const char *name=0)</td><td><a class="el" href="classTQextScintillaLexer.html">TQextScintillaLexer</a></td><td></td></tr>
- <tr class="memlist"><td><a class="el" href="classTQextScintillaLexerCPP.html#d019d2bee70433f21b5d2a385cc78561">TQextScintillaLexerCPP</a>(TQObject *parent=0, const char *name=0, bool caseInsensitiveKeywords=FALSE)</td><td><a class="el" href="classTQextScintillaLexerCPP.html">TQextScintillaLexerCPP</a></td><td></td></tr>
+ <tr class="memlist"><td><a class="el" href="classTQextScintillaLexerCPP.html#d019d2bee70433f21b5d2a385cc78561">TQextScintillaLexerCPP</a>(TQObject *parent=0, const char *name=0, bool caseInsensitiveKeywords=false)</td><td><a class="el" href="classTQextScintillaLexerCPP.html">TQextScintillaLexerCPP</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classTQextScintillaLexerIDL.html#0ae4e3ba2aa88b01141ca9a325c03c1b">TQextScintillaLexerIDL</a>(TQObject *parent=0, const char *name=0)</td><td><a class="el" href="classTQextScintillaLexerIDL.html">TQextScintillaLexerIDL</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classTQextScintillaLexerCPP.html#58af6f75117c384d0204ac0f65e94c1d">readProperties</a>(TQSettings &amp;qs, const TQString &amp;prefix)</td><td><a class="el" href="classTQextScintillaLexerCPP.html">TQextScintillaLexerCPP</a></td><td><code> [protected, virtual]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classTQextScintillaLexer.html#3dc542b9bcbbdb7a0cbb303214ae7f51">readSettings</a>(TQSettings &amp;qs, const char *prefix=&quot;/Scintilla&quot;)</td><td><a class="el" href="classTQextScintillaLexer.html">TQextScintillaLexer</a></td><td></td></tr>
diff --git a/doc/en/classTQextScintillaLexerJava-members.html b/doc/en/classTQextScintillaLexerJava-members.html
index 7fada4f..7815cb3 100644
--- a/doc/en/classTQextScintillaLexerJava-members.html
+++ b/doc/en/classTQextScintillaLexerJava-members.html
@@ -63,7 +63,7 @@
<tr class="memlist"><td><a class="el" href="classTQextScintillaLexerCPP.html#542bd72841348de065bad4c9d8a39e51292bfc802f7e67778e276970a2d1e028">PreProcessor</a> enum value</td><td><a class="el" href="classTQextScintillaLexerCPP.html">TQextScintillaLexerCPP</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classTQextScintillaLexer.html#f320f847889bb054befdb43d0739b5cf">propertyChanged</a>(const char *prop, const char *val)</td><td><a class="el" href="classTQextScintillaLexer.html">TQextScintillaLexer</a></td><td><code> [signal]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classTQextScintillaLexer.html#635c431e2c58e1864e495b2e5f69bd5e">TQextScintillaLexer</a>(TQObject *parent=0, const char *name=0)</td><td><a class="el" href="classTQextScintillaLexer.html">TQextScintillaLexer</a></td><td></td></tr>
- <tr class="memlist"><td><a class="el" href="classTQextScintillaLexerCPP.html#d019d2bee70433f21b5d2a385cc78561">TQextScintillaLexerCPP</a>(TQObject *parent=0, const char *name=0, bool caseInsensitiveKeywords=FALSE)</td><td><a class="el" href="classTQextScintillaLexerCPP.html">TQextScintillaLexerCPP</a></td><td></td></tr>
+ <tr class="memlist"><td><a class="el" href="classTQextScintillaLexerCPP.html#d019d2bee70433f21b5d2a385cc78561">TQextScintillaLexerCPP</a>(TQObject *parent=0, const char *name=0, bool caseInsensitiveKeywords=false)</td><td><a class="el" href="classTQextScintillaLexerCPP.html">TQextScintillaLexerCPP</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classTQextScintillaLexerJava.html#64986f30edfe91a663809f184a423111">TQextScintillaLexerJava</a>(TQObject *parent=0, const char *name=0)</td><td><a class="el" href="classTQextScintillaLexerJava.html">TQextScintillaLexerJava</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classTQextScintillaLexerCPP.html#58af6f75117c384d0204ac0f65e94c1d">readProperties</a>(TQSettings &amp;qs, const TQString &amp;prefix)</td><td><a class="el" href="classTQextScintillaLexerCPP.html">TQextScintillaLexerCPP</a></td><td><code> [protected, virtual]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classTQextScintillaLexer.html#3dc542b9bcbbdb7a0cbb303214ae7f51">readSettings</a>(TQSettings &amp;qs, const char *prefix=&quot;/Scintilla&quot;)</td><td><a class="el" href="classTQextScintillaLexer.html">TQextScintillaLexer</a></td><td></td></tr>
diff --git a/doc/en/classTQextScintillaLexerJavaScript-members.html b/doc/en/classTQextScintillaLexerJavaScript-members.html
index e61df63..5321a19 100644
--- a/doc/en/classTQextScintillaLexerJavaScript-members.html
+++ b/doc/en/classTQextScintillaLexerJavaScript-members.html
@@ -63,7 +63,7 @@
<tr class="memlist"><td><a class="el" href="classTQextScintillaLexerCPP.html#542bd72841348de065bad4c9d8a39e51292bfc802f7e67778e276970a2d1e028">PreProcessor</a> enum value</td><td><a class="el" href="classTQextScintillaLexerCPP.html">TQextScintillaLexerCPP</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classTQextScintillaLexer.html#f320f847889bb054befdb43d0739b5cf">propertyChanged</a>(const char *prop, const char *val)</td><td><a class="el" href="classTQextScintillaLexer.html">TQextScintillaLexer</a></td><td><code> [signal]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classTQextScintillaLexer.html#635c431e2c58e1864e495b2e5f69bd5e">TQextScintillaLexer</a>(TQObject *parent=0, const char *name=0)</td><td><a class="el" href="classTQextScintillaLexer.html">TQextScintillaLexer</a></td><td></td></tr>
- <tr class="memlist"><td><a class="el" href="classTQextScintillaLexerCPP.html#d019d2bee70433f21b5d2a385cc78561">TQextScintillaLexerCPP</a>(TQObject *parent=0, const char *name=0, bool caseInsensitiveKeywords=FALSE)</td><td><a class="el" href="classTQextScintillaLexerCPP.html">TQextScintillaLexerCPP</a></td><td></td></tr>
+ <tr class="memlist"><td><a class="el" href="classTQextScintillaLexerCPP.html#d019d2bee70433f21b5d2a385cc78561">TQextScintillaLexerCPP</a>(TQObject *parent=0, const char *name=0, bool caseInsensitiveKeywords=false)</td><td><a class="el" href="classTQextScintillaLexerCPP.html">TQextScintillaLexerCPP</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classTQextScintillaLexerJavaScript.html#b399d27be19d5fc6ac6bf5b3c555b079">TQextScintillaLexerJavaScript</a>(TQObject *parent=0, const char *name=0)</td><td><a class="el" href="classTQextScintillaLexerJavaScript.html">TQextScintillaLexerJavaScript</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classTQextScintillaLexerCPP.html#58af6f75117c384d0204ac0f65e94c1d">readProperties</a>(TQSettings &amp;qs, const TQString &amp;prefix)</td><td><a class="el" href="classTQextScintillaLexerCPP.html">TQextScintillaLexerCPP</a></td><td><code> [protected, virtual]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classTQextScintillaLexer.html#3dc542b9bcbbdb7a0cbb303214ae7f51">readSettings</a>(TQSettings &amp;qs, const char *prefix=&quot;/Scintilla&quot;)</td><td><a class="el" href="classTQextScintillaLexer.html">TQextScintillaLexer</a></td><td></td></tr>
diff --git a/doc/en/classTQextScintillaLexerLua.html b/doc/en/classTQextScintillaLexerLua.html
index 5ba4dc7..9d8b04c 100644
--- a/doc/en/classTQextScintillaLexerLua.html
+++ b/doc/en/classTQextScintillaLexerLua.html
@@ -418,7 +418,7 @@ Reimplemented from <a class="el" href="classTQextScintillaLexer.html#8c606f8763c
<div class="memdoc">
<p>
-Returns TRUE if trailing blank lines are included in a fold block.<p>
+Returns true if trailing blank lines are included in a fold block.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerLua.html#5f48a7bed25b1481edbb51f3c7614da4">setFoldCompact()</a> </dd></dl>
</div>
@@ -440,7 +440,7 @@ Returns TRUE if trailing blank lines are included in a fold block.<p>
<div class="memdoc">
<p>
-If <em>fold</em> is TRUE then trailing blank lines are included in a fold block. The default is TRUE.<p>
+If <em>fold</em> is true then trailing blank lines are included in a fold block. The default is true.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerLua.html#a83fe43c217c885d4665c830af19a9c4">foldCompact()</a> </dd></dl>
</div>
@@ -471,7 +471,7 @@ If <em>fold</em> is TRUE then trailing blank lines are included in a fold block.
<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>
@@ -502,7 +502,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>
diff --git a/doc/en/classTQextScintillaLexerPOV.html b/doc/en/classTQextScintillaLexerPOV.html
index b012f7d..90e6c11 100644
--- a/doc/en/classTQextScintillaLexerPOV.html
+++ b/doc/en/classTQextScintillaLexerPOV.html
@@ -431,7 +431,7 @@ Reimplemented from <a class="el" href="classTQextScintillaLexer.html#8c606f8763c
<div class="memdoc">
<p>
-Returns TRUE if multi-line comment blocks can be folded.<p>
+Returns true if multi-line comment blocks can be folded.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerPOV.html#45939e964e3dc80f6a33cec839ae8049">setFoldComments()</a> </dd></dl>
</div>
@@ -452,7 +452,7 @@ Returns TRUE if multi-line comment blocks can be folded.<p>
<div class="memdoc">
<p>
-Returns TRUE if trailing blank lines are included in a fold block.<p>
+Returns true if trailing blank lines are included in a fold block.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerPOV.html#020d360ff2cf8ce24e86b4126da6458a">setFoldCompact()</a> </dd></dl>
</div>
@@ -473,7 +473,7 @@ Returns TRUE if trailing blank lines are included in a fold block.<p>
<div class="memdoc">
<p>
-Returns TRUE if directives can be folded.<p>
+Returns true if directives can be folded.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerPOV.html#0cfbee2f757d6078faf4171a5310db1e">setFoldDirectives()</a> </dd></dl>
</div>
@@ -495,7 +495,7 @@ Returns TRUE if directives can be folded.<p>
<div class="memdoc">
<p>
-If <em>fold</em> is TRUE then multi-line comment blocks can be folded. The default is FALSE.<p>
+If <em>fold</em> is true then multi-line comment blocks can be folded. The default is false.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerPOV.html#885b4c1be5bccef4460440a69742a4a2">foldComments()</a> </dd></dl>
</div>
@@ -517,7 +517,7 @@ If <em>fold</em> is TRUE then multi-line comment blocks can be folded. The defau
<div class="memdoc">
<p>
-If <em>fold</em> is TRUE then trailing blank lines are included in a fold block. The default is TRUE.<p>
+If <em>fold</em> is true then trailing blank lines are included in a fold block. The default is true.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerPOV.html#4dfeba7992ab3669da67b829f50dd201">foldCompact()</a> </dd></dl>
</div>
@@ -539,7 +539,7 @@ If <em>fold</em> is TRUE then trailing blank lines are included in a fold block.
<div class="memdoc">
<p>
-If <em>fold</em> is TRUE then directives can be folded. The default is FALSE.<p>
+If <em>fold</em> is true then directives can be folded. The default is false.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerPOV.html#ea0986f15e1bad99278b37a4822b5ccd">foldDirectives()</a> </dd></dl>
</div>
@@ -570,7 +570,7 @@ If <em>fold</em> is TRUE then directives can be folded. The default is FALSE.<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>
@@ -601,7 +601,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>
diff --git a/doc/en/classTQextScintillaLexerPerl.html b/doc/en/classTQextScintillaLexerPerl.html
index 85fd317..1ddf5bd 100644
--- a/doc/en/classTQextScintillaLexerPerl.html
+++ b/doc/en/classTQextScintillaLexerPerl.html
@@ -482,7 +482,7 @@ Reimplemented from <a class="el" href="classTQextScintillaLexer.html#8c606f8763c
<div class="memdoc">
<p>
-Returns TRUE if multi-line comment blocks can be folded.<p>
+Returns true if multi-line comment blocks can be folded.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerPerl.html#8bb2ecf0badf70014a499cc063921b95">setFoldComments()</a> </dd></dl>
</div>
@@ -503,7 +503,7 @@ Returns TRUE if multi-line comment blocks can be folded.<p>
<div class="memdoc">
<p>
-Returns TRUE if trailing blank lines are included in a fold block.<p>
+Returns true if trailing blank lines are included in a fold block.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerPerl.html#4a870962b7e6ba927260600fb022ac9e">setFoldCompact()</a> </dd></dl>
</div>
@@ -525,7 +525,7 @@ Returns TRUE if trailing blank lines are included in a fold block.<p>
<div class="memdoc">
<p>
-If <em>fold</em> is TRUE then multi-line comment blocks can be folded. The default is FALSE.<p>
+If <em>fold</em> is true then multi-line comment blocks can be folded. The default is false.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerPerl.html#72b38f72f70543e2c7779a8a0e304b0a">foldComments()</a> </dd></dl>
</div>
@@ -547,7 +547,7 @@ If <em>fold</em> is TRUE then multi-line comment blocks can be folded. The defau
<div class="memdoc">
<p>
-If <em>fold</em> is TRUE then trailing blank lines are included in a fold block. The default is TRUE.<p>
+If <em>fold</em> is true then trailing blank lines are included in a fold block. The default is true.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerPerl.html#4b8ea36946e93afca001e185894a4a0f">foldCompact()</a> </dd></dl>
</div>
@@ -578,7 +578,7 @@ If <em>fold</em> is TRUE then trailing blank lines are included in a fold block.
<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>
@@ -609,7 +609,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>
diff --git a/doc/en/classTQextScintillaLexerProperties.html b/doc/en/classTQextScintillaLexerProperties.html
index bea63ec..e360356 100644
--- a/doc/en/classTQextScintillaLexerProperties.html
+++ b/doc/en/classTQextScintillaLexerProperties.html
@@ -350,7 +350,7 @@ Reimplemented from <a class="el" href="classTQextScintillaLexer.html#8c606f8763c
<div class="memdoc">
<p>
-Returns TRUE if trailing blank lines are included in a fold block.<p>
+Returns true if trailing blank lines are included in a fold block.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerProperties.html#bc8c42d3facfceaa7c5eaeddf7e4285c">setFoldCompact()</a> </dd></dl>
</div>
@@ -372,7 +372,7 @@ Returns TRUE if trailing blank lines are included in a fold block.<p>
<div class="memdoc">
<p>
-If <em>fold</em> is TRUE then trailing blank lines are included in a fold block. The default is TRUE.<p>
+If <em>fold</em> is true then trailing blank lines are included in a fold block. The default is true.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerProperties.html#fad51b4b63aac4551f5bc5fe57b400c9">foldCompact()</a> </dd></dl>
</div>
@@ -403,7 +403,7 @@ If <em>fold</em> is TRUE then trailing blank lines are included in a fold block.
<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.<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.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerProperties.html#cc1b8d0916329dab170624db1505b2a6">writeProperties()</a> </dd></dl>
<p>
@@ -436,7 +436,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.<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.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerProperties.html#eaa2f7a219cd9c2ca923b2595b268c35">readProperties()</a> </dd></dl>
<p>
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>
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 <a class="el" href="classTQextScintillaLexer.html#8c606f8763c
<div class="memdoc">
<p>
-Returns TRUE if multi-line comment blocks can be folded.<p>
+Returns true if multi-line comment blocks can be folded.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerSQL.html#a9136c38110a706d75ec7319ed06c098">setFoldComments()</a> </dd></dl>
</div>
@@ -468,7 +468,7 @@ Returns TRUE if multi-line comment blocks can be folded.<p>
<div class="memdoc">
<p>
-Returns TRUE if trailing blank lines are included in a fold block.<p>
+Returns true if trailing blank lines are included in a fold block.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerSQL.html#a89bc20abcc8245a51da795eb3ab8c3e">setFoldCompact()</a> </dd></dl>
</div>
@@ -489,7 +489,7 @@ Returns TRUE if trailing blank lines are included in a fold block.<p>
<div class="memdoc">
<p>
-Returns TRUE if backslash escapes are enabled.<p>
+Returns true if backslash escapes are enabled.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerSQL.html#81ee1d8fdc3a43e94d4176189cb8e2b7">setBackslashEscapes()</a> </dd></dl>
</div>
@@ -511,7 +511,7 @@ Returns TRUE if backslash escapes are enabled.<p>
<div class="memdoc">
<p>
-If <em>fold</em> is TRUE then multi-line comment blocks can be folded. The default is FALSE.<p>
+If <em>fold</em> is true then multi-line comment blocks can be folded. The default is false.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerSQL.html#6867e10f4aa8a7c8f040595e18d01967">foldComments()</a> </dd></dl>
</div>
@@ -533,7 +533,7 @@ If <em>fold</em> is TRUE then multi-line comment blocks can be folded. The defau
<div class="memdoc">
<p>
-If <em>fold</em> is TRUE then trailing blank lines are included in a fold block. The default is TRUE.<p>
+If <em>fold</em> is true then trailing blank lines are included in a fold block. The default is true.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerSQL.html#ea2c85ffc4af6dfdc70dacb9bb35957b">foldCompact()</a> </dd></dl>
</div>
@@ -555,7 +555,7 @@ If <em>fold</em> is TRUE then trailing blank lines are included in a fold block.
<div class="memdoc">
<p>
-If <em>enable</em> is TRUE then backslash escapes are enabled. The default is FALSE.<p>
+If <em>enable</em> is true then backslash escapes are enabled. The default is false.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaLexerSQL.html#11e7e14784d83a1b56e690852cbb0b7d">backslashEscapes()</a> </dd></dl>
</div>
@@ -586,7 +586,7 @@ If <em>enable</em> is TRUE then backslash escapes are enabled. The default is FA
<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>
@@ -617,7 +617,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>
diff --git a/doc/en/classTQextScintillaMacro.html b/doc/en/classTQextScintillaMacro.html
index 2c1b2f6..c33165e 100644
--- a/doc/en/classTQextScintillaMacro.html
+++ b/doc/en/classTQextScintillaMacro.html
@@ -171,7 +171,7 @@ Clear the contents of the macro.
<div class="memdoc">
<p>
-Load the macro from the printable ASCII representation <em>asc</em>. Returns TRUE if there was no error.<p>
+Load the macro from the printable ASCII representation <em>asc</em>. Returns true if there was no error.<p>
<dl compact><dt><b>See also:</b></dt><dd><a class="el" href="classTQextScintillaMacro.html#dbdc69113895d3f07b0bdb1f3f075498">save()</a> </dd></dl>
</div>
diff --git a/doc/en/classTQextScintillaPrinter.html b/doc/en/classTQextScintillaPrinter.html
index 7effa76..18f0384 100644
--- a/doc/en/classTQextScintillaPrinter.html
+++ b/doc/en/classTQextScintillaPrinter.html
@@ -121,7 +121,7 @@ Destroys the <a class="el" href="classTQextScintillaPrinter.html">TQextScintilla
<div class="memdoc">
<p>
-Format a page, by adding headers and footers for example, before the document text is drawn on it. <em>painter</em> is the painter to be used to add customised text and graphics. <em>drawing</em> is TRUE if the page is actually being drawn rather than being sized. <em>painter</em> drawing methods must only be called when <em>drawing</em> is TRUE. <em>area</em> is the area of the page that will be used to draw the text. This should be modified if it is necessary to reserve space for any customised text or graphics. By default the area is relative to the printable area of the page. Use TQPrinter::setFullPage() because calling <a class="el" href="classTQextScintillaPrinter.html#31d261de4a31e82646f4f75d1a6085f6">printRange()</a> if you want to try and print over the whole page. <em>pagenr</em> is the number of the page. The first page is numbered 1.
+Format a page, by adding headers and footers for example, before the document text is drawn on it. <em>painter</em> is the painter to be used to add customised text and graphics. <em>drawing</em> is true if the page is actually being drawn rather than being sized. <em>painter</em> drawing methods must only be called when <em>drawing</em> is true. <em>area</em> is the area of the page that will be used to draw the text. This should be modified if it is necessary to reserve space for any customised text or graphics. By default the area is relative to the printable area of the page. Use TQPrinter::setFullPage() because calling <a class="el" href="classTQextScintillaPrinter.html#31d261de4a31e82646f4f75d1a6085f6">printRange()</a> if you want to try and print over the whole page. <em>pagenr</em> is the number of the page. The first page is numbered 1.
</div>
</div><p>
<a class="anchor" name="a990192f1b73683409f23b0bb1ba3e94"></a><!-- doxytag: member="TQextScintillaPrinter::magnification" ref="a990192f1b73683409f23b0bb1ba3e94" args="() const " -->
@@ -199,7 +199,7 @@ Sets the number of points to add to each font when printing to <em>magnification
<div class="memdoc">
<p>
-Print a range of lines from the Scintilla instance <em>tqsb</em>. <em>from</em> is the first line to print and a negative value signifies the first line of text. <em>to</em> is the last line to print and a negative value signifies the last line of text. TRUE is returned if there was no error.
+Print a range of lines from the Scintilla instance <em>tqsb</em>. <em>from</em> is the first line to print and a negative value signifies the first line of text. <em>to</em> is the last line to print and a negative value signifies the last line of text. true is returned if there was no error.
</div>
</div><p>
<a class="anchor" name="8aba0d63efee1fb2d6b5609c9120f970"></a><!-- doxytag: member="TQextScintillaPrinter::wrapMode" ref="8aba0d63efee1fb2d6b5609c9120f970" args="() const " -->
diff --git a/doc/other/Lexer.txt b/doc/other/Lexer.txt
index 9d4ab50..3752994 100644
--- a/doc/other/Lexer.txt
+++ b/doc/other/Lexer.txt
@@ -129,7 +129,7 @@ using an encoding such as Shift-JIS. In these encodings, extended
Lead bytes are rarely of any lexical significance, normally only being
allowed within strings and comments. In such contexts, lexers should
-ignore ch if styler.IsLeadByte(ch) returns TRUE.
+ignore ch if styler.IsLeadByte(ch) returns true.
Note: UTF-8 is simpler than Shift-JIS, so no special handling is
applied for it. All UTF-8 extended characters are >= 128 and none are
@@ -149,7 +149,7 @@ During initialization, lexers that support folding set
bool fold = styler.GetPropertyInt("fold");
-If folding is enabled in the editor, fold will be TRUE and the lexer
+If folding is enabled in the editor, fold will be true and the lexer
should call:
styler.SetLevel(line, level);
diff --git a/doc/other/ScintillaDoc.html b/doc/other/ScintillaDoc.html
index d82f9fc..77da728 100644
--- a/doc/other/ScintillaDoc.html
+++ b/doc/other/ScintillaDoc.html
@@ -799,8 +799,8 @@ struct TextToFind {
<b id="SCI_GETOVERTYPE">SCI_GETOVERTYPE</b><br />
When overtype is enabled, each typed character replaces the character to the right of the text
caret. When overtype is disabled, characters are inserted at the caret.
- <code>SCI_GETOVERTYPE</code> returns <code>TRUE</code> (1) if overtyping is active, otherwise
- <code>FALSE</code> (0) will be returned. Use <code>SCI_SETOVERTYPE</code> to set the overtype
+ <code>SCI_GETOVERTYPE</code> returns <code>true</code> (1) if overtyping is active, otherwise
+ <code>false</code> (0) will be returned. Use <code>SCI_SETOVERTYPE</code> to set the overtype
mode.</p>
<h2 id="CutCopyAndPaste">Cut, copy and paste</h2>
@@ -829,7 +829,7 @@ struct TextToFind {
<code>SCI_GETSELECTIONSTART()-SCI_GETSELECTIONEND()</code>, which will be non-zero if you can
copy or cut to the clipboard.</p>
- <p>GTK+ does not really support <code>SCI_CANPASTE</code> and always returns <code>TRUE</code>
+ <p>GTK+ does not really support <code>SCI_CANPASTE</code> and always returns <code>true</code>
unless the document is read-only.</p>
<p>On X, the clipboard is asynchronous and may require several messages between
@@ -2373,7 +2373,7 @@ struct TextToFind {
for <code>WM_PALETTECHANGED</code>, <code>WM_QUERYNEWPALETTE</code> and
<code>SCI_SETUSEPALETTE</code>. The Windows messages to forward are:<br />
<code>WM_SYSCOLORCHANGE</code>, <code>WM_PALETTECHANGED</code>,
- <code>WM_QUERYNEWPALETTE</code> (should return <code>TRUE</code>).</p>
+ <code>WM_QUERYNEWPALETTE</code> (should return <code>true</code>).</p>
<p>To forward a message <code>(WM_XXXX, WPARAM, LPARAM)</code> to Scintilla, you can use
<code>SendMessage(hScintilla, WM_XXXX, WPARAM, LPARAM)</code> where <code>hScintilla</code> is
diff --git a/example/application.cpp b/example/application.cpp
index 3352d8b..7666a7a 100644
--- a/example/application.cpp
+++ b/example/application.cpp
@@ -169,7 +169,7 @@ void ApplicationWindow::load( const TQString &fileName )
TQTextStream ts( &f );
e->setText( ts.read() );
- e->setModified( FALSE );
+ e->setModified( false );
setCaption( fileName );
statusBar()->message( "Loaded document " + fileName, 2000 );
}
@@ -194,7 +194,7 @@ void ApplicationWindow::save()
t << text;
f.close();
- e->setModified( FALSE );
+ e->setModified( false );
setCaption( filename );
@@ -217,7 +217,7 @@ void ApplicationWindow::saveAs()
void ApplicationWindow::print()
{
- printer->setFullPage( TRUE );
+ printer->setFullPage( true );
if ( printer->setup(this) ) { // printer dialog
statusBar()->message( "Printing..." );
diff --git a/tqt/PlatTQt.cpp b/tqt/PlatTQt.cpp
index cdc5553..00c013b 100644
--- a/tqt/PlatTQt.cpp
+++ b/tqt/PlatTQt.cpp
@@ -338,7 +338,7 @@ void SurfaceImpl::AlphaRectangle(PRectangle rc, int cornerSize,
TQImage img(w, h, 32);
img.fill(convertTQRgb(fill, alphaFill));
- img.setAlphaBuffer(TRUE);
+ img.setAlphaBuffer(true);
// Assume that "cornerSize" means outline width.
if (cornerSize > 0)
@@ -413,7 +413,7 @@ void SurfaceImpl::DrawTextClipped(PRectangle rc,Font &font_,int ybase,
{
SetClip(rc);
DrawTextNoClip(rc,font_,ybase,s,len,fore,back);
- painter -> setClipping(FALSE);
+ painter -> setClipping(false);
}
void SurfaceImpl::DrawTextTransparent(PRectangle rc,Font &font_,int ybase,
diff --git a/tqt/SciListBox.cpp b/tqt/SciListBox.cpp
index f1c0e82..414b65d 100644
--- a/tqt/SciListBox.cpp
+++ b/tqt/SciListBox.cpp
@@ -182,7 +182,7 @@ int ListBoxX::Length()
void ListBoxX::Select(int n)
{
- slb -> setSelected(n,TRUE);
+ slb -> setSelected(n,true);
}
diff --git a/tqt/ScintillaTQt.cpp b/tqt/ScintillaTQt.cpp
index 15bbc20..756a77a 100644
--- a/tqt/ScintillaTQt.cpp
+++ b/tqt/ScintillaTQt.cpp
@@ -622,9 +622,9 @@ void ScintillaTQt::ClaimSelection()
if (text.s)
{
- cb -> setSelectionMode(TRUE);
+ cb -> setSelectionMode(true);
cb -> setText(text.s);
- cb -> setSelectionMode(FALSE);
+ cb -> setSelectionMode(false);
}
}
diff --git a/tqt/tqextscintilla.cpp b/tqt/tqextscintilla.cpp
index 3660adc..66dfd71 100644
--- a/tqt/tqextscintilla.cpp
+++ b/tqt/tqextscintilla.cpp
@@ -51,11 +51,11 @@ static const char *defaultWordChars = "_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN
// The ctor.
TQextScintilla::TQextScintilla(TQWidget *parent,const char *name,WFlags f)
: TQextScintillaBase(parent,name,f), allocatedMarkers(0), oldPos(-1),
- selText(FALSE), fold(NoFoldStyle), autoInd(FALSE),
+ selText(false), fold(NoFoldStyle), autoInd(false),
braceMode(NoBraceMatch), acSource(AcsDocument), acThresh(-1),
acStart(""), acAPIs(0), ctAPIs(0), maxCallTips(-1),
- showSingle(FALSE), modified(FALSE), explicit_fillups(FALSE),
- fillups_enabled(FALSE), saved_fillups("")
+ showSingle(false), modified(false), explicit_fillups(false),
+ fillups_enabled(false), saved_fillups("")
{
connect(this,TQ_SIGNAL(SCN_MODIFYATTEMPTRO()),
TQ_SIGNAL(modificationAttempted()));
@@ -212,7 +212,7 @@ void TQextScintilla::handleCharAdded(int ch)
if (isAutoCStartChar(ch))
{
cancelList();
- startAutoCompletion(acSource, FALSE, FALSE);
+ startAutoCompletion(acSource, false, false);
}
return;
@@ -232,9 +232,9 @@ void TQextScintilla::handleCharAdded(int ch)
// See if we might want to start auto-completion.
if (!isCallTipActive())
if (isAutoCStartChar(ch))
- startAutoCompletion(acSource, FALSE, FALSE);
+ startAutoCompletion(acSource, false, false);
else if (acThresh >= 1 && isWordChar(ch))
- startAutoCompletion(acSource, TRUE, FALSE);
+ startAutoCompletion(acSource, true, false);
}
@@ -647,7 +647,7 @@ int TQextScintilla::blockIndent(int line)
}
-// Return TRUE if all characters starting at spos up to, but not including
+// Return true if all characters starting at spos up to, but not including
// epos, are spaces or tabs.
bool TQextScintilla::rangeIsWhitespace(long spos,long epos)
{
@@ -656,12 +656,12 @@ bool TQextScintilla::rangeIsWhitespace(long spos,long epos)
char ch = SendScintilla(SCI_GETCHARAT,spos);
if (ch != ' ' && ch != '\t')
- return FALSE;
+ return false;
++spos;
}
- return TRUE;
+ return true;
}
@@ -777,7 +777,7 @@ int TQextScintilla::findStyledWord(const char *text,int style,const char *words)
}
-// Return TRUE if the code page is UTF8.
+// Return true if the code page is UTF8.
bool TQextScintilla::isUtf8()
{
return (SendScintilla(SCI_GETCODEPAGE) == SC_CP_UTF8);
@@ -1041,7 +1041,7 @@ void TQextScintilla::foldClick(int lineClick,int bstate)
{
// Ensure all children are visible.
SendScintilla(SCI_SETFOLDEXPANDED,lineClick,1);
- foldExpand(lineClick,TRUE,TRUE,100,levelClick);
+ foldExpand(lineClick,true,true,100,levelClick);
}
else if (bstate & ControlButton)
{
@@ -1049,13 +1049,13 @@ void TQextScintilla::foldClick(int lineClick,int bstate)
{
// Contract this line and all its children.
SendScintilla(SCI_SETFOLDEXPANDED,lineClick,0L);
- foldExpand(lineClick,FALSE,TRUE,0,levelClick);
+ foldExpand(lineClick,false,true,0,levelClick);
}
else
{
// Expand this line and all its children.
SendScintilla(SCI_SETFOLDEXPANDED,lineClick,1);
- foldExpand(lineClick,TRUE,TRUE,100,levelClick);
+ foldExpand(lineClick,true,true,100,levelClick);
}
}
else
@@ -1109,10 +1109,10 @@ void TQextScintilla::foldExpand(int &line,bool doExpand,bool force,
if (!SendScintilla(SCI_GETFOLDEXPANDED,line))
SendScintilla(SCI_SETFOLDEXPANDED,line,1);
- foldExpand(line,TRUE,force,visLevels - 1);
+ foldExpand(line,true,force,visLevels - 1);
}
else
- foldExpand(line,FALSE,force,visLevels - 1);
+ foldExpand(line,false,force,visLevels - 1);
}
else
line++;
@@ -1127,7 +1127,7 @@ void TQextScintilla::foldAll(bool children)
recolor();
int maxLine = SendScintilla(SCI_GETLINECOUNT);
- bool expanding = TRUE;
+ bool expanding = true;
for (int lineSeek = 0; lineSeek < maxLine; lineSeek++)
{
@@ -1151,7 +1151,7 @@ void TQextScintilla::foldAll(bool children)
if (expanding)
{
SendScintilla(SCI_SETFOLDEXPANDED,line,1);
- foldExpand(line,TRUE,FALSE,0,level);
+ foldExpand(line,true,false,0,level);
line--;
}
else
@@ -1183,7 +1183,7 @@ void TQextScintilla::foldChanged(int line,int levelNow,int levelPrev)
// Removing the fold from one that has been contracted
// so should expand. Otherwise lines are left
// invisible with no way to make them visible.
- foldExpand(line,TRUE,FALSE,0,levelPrev);
+ foldExpand(line,true,false,0,levelPrev);
}
}
}
@@ -1255,10 +1255,10 @@ bool TQextScintilla::findFirst(const TQString &expr,bool re,bool cs,bool wo,
bool wrap,bool forward,int line,int index,
bool show)
{
- findState.inProgress = FALSE;
+ findState.inProgress = false;
if (expr.isEmpty())
- return FALSE;
+ return false;
findState.expr = expr;
findState.wrap = wrap;
@@ -1288,7 +1288,7 @@ bool TQextScintilla::findFirst(const TQString &expr,bool re,bool cs,bool wo,
bool TQextScintilla::findNext()
{
if (!findState.inProgress)
- return FALSE;
+ return false;
return doFind();
}
@@ -1320,8 +1320,8 @@ bool TQextScintilla::doFind()
if (pos == -1)
{
- findState.inProgress = FALSE;
- return FALSE;
+ findState.inProgress = false;
+ return false;
}
// It was found.
@@ -1348,8 +1348,8 @@ bool TQextScintilla::doFind()
else if ((findState.startpos = targstart - 1) < 0)
findState.startpos = 0;
- findState.inProgress = TRUE;
- return TRUE;
+ findState.inProgress = true;
+ return true;
}
@@ -1453,8 +1453,8 @@ void TQextScintilla::handleSavePointReached()
{
if (modified)
{
- modified = FALSE;
- emit modificationChanged(FALSE);
+ modified = false;
+ emit modificationChanged(false);
}
}
@@ -1464,8 +1464,8 @@ void TQextScintilla::handleSavePointLeft()
{
if (!modified)
{
- modified = TRUE;
- emit modificationChanged(TRUE);
+ modified = true;
+ emit modificationChanged(true);
}
}
@@ -2611,7 +2611,7 @@ long TQextScintilla::checkBrace(long pos,int brace_style,bool &colonMode)
if (!lex.isNull() && strcmp(lex -> lexer(),"python") == 0)
{
brace_pos = pos;
- colonMode = TRUE;
+ colonMode = true;
}
}
else if (ch && strchr("[](){}<>",ch))
@@ -2631,11 +2631,11 @@ long TQextScintilla::checkBrace(long pos,int brace_style,bool &colonMode)
}
-// Find a brace and it's match. Return TRUE if the current position is inside
+// Find a brace and it's match. Return true if the current position is inside
// a pair of braces.
bool TQextScintilla::findMatchingBrace(long &brace,long &other,BraceMatch mode)
{
- bool colonMode = FALSE;
+ bool colonMode = false;
int brace_style = (lex.isNull() ? -1 : lex -> braceStyle());
brace = -1;
@@ -2646,14 +2646,14 @@ bool TQextScintilla::findMatchingBrace(long &brace,long &other,BraceMatch mode)
if (caretPos > 0)
brace = checkBrace(caretPos - 1,brace_style,colonMode);
- bool isInside = FALSE;
+ bool isInside = false;
if (brace < 0 && mode == SloppyBraceMatch)
{
brace = checkBrace(caretPos,brace_style,colonMode);
if (brace >= 0 && !colonMode)
- isInside = TRUE;
+ isInside = true;
}
if (brace >= 0)
@@ -2680,14 +2680,14 @@ bool TQextScintilla::findMatchingBrace(long &brace,long &other,BraceMatch mode)
// Move to the matching brace.
void TQextScintilla::moveToMatchingBrace()
{
- gotoMatchingBrace(FALSE);
+ gotoMatchingBrace(false);
}
// Select to the matching brace.
void TQextScintilla::selectToMatchingBrace()
{
- gotoMatchingBrace(TRUE);
+ gotoMatchingBrace(true);
}
@@ -2798,14 +2798,14 @@ void TQextScintilla::setAutoCompletionAPIs(TQextScintillaAPIs *apis)
// Explicitly auto-complete from all sources.
void TQextScintilla::autoCompleteFromAll()
{
- startAutoCompletion(AcsAll, FALSE, showSingle);
+ startAutoCompletion(AcsAll, false, showSingle);
}
// Explicitly auto-complete from the APIs.
void TQextScintilla::autoCompleteFromAPIs()
{
- startAutoCompletion(AcsAPIs, FALSE, showSingle);
+ startAutoCompletion(AcsAPIs, false, showSingle);
}
@@ -2814,18 +2814,18 @@ void TQextScintilla::autoCompleteFromDocument()
{
// If we are not in a word then ignore.
if (currentCharInWord())
- startAutoCompletion(AcsDocument, FALSE, showSingle);
+ startAutoCompletion(AcsDocument, false, showSingle);
}
-// Return TRUE if the current character (ie. the one before the carat) is part
+// Return true if the current character (ie. the one before the carat) is part
// of a word.
bool TQextScintilla::currentCharInWord()
{
long pos = SendScintilla(SCI_GETCURRENTPOS);
if (pos <= 0)
- return FALSE;
+ return false;
return isWordChar(SendScintilla(SCI_GETCHARAT,pos - 1));
}
@@ -2874,7 +2874,7 @@ void TQextScintilla::setAutoCompletionFillups(const char *fillups)
fillups = "";
SendScintilla(SCI_AUTOCSETFILLUPS, fillups);
- fillups_enabled = explicit_fillups = TRUE;
+ fillups_enabled = explicit_fillups = true;
// Save them in case we need to reenable them at some point.
saved_fillups = fillups;
@@ -2979,7 +2979,7 @@ bool TQextScintilla::ensureRW()
bool ro = isReadOnly();
if (ro)
- setReadOnly(FALSE);
+ setReadOnly(false);
return ro;
}
diff --git a/tqt/tqextscintilla.h b/tqt/tqextscintilla.h
index fa2e590..1ab0daa 100644
--- a/tqt/tqextscintilla.h
+++ b/tqt/tqextscintilla.h
@@ -283,7 +283,7 @@ public:
//! Destroys the TQextScintilla instance.
virtual ~TQextScintilla();
- //! Returns TRUE if auto-completion lists are case sensitive.
+ //! Returns true if auto-completion lists are case sensitive.
//!
//! \sa setAutoCompletionCaseSensitivity()
bool autoCompletionCaseSensitivity();
@@ -293,14 +293,14 @@ public:
//! \sa setAutoCompletionFillups(), setAutoCompletionFillupsEnabled()
bool autoCompletionFillupsEnabled();
- //! Returns TRUE if the rest of the word to the right of the current
+ //! Returns true if the rest of the word to the right of the current
//! cursor is removed when an item from an auto-completion list is
//! selected.
//!
//! \sa setAutoCompletionReplaceWord()
bool autoCompletionReplaceWord();
- //! Returns TRUE if the only item in an auto-completion list with a
+ //! Returns true if the only item in an auto-completion list with a
//! single entry is automatically used and the list not displayed.
//!
//! \sa setAutoCompletionShowSingle()
@@ -318,13 +318,13 @@ public:
//! \sa setAutoCompletionThreshold()
int autoCompletionThreshold() const {return acThresh;}
- //! Returns TRUE if auto-indentation is enabled.
+ //! Returns true if auto-indentation is enabled.
//!
//! \sa setAutoIndent()
bool autoIndent() const {return autoInd;}
- //! Returns TRUE if the backspace key unindents a line instead of
- //! deleting a character. The default is FALSE.
+ //! Returns true if the backspace key unindents a line instead of
+ //! deleting a character. The default is false.
//!
//! \sa setBackspaceUnindents(), tabIndents(), setTabIndents()
bool backspaceUnindents();
@@ -402,22 +402,22 @@ public:
//! \sa setEolVisibility()
bool eolVisibility();
- //! Find the next occurrence of the string \a expr and return TRUE if
- //! \a expr was found, otherwise returns FALSE. If \a expr is found it
+ //! Find the next occurrence of the string \a expr and return true if
+ //! \a expr was found, otherwise returns false. If \a expr is found it
//! becomes the current selection.
//!
- //! If \a re is TRUE then \a expr is interpreted as a regular
+ //! If \a re is true then \a expr is interpreted as a regular
//! expression rather than a simple string.
//!
- //! If \a cs is TRUE then the search is case sensitive.
+ //! If \a cs is true then the search is case sensitive.
//!
- //! If \a wo is TRUE then the search looks for whole word matches only,
+ //! If \a wo is true then the search looks for whole word matches only,
//! otherwise it searches for any matching text.
//!
- //! If \a wrap is TRUE then the search wraps around the end of the
+ //! If \a wrap is true then the search wraps around the end of the
//! text.
//!
- //! If \a forward is TRUE (the default) then the search is forward from
+ //! If \a forward is true (the default) then the search is forward from
//! the starting position to the end of the text, otherwise it is
//! backwards to the beginning of the text.
//!
@@ -425,13 +425,13 @@ public:
//! search begins from the current cursor position. Otherwise the
//! search begins at position \a index of line \a line.
//!
- //! If \a show is TRUE (the default) then any text found is made
+ //! If \a show is true (the default) then any text found is made
//! visible (ie. it is unfolded).
//!
//! \sa findNext(), replace()
virtual bool findFirst(const TQString &expr,bool re,bool cs,bool wo,
- bool wrap,bool forward = TRUE,int line = -1,
- int index = -1,bool show = TRUE);
+ bool wrap,bool forward = true,int line = -1,
+ int index = -1,bool show = true);
//! Find the next occurence of the string found using findFirst().
//!
@@ -464,7 +464,7 @@ public:
void getSelection(int *lineFrom,int *indexFrom,
int *lineTo,int *indexTo);
- //! Returns TRUE if some text is selected.
+ //! Returns true if some text is selected.
//!
//! \sa selectedText()
bool hasSelectedText() const {return selText;}
@@ -474,13 +474,13 @@ public:
//! \sa setIndentation()
int indentation(int line);
- //! Returns TRUE if the display of indentation guides is enabled.
+ //! Returns true if the display of indentation guides is enabled.
//!
//! \sa setIndentationGuides()
bool indentationGuides();
- //! Returns TRUE if indentations are created using tabs and spaces,
- //! rather than just spaces. The default is TRUE.
+ //! Returns true if indentations are created using tabs and spaces,
+ //! rather than just spaces. The default is true.
//!
//! \sa setIndentationsUseTabs()
bool indentationsUseTabs();
@@ -491,34 +491,34 @@ public:
//! \sa setIndentationWidth(), tabWidth()
int indentationWidth();
- //! Returns TRUE if a call tip is currently active.
+ //! Returns true if a call tip is currently active.
bool isCallTipActive();
- //! Returns TRUE if an auto-completion or user defined list is
+ //! Returns true if an auto-completion or user defined list is
//! currently active.
bool isListActive();
- //! Returns TRUE if the text has been modified.
+ //! Returns true if the text has been modified.
//!
//! \sa setModified(), modificationChanged()
bool isModified();
- //! Returns TRUE if the text edit is read-only.
+ //! Returns true if the text edit is read-only.
//!
//! \sa setReadOnly()
bool isReadOnly();
- //! Returns TRUE if there is something that can be redone.
+ //! Returns true if there is something that can be redone.
//!
//! \sa redo()
bool isRedoAvailable();
- //! Returns TRUE if there is something that can be undone.
+ //! Returns true if there is something that can be undone.
//!
//! \sa undo()
bool isUndoAvailable();
- //! Returns TRUE if text is interpreted as being UTF8 encoded. The
+ //! Returns true if text is interpreted as being UTF8 encoded. The
//! default is to interpret the text as Latin1 encoded.
//!
//! \sa setUtf8()
@@ -543,7 +543,7 @@ public:
//! \sa setLexer()
TQextScintillaLexer *lexer() const;
- //! Returns TRUE if line numbers are enabled for margin \a margin.
+ //! Returns true if line numbers are enabled for margin \a margin.
//!
//! \sa setMarginLineNumbers(), TQextScintillaBase::SCI_GETMARGINTYPEN
bool marginLineNumbers(int margin);
@@ -554,7 +554,7 @@ public:
//! TQextScintillaBase::SCI_GETMARGINMASKN
int marginMarkerMask(int margin);
- //! Returns TRUE if margin \a margin is sensitive to mouse clicks.
+ //! Returns true if margin \a margin is sensitive to mouse clicks.
//!
//! \sa setMarginSensitivity(), marginClicked(),
//! TQextScintillaBase::SCI_GETMARGINTYPEN
@@ -831,8 +831,8 @@ public:
//! The standard command set is returned.
TQextScintillaCommandSet *standardCommands() const {return stdCmds;}
- //! Returns TRUE if the tab key indents a line instead of inserting a
- //! tab character. The default is TRUE.
+ //! Returns true if the tab key indents a line instead of inserting a
+ //! tab character. The default is true.
//!
//! \sa setTabIndents(), backspaceUnindents(), setBackspaceUnindents()
bool tabIndents();
@@ -923,7 +923,7 @@ public slots:
//! pressed. If \a children is not set (the default) then only the top
//! level fold points are affected, otherwise the state of all fold
//! points are changed.
- virtual void foldAll(bool children = FALSE);
+ virtual void foldAll(bool children = false);
//! If the line \a line is folded then it is unfolded. Otherwise it is
//! folded. This has the same effect as clicking in the fold margin.
@@ -969,35 +969,35 @@ public slots:
//! \sa setSelectionForegroundColor(), resetSelectionBackgroundColor()
virtual void resetSelectionForegroundColor();
- //! If \a select is TRUE (the default) then all the text is selected.
- //! If \a select is FALSE then any currently selected text is
+ //! If \a select is true (the default) then all the text is selected.
+ //! If \a select is false then any currently selected text is
//! deselected.
- virtual void selectAll(bool select = TRUE);
+ virtual void selectAll(bool select = true);
//! If the cursor is either side of a brace character then move it to
//! the position of the corresponding brace and select the text between
//! the braces.
virtual void selectToMatchingBrace();
- //! If \a cs is TRUE then auto-completion lists are case sensitive.
- //! The default is TRUE.
+ //! If \a cs is true then auto-completion lists are case sensitive.
+ //! The default is true.
//!
//! \sa autoCompletionCaseSensitivity()
virtual void setAutoCompletionCaseSensitivity(bool cs);
- //! If \a replace is TRUE then when an item from an auto-completion
+ //! If \a replace is true then when an item from an auto-completion
//! list is selected, the rest of the word to the right of the current
- //! cursor is removed. The default is FALSE.
+ //! cursor is removed. The default is false.
//!
//! \sa autoCompletionReplaceWord()
virtual void setAutoCompletionReplaceWord(bool replace);
- //! If \a single is TRUE then when there is only a single entry in an
+ //! If \a single is true then when there is only a single entry in an
//! auto-completion list it is automatically used and the list is not
//! displayed. This only has an effect when auto-completion is
//! explicitly requested (using autoCompleteFromAPIs() and
//! autoCompleteFromDocument()) and has no effect when auto-completion
- //! is triggered as the user types. The default is FALSE.
+ //! is triggered as the user types. The default is false.
//!
//! \sa autoCompletionShowSingle()
virtual void setAutoCompletionShowSingle(bool single);
@@ -1018,8 +1018,8 @@ public slots:
//! \sa autoCompletionThreshold(), setAutoCompletionStartCharacters()
virtual void setAutoCompletionThreshold(int thresh);
- //! If \a autoindent is TRUE then auto-indentation is enabled. The
- //! default is FALSE.
+ //! If \a autoindent is true then auto-indentation is enabled. The
+ //! default is false.
//!
//! \sa autoIndent()
virtual void setAutoIndent(bool autoindent);
@@ -1030,7 +1030,7 @@ public slots:
//! \sa braceMatching()
virtual void setBraceMatching(BraceMatch bm);
- //! If \a deindent is TRUE then the backspace key will unindent a line
+ //! If \a deindent is true then the backspace key will unindent a line
//! rather then delete a character.
//!
//! \sa backspaceUnindents(), tabIndents(), setTabIndents()
@@ -1072,7 +1072,7 @@ public slots:
//! \sa eolMode()
virtual void setEolMode(EolMode mode);
- //! If \a visible is TRUE then end-of-lines are made visible. The
+ //! If \a visible is true then end-of-lines are made visible. The
//! default is that they are invisible.
//!
//! \sa eolVisibility()
@@ -1105,7 +1105,7 @@ public slots:
//! \sa setIndentationGuidesBackgroundColor()
virtual void setIndentationGuidesForegroundColor(const TQColor &col);
- //! If \a tabs is TRUE then indentations are created using tabs and
+ //! If \a tabs is true then indentations are created using tabs and
//! spaces, rather than just spaces.
//!
//! \sa indentationsUseTabs()
@@ -1172,8 +1172,8 @@ public slots:
virtual void setMarginWidth(int margin,const TQString &s);
//! Sets the modified state of the text edit to \a m. Note that it is
- //! only possible to clear the modified state (where \a m is FALSE).
- //! Attempts to set the modified state (where \a m is TRUE) are
+ //! only possible to clear the modified state (where \a m is false).
+ //! Attempts to set the modified state (where \a m is true) are
//! ignored.
//!
//! \sa isModified(), modificationChanged()
@@ -1209,7 +1209,7 @@ public slots:
//! \sa resetSelectionForegroundColor(), setSelectionBackgroundColor()
virtual void setSelectionForegroundColor(const TQColor &col);
- //! If \a indent is TRUE then the tab key will indent a line rather
+ //! If \a indent is true then the tab key will indent a line rather
//! then insert a tab character.
//!
//! \sa tabIndents(), backspaceUnindents(), setBackspaceUnindents()
@@ -1226,7 +1226,7 @@ public slots:
//! \sa text()
virtual void setText(const TQString &text);
- //! Sets the current text encoding. If \a cp is TRUE then UTF8 is
+ //! Sets the current text encoding. If \a cp is true then UTF8 is
//! used, otherwise Latin1 is used.
//!
//! \sa isUtf8()
@@ -1300,9 +1300,9 @@ signals:
void cursorPositionChanged(int line,int pos);
//! This signal is emitted whenever text is selected or de-selected.
- //! \a yes is TRUE if text has been selected and FALSE if text has been
- //! deselected. If \a yes is TRUE then copy() can be used to copy the
- //! selection to the clipboard. If \a yes is FALSE then copy() does
+ //! \a yes is true if text has been selected and false if text has been
+ //! deselected. If \a yes is true then copy() can be used to copy the
+ //! selection to the clipboard. If \a yes is false then copy() does
//! nothing.
//!
//! \sa copy(), selectionChanged()
@@ -1324,7 +1324,7 @@ signals:
void modificationAttempted();
//! This signal is emitted whenever the modification state of the text
- //! changes. \a m is TRUE if the text has been modified.
+ //! changes. \a m is true if the text has been modified.
//!
//! \sa isModified(), setModified()
void modificationChanged(bool m);
@@ -1388,7 +1388,7 @@ private:
long simpleFind();
void foldClick(int lineClick,int bstate);
void foldChanged(int line,int levelNow,int levelPrev);
- void foldExpand(int &line,bool doExpand,bool force = FALSE,
+ void foldExpand(int &line,bool doExpand,bool force = false,
int visLevels = 0,int level = -1);
void setFoldMarker(int marknr,int mark = SC_MARK_EMPTY);
TQString convertText(const char *s);
diff --git a/tqt/tqextscintillaapis.cpp b/tqt/tqextscintillaapis.cpp
index 635b439..06622f5 100644
--- a/tqt/tqextscintillaapis.cpp
+++ b/tqt/tqextscintillaapis.cpp
@@ -30,7 +30,7 @@
// The ctor.
-TQextScintillaAPIs::TQextScintillaAPIs() : sorted(TRUE), ctcursor(0)
+TQextScintillaAPIs::TQextScintillaAPIs() : sorted(true), ctcursor(0)
{
}
@@ -47,7 +47,7 @@ bool TQextScintillaAPIs::load(const TQString &fname)
TQFile f(fname);
if (!f.open(IO_ReadOnly))
- return FALSE;
+ return false;
TQTextStream ts(&f);
@@ -61,9 +61,9 @@ bool TQextScintillaAPIs::load(const TQString &fname)
apis.append(line);
}
- sorted = FALSE;
+ sorted = false;
- return TRUE;
+ return true;
}
@@ -71,7 +71,7 @@ bool TQextScintillaAPIs::load(const TQString &fname)
void TQextScintillaAPIs::add(const TQString &entry)
{
apis.append(entry);
- sorted = FALSE;
+ sorted = false;
}
@@ -79,7 +79,7 @@ void TQextScintillaAPIs::add(const TQString &entry)
void TQextScintillaAPIs::clear()
{
apis.clear();
- sorted = TRUE;
+ sorted = true;
}
@@ -208,6 +208,6 @@ void TQextScintillaAPIs::ensureSorted()
if (!sorted)
{
apis.sort();
- sorted = TRUE;
+ sorted = true;
}
}
diff --git a/tqt/tqextscintillaapis.h b/tqt/tqextscintillaapis.h
index 351f18d..eb37783 100644
--- a/tqt/tqextscintillaapis.h
+++ b/tqt/tqextscintillaapis.h
@@ -55,7 +55,7 @@ public:
void add(const TQString &entry);
//! Load the API information from the file named \a fname, adding it to
- //! the current set. Returns TRUE if successful, otherwise FALSE.
+ //! the current set. Returns true if successful, otherwise false.
bool load(const TQString &fname);
//! Deletes all API information.
diff --git a/tqt/tqextscintillabase.cpp b/tqt/tqextscintillabase.cpp
index 8d02345..01afc67 100644
--- a/tqt/tqextscintillabase.cpp
+++ b/tqt/tqextscintillabase.cpp
@@ -62,7 +62,7 @@
// Remember if we have linked the lexers.
-static bool lexersLinked = FALSE;
+static bool lexersLinked = false;
// The list of instances.
static TQPtrList<TQextScintillaBase> poolList;
@@ -78,8 +78,8 @@ TQextScintillaBase::TQextScintillaBase(TQWidget *parent,const char *name,WFlags
txtarea = new TQWidget(this,0,WRepaintNoErase|WResizeNoErase);
txtarea -> setSizePolicy(TQSizePolicy(TQSizePolicy::Expanding,TQSizePolicy::Expanding));
- txtarea -> setMouseTracking(TRUE);
- txtarea -> setAcceptDrops(TRUE);
+ txtarea -> setMouseTracking(true);
+ txtarea -> setAcceptDrops(true);
txtarea -> setFocusPolicy(WheelFocus);
txtarea -> setFocusProxy(this);
layout -> addWidget(txtarea,0,0);
@@ -105,7 +105,7 @@ TQextScintillaBase::TQextScintillaBase(TQWidget *parent,const char *name,WFlags
{
Scintilla_LinkLexers();
- lexersLinked = TRUE;
+ lexersLinked = true;
}
TQClipboard *cb = TQApplication::clipboard();
@@ -213,7 +213,7 @@ bool TQextScintillaBase::eventFilter(TQObject *o,TQEvent *e)
if (o != txtarea)
return TQWidget::eventFilter(o,e);
- bool used = TRUE;
+ bool used = true;
switch (e -> type())
{
@@ -266,7 +266,7 @@ bool TQextScintillaBase::eventFilter(TQObject *o,TQEvent *e)
break;
default:
- used = FALSE;
+ used = false;
}
return used;
@@ -337,14 +337,14 @@ void TQextScintillaBase::mousePress(TQMouseEvent *me)
if (cb -> supportsSelection())
{
- cb -> setSelectionMode(TRUE);
+ cb -> setSelectionMode(true);
int pos = sci -> PositionFromLocation(pt);
sci -> SetSelection(pos,pos);
sci -> Paste();
- cb -> setSelectionMode(FALSE);
+ cb -> setSelectionMode(false);
}
break;
@@ -507,7 +507,7 @@ void TQextScintillaBase::keyPressEvent(TQKeyEvent *ke)
}
}
- bool consumed = FALSE;
+ bool consumed = false;
if (key)
{
@@ -519,7 +519,7 @@ void TQextScintillaBase::keyPressEvent(TQKeyEvent *ke)
// the return value of KeyDown() will be true, but consumed
// will incorrectly be false.
if (sci -> KeyDown(key,shift,ctrl,alt,&consumed) && !consumed)
- consumed = TRUE;
+ consumed = true;
}
else if (sci -> IsUnicodeMode())
{
@@ -529,7 +529,7 @@ void TQextScintillaBase::keyPressEvent(TQKeyEvent *ke)
sci -> AddCharUTF(s.data(),s.length());
- consumed = TRUE;
+ consumed = true;
}
}
diff --git a/tqt/tqextscintillabase.h b/tqt/tqextscintillabase.h
index 053e999..79cb5c8 100644
--- a/tqt/tqextscintillabase.h
+++ b/tqt/tqextscintillabase.h
@@ -2251,7 +2251,7 @@ public:
signals:
//! This signal is emitted when text is selected or de-selected.
- //! \a yes is TRUE if text has been selected and FALSE if text has been
+ //! \a yes is true if text has been selected and false if text has been
//! deselected.
void TQSCN_SELCHANGED(bool yes);
diff --git a/tqt/tqextscintillacommand.h b/tqt/tqextscintillacommand.h
index 3d8db30..5b4d7b2 100644
--- a/tqt/tqextscintillacommand.h
+++ b/tqt/tqextscintillacommand.h
@@ -70,7 +70,7 @@ public:
//! \sa setAlternateKey(), key()
int alternateKey() const {return qaltkey;}
- //! If the key \a key is valid then TRUE is returned.
+ //! If the key \a key is valid then true is returned.
static bool validKey(int key);
//! The user friendly description of the command is returned.
diff --git a/tqt/tqextscintillacommandset.cpp b/tqt/tqextscintillacommandset.cpp
index 500649c..86fa881 100644
--- a/tqt/tqextscintillacommandset.cpp
+++ b/tqt/tqextscintillacommandset.cpp
@@ -569,7 +569,7 @@ TQextScintillaCommandSet::TQextScintillaCommandSet(TQextScintilla *qs) : tqsci(q
},
};
- cmds.setAutoDelete(TRUE);
+ cmds.setAutoDelete(true);
// Clear the default map.
tqsci -> SendScintilla(TQextScintillaBase::SCI_CLEARALLCMDKEYS);
@@ -582,7 +582,7 @@ TQextScintillaCommandSet::TQextScintillaCommandSet(TQextScintilla *qs) : tqsci(q
// Read the command set from settings.
bool TQextScintillaCommandSet::readSettings(TQSettings &qs,const char *prefix)
{
- bool rc = TRUE;
+ bool rc = true;
TQString skey;
for (TQextScintillaCommand *cmd = cmds.first(); cmd; cmd = cmds.next())
@@ -598,7 +598,7 @@ bool TQextScintillaCommandSet::readSettings(TQSettings &qs,const char *prefix)
if (ok)
cmd -> setKey(key);
else
- rc = FALSE;
+ rc = false;
// Read the alternate key.
key = qs.readNumEntry(skey + "alt",0,&ok);
@@ -606,7 +606,7 @@ bool TQextScintillaCommandSet::readSettings(TQSettings &qs,const char *prefix)
if (ok)
cmd -> setAlternateKey(key);
else
- rc = FALSE;
+ rc = false;
}
return rc;
@@ -616,7 +616,7 @@ bool TQextScintillaCommandSet::readSettings(TQSettings &qs,const char *prefix)
// Write the command set to settings.
bool TQextScintillaCommandSet::writeSettings(TQSettings &qs,const char *prefix)
{
- bool rc = TRUE;
+ bool rc = true;
TQString skey;
for (const TQextScintillaCommand *cmd = cmds.first(); cmd; cmd = cmds.next())
@@ -625,11 +625,11 @@ bool TQextScintillaCommandSet::writeSettings(TQSettings &qs,const char *prefix)
// Write the key.
if (!qs.writeEntry(skey + "key",cmd -> key()))
- rc = FALSE;
+ rc = false;
// Write the alternate key.
if (!qs.writeEntry(skey + "alt",cmd -> alternateKey()))
- rc = FALSE;
+ rc = false;
}
return rc;
diff --git a/tqt/tqextscintillacommandset.h b/tqt/tqextscintillacommandset.h
index e0ab601..18f3d90 100644
--- a/tqt/tqextscintillacommandset.h
+++ b/tqt/tqextscintillacommandset.h
@@ -44,14 +44,14 @@ class TQEXTSCINTILLA_EXPORT TQextScintillaCommandSet
public:
//! The key bindings for each command in the set are read from the
//! settings \a qs. \a prefix is prepended to the key of each entry.
- //! TRUE is returned if there was no error.
+ //! true is returned if there was no error.
//!
//! \sa writeSettings()
bool readSettings(TQSettings &qs,const char *prefix = "/Scintilla");
//! The key bindings for each command in the set are written to the
//! settings \a qs. \a prefix is prepended to the key of each entry.
- //! TRUE is returned if there was no error.
+ //! true is returned if there was no error.
//!
//! \sa readSettings()
bool writeSettings(TQSettings &qs,const char *prefix = "/Scintilla");
diff --git a/tqt/tqextscintillalexer.cpp b/tqt/tqextscintillalexer.cpp
index 5663415..aa6dd0e 100644
--- a/tqt/tqextscintillalexer.cpp
+++ b/tqt/tqextscintillalexer.cpp
@@ -135,7 +135,7 @@ TQColor TQextScintillaLexer::color(int) const
// Returns the end-of-line fill for a style.
bool TQextScintillaLexer::eolFill(int) const
{
- return FALSE;
+ return false;
}
@@ -205,7 +205,7 @@ void TQextScintillaLexer::setDefaultPaper(const TQColor &c)
// Read properties from the settings.
bool TQextScintillaLexer::readProperties(TQSettings &,const TQString &)
{
- return TRUE;
+ return true;
}
@@ -218,14 +218,14 @@ void TQextScintillaLexer::refreshProperties()
// Write properties to the settings.
bool TQextScintillaLexer::writeProperties(TQSettings &,const TQString &) const
{
- return TRUE;
+ return true;
}
// Restore the user settings.
bool TQextScintillaLexer::readSettings(TQSettings &qs,const char *prefix)
{
- bool ok, flag, rc = TRUE;
+ bool ok, flag, rc = true;
int num;
TQString key;
@@ -244,7 +244,7 @@ bool TQextScintillaLexer::readSettings(TQSettings &qs,const char *prefix)
if (ok)
emit colorChanged(TQColor((num >> 16) & 0xff,(num >> 8) & 0xff,num & 0xff),i);
else
- rc = FALSE;
+ rc = false;
// Read the end-of-line fill.
flag = qs.readBoolEntry(key + "eolfill",0,&ok);
@@ -252,7 +252,7 @@ bool TQextScintillaLexer::readSettings(TQSettings &qs,const char *prefix)
if (ok)
emit eolFillChanged(flag,i);
else
- rc = FALSE;
+ rc = false;
// Read the font
TQStringList fdesc;
@@ -272,7 +272,7 @@ bool TQextScintillaLexer::readSettings(TQSettings &qs,const char *prefix)
emit fontChanged(f,i);
}
else
- rc = FALSE;
+ rc = false;
// Read the background colour.
num = qs.readNumEntry(key + "paper",0,&ok);
@@ -280,14 +280,14 @@ bool TQextScintillaLexer::readSettings(TQSettings &qs,const char *prefix)
if (ok)
emit paperChanged(TQColor((num >> 16) & 0xff,(num >> 8) & 0xff,num & 0xff),i);
else
- rc = FALSE;
+ rc = false;
}
// Read the properties.
key.sprintf("%s/%s/properties/",prefix,language());
if (!readProperties(qs,key))
- rc = FALSE;
+ rc = false;
refreshProperties();
@@ -299,7 +299,7 @@ bool TQextScintillaLexer::readSettings(TQSettings &qs,const char *prefix)
if (ok)
autoIndStyle = num;
else
- rc = FALSE;
+ rc = false;
return rc;
}
@@ -308,7 +308,7 @@ bool TQextScintillaLexer::readSettings(TQSettings &qs,const char *prefix)
// Save the user settings.
bool TQextScintillaLexer::writeSettings(TQSettings &qs,const char *prefix) const
{
- bool rc = TRUE;
+ bool rc = true;
TQString key;
// Write the styles.
@@ -328,11 +328,11 @@ bool TQextScintillaLexer::writeSettings(TQSettings &qs,const char *prefix) const
num = (c.red() << 16) | (c.green() << 8) | c.blue();
if (!qs.writeEntry(key + "color",num))
- rc = FALSE;
+ rc = false;
// Write the end-of-line fill.
if (!qs.writeEntry(key + "eolfill",eolFill(i)))
- rc = FALSE;
+ rc = false;
// Write the font
TQStringList fdesc;
@@ -348,27 +348,27 @@ bool TQextScintillaLexer::writeSettings(TQSettings &qs,const char *prefix) const
fdesc += fmt.arg((int)f.underline());
if (!qs.writeEntry(key + "font",fdesc,','))
- rc = FALSE;
+ rc = false;
// Write the background colour.
c = paper(i);
num = (c.red() << 16) | (c.green() << 8) | c.blue();
if (!qs.writeEntry(key + "paper",num))
- rc = FALSE;
+ rc = false;
}
// Write the properties.
key.sprintf("%s/%s/properties/",prefix,language());
if (!writeProperties(qs,key))
- rc = FALSE;
+ rc = false;
// Write the rest.
key.sprintf("%s/%s/",prefix,language());
if (!qs.writeEntry(key + "autoindentstyle",autoIndStyle))
- rc = FALSE;
+ rc = false;
return rc;
}
diff --git a/tqt/tqextscintillalexer.h b/tqt/tqextscintillalexer.h
index d0bbdc4..b3bbb5b 100644
--- a/tqt/tqextscintillalexer.h
+++ b/tqt/tqextscintillalexer.h
@@ -122,7 +122,7 @@ public:
virtual TQColor color(int style) const;
//! Returns the end-of-line for style number \a style. The default is
- //! FALSE.
+ //! false.
virtual bool eolFill(int style) const;
//! Returns the font for style number \a style. The default font is
@@ -173,7 +173,7 @@ public:
//! The colour, paper, font and end-of-line for each style number, and
//! all lexer specific properties are read from the settings \a qs.
- //! \a prefix is prepended to the key of each entry. TRUE is returned
+ //! \a prefix is prepended to the key of each entry. true is returned
//! if there was no error.
//!
//! \sa writeSettings(), TQextScintilla::setLexer()
@@ -181,7 +181,7 @@ public:
//! The colour, paper, font and end-of-line for each style number, and
//! all lexer specific properties are written to the settings \a qs.
- //! \a prefix is prepended to the key of each entry. TRUE is returned
+ //! \a prefix is prepended to the key of each entry. true is returned
//! if there was no error.
//!
//! \sa readSettings()
@@ -250,13 +250,13 @@ signals:
protected:
//! The lexer's properties are read from the settings \a qs. \a 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.
+ //! each setting. true is returned if there is no error.
//!
virtual bool readProperties(TQSettings &qs,const TQString &prefix);
//! The lexer's properties are written to the settings \a qs.
//! \a 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 key of each setting. true is returned if there is no error.
//!
virtual bool writeProperties(TQSettings &qs,const TQString &prefix) const;
diff --git a/tqt/tqextscintillalexerbash.cpp b/tqt/tqextscintillalexerbash.cpp
index dcea90a..95727b7 100644
--- a/tqt/tqextscintillalexerbash.cpp
+++ b/tqt/tqextscintillalexerbash.cpp
@@ -33,8 +33,8 @@
// The ctor.
TQextScintillaLexerBash::TQextScintillaLexerBash(TQObject *parent,
const char *name)
- : TQextScintillaLexer(parent,name), fold_comments(FALSE),
- fold_compact(TRUE)
+ : TQextScintillaLexer(parent,name), fold_comments(false),
+ fold_compact(true)
{
}
@@ -117,10 +117,10 @@ bool TQextScintillaLexerBash::eolFill(int style) const
switch (style)
{
case SingleQuotedHereDocument:
- return TRUE;
+ return true;
}
- return FALSE;
+ return false;
}
@@ -142,7 +142,7 @@ TQFont TQextScintillaLexerBash::font(int style) const
case Keyword:
case Operator:
f = TQextScintillaLexer::font(style);
- f.setBold(TRUE);
+ f.setBold(true);
break;
case DoubleQuotedString:
@@ -286,24 +286,24 @@ void TQextScintillaLexerBash::refreshProperties()
// Read properties from the settings.
bool TQextScintillaLexerBash::readProperties(TQSettings &qs,const TQString &prefix)
{
- int rc = TRUE;
+ bool rc = true;
bool ok, flag;
// Read the fold comments flag.
- flag = qs.readBoolEntry(prefix + "foldcomments",FALSE,&ok);
+ flag = qs.readBoolEntry(prefix + "foldcomments",false,&ok);
if (ok)
fold_comments = flag;
else
- rc = FALSE;
+ rc = false;
// Read the fold compact flag.
- flag = qs.readBoolEntry(prefix + "foldcompact",TRUE,&ok);
+ flag = qs.readBoolEntry(prefix + "foldcompact",true,&ok);
if (ok)
fold_compact = flag;
else
- rc = FALSE;
+ rc = false;
return rc;
}
@@ -312,21 +312,21 @@ bool TQextScintillaLexerBash::readProperties(TQSettings &qs,const TQString &pref
// Write properties to the settings.
bool TQextScintillaLexerBash::writeProperties(TQSettings &qs,const TQString &prefix) const
{
- int rc = TRUE;
+ bool rc = true;
// Write the fold comments flag.
if (!qs.writeEntry(prefix + "foldcomments",fold_comments))
- rc = FALSE;
+ rc = false;
// Write the fold compact flag.
if (!qs.writeEntry(prefix + "foldcompact",fold_compact))
- rc = FALSE;
+ rc = false;
return rc;
}
-// Return TRUE if comments can be folded.
+// Return true if comments can be folded.
bool TQextScintillaLexerBash::foldComments() const
{
return fold_comments;
@@ -349,7 +349,7 @@ void TQextScintillaLexerBash::setCommentProp()
}
-// Return TRUE if folds are compact.
+// Return true if folds are compact.
bool TQextScintillaLexerBash::foldCompact() const
{
return fold_compact;
diff --git a/tqt/tqextscintillalexerbash.h b/tqt/tqextscintillalexerbash.h
index 3d27904..b04c835 100644
--- a/tqt/tqextscintillalexerbash.h
+++ b/tqt/tqextscintillalexerbash.h
@@ -138,25 +138,25 @@ public:
//! propertyChanged() signal as required.
void refreshProperties();
- //! Returns TRUE if multi-line comment blocks can be folded.
+ //! Returns true if multi-line comment blocks can be folded.
//!
//! \sa setFoldComments()
bool foldComments() const;
- //! Returns TRUE if trailing blank lines are included in a fold block.
+ //! Returns true if trailing blank lines are included in a fold block.
//!
//! \sa setFoldCompact()
bool foldCompact() const;
public slots:
- //! If \a fold is TRUE then multi-line comment blocks can be folded.
- //! The default is FALSE.
+ //! If \a fold is true then multi-line comment blocks can be folded.
+ //! The default is false.
//!
//! \sa foldComments()
virtual void setFoldComments(bool fold);
- //! If \a fold is TRUE then trailing blank lines are included in a fold
- //! block. The default is TRUE.
+ //! If \a fold is true then trailing blank lines are included in a fold
+ //! block. The default is true.
//!
//! \sa foldCompact()
virtual void setFoldCompact(bool fold);
@@ -164,13 +164,13 @@ public slots:
protected:
//! The lexer's properties are read from the settings \a qs. \a 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.
+ //! each setting. true is returned if there is no error.
//!
bool readProperties(TQSettings &qs,const TQString &prefix);
//! The lexer's properties are written to the settings \a qs.
//! \a 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 key of each setting. true is returned if there is no error.
//!
bool writeProperties(TQSettings &qs,const TQString &prefix) const;
diff --git a/tqt/tqextscintillalexerbatch.cpp b/tqt/tqextscintillalexerbatch.cpp
index 3789d69..3ce40b5 100644
--- a/tqt/tqextscintillalexerbatch.cpp
+++ b/tqt/tqextscintillalexerbatch.cpp
@@ -119,7 +119,7 @@ TQFont TQextScintillaLexerBatch::font(int style) const
case Keyword:
f = TQextScintillaLexer::font(style);
- f.setBold(TRUE);
+ f.setBold(true);
break;
case ExternalCommand:
@@ -128,7 +128,7 @@ TQFont TQextScintillaLexerBatch::font(int style) const
#else
f = TQFont("Bitstream Vera Sans Mono",9);
#endif
- f.setBold(TRUE);
+ f.setBold(true);
break;
default:
diff --git a/tqt/tqextscintillalexercpp.cpp b/tqt/tqextscintillalexercpp.cpp
index be0eb63..1de27e3 100644
--- a/tqt/tqextscintillalexercpp.cpp
+++ b/tqt/tqextscintillalexercpp.cpp
@@ -33,9 +33,9 @@
// The ctor.
TQextScintillaLexerCPP::TQextScintillaLexerCPP(TQObject *parent,const char *name,
bool caseInsensitiveKeywords)
- : TQextScintillaLexer(parent,name), fold_atelse(FALSE),
- fold_comments(FALSE), fold_compact(TRUE), fold_preproc(TRUE),
- style_preproc(FALSE), nocase(caseInsensitiveKeywords)
+ : TQextScintillaLexer(parent,name), fold_atelse(false),
+ fold_comments(false), fold_compact(true), fold_preproc(true),
+ style_preproc(false), nocase(caseInsensitiveKeywords)
{
}
@@ -185,7 +185,7 @@ TQFont TQextScintillaLexerCPP::font(int style) const
case Keyword:
case Operator:
f = TQextScintillaLexer::font(style);
- f.setBold(TRUE);
+ f.setBold(true);
break;
case DoubleQuotedString:
@@ -327,48 +327,48 @@ void TQextScintillaLexerCPP::refreshProperties()
// Read properties from the settings.
bool TQextScintillaLexerCPP::readProperties(TQSettings &qs,const TQString &prefix)
{
- int rc = TRUE;
+ bool rc = true;
bool ok, flag;
// Read the fold at else flag.
- flag = qs.readBoolEntry(prefix + "foldatelse",FALSE,&ok);
+ flag = qs.readBoolEntry(prefix + "foldatelse",false,&ok);
if (ok)
fold_atelse = flag;
else
- rc = FALSE;
+ rc = false;
// Read the fold comments flag.
- flag = qs.readBoolEntry(prefix + "foldcomments",FALSE,&ok);
+ flag = qs.readBoolEntry(prefix + "foldcomments",false,&ok);
if (ok)
fold_comments = flag;
else
- rc = FALSE;
+ rc = false;
// Read the fold compact flag.
- flag = qs.readBoolEntry(prefix + "foldcompact",TRUE,&ok);
+ flag = qs.readBoolEntry(prefix + "foldcompact",true,&ok);
if (ok)
fold_compact = flag;
else
- rc = FALSE;
+ rc = false;
// Read the fold preprocessor flag.
- flag = qs.readBoolEntry(prefix + "foldpreprocessor",TRUE,&ok);
+ flag = qs.readBoolEntry(prefix + "foldpreprocessor",true,&ok);
if (ok)
fold_preproc = flag;
else
- rc = FALSE;
+ rc = false;
// Read the style preprocessor flag.
- flag = qs.readBoolEntry(prefix + "stylepreprocessor",FALSE,&ok);
+ flag = qs.readBoolEntry(prefix + "stylepreprocessor",false,&ok);
if (ok)
style_preproc = flag;
else
- rc = FALSE;
+ rc = false;
return rc;
}
@@ -377,33 +377,33 @@ bool TQextScintillaLexerCPP::readProperties(TQSettings &qs,const TQString &prefi
// Write properties to the settings.
bool TQextScintillaLexerCPP::writeProperties(TQSettings &qs,const TQString &prefix) const
{
- int rc = TRUE;
+ bool rc = true;
// Write the fold at else flag.
if (!qs.writeEntry(prefix + "foldatelse",fold_atelse))
- rc = FALSE;
+ rc = false;
// Write the fold comments flag.
if (!qs.writeEntry(prefix + "foldcomments",fold_comments))
- rc = FALSE;
+ rc = false;
// Write the fold compact flag.
if (!qs.writeEntry(prefix + "foldcompact",fold_compact))
- rc = FALSE;
+ rc = false;
// Write the fold preprocessor flag.
if (!qs.writeEntry(prefix + "foldpreprocessor",fold_preproc))
- rc = FALSE;
+ rc = false;
// Write the style preprocessor flag.
if (!qs.writeEntry(prefix + "stylepreprocessor",style_preproc))
- rc = FALSE;
+ rc = false;
return rc;
}
-// Return TRUE if else can be folded.
+// Return true if else can be folded.
bool TQextScintillaLexerCPP::foldAtElse() const
{
return fold_atelse;
@@ -426,7 +426,7 @@ void TQextScintillaLexerCPP::setAtElseProp()
}
-// Return TRUE if comments can be folded.
+// Return true if comments can be folded.
bool TQextScintillaLexerCPP::foldComments() const
{
return fold_comments;
@@ -449,7 +449,7 @@ void TQextScintillaLexerCPP::setCommentProp()
}
-// Return TRUE if folds are compact.
+// Return true if folds are compact.
bool TQextScintillaLexerCPP::foldCompact() const
{
return fold_compact;
@@ -472,7 +472,7 @@ void TQextScintillaLexerCPP::setCompactProp()
}
-// Return TRUE if preprocessor blocks can be folded.
+// Return true if preprocessor blocks can be folded.
bool TQextScintillaLexerCPP::foldPreprocessor() const
{
return fold_preproc;
@@ -495,7 +495,7 @@ void TQextScintillaLexerCPP::setPreprocProp()
}
-// Return TRUE if preprocessor lines are styled.
+// Return true if preprocessor lines are styled.
bool TQextScintillaLexerCPP::stylePreprocessor() const
{
return style_preproc;
diff --git a/tqt/tqextscintillalexercpp.h b/tqt/tqextscintillalexercpp.h
index 36e024f..cf09372 100644
--- a/tqt/tqextscintillalexercpp.h
+++ b/tqt/tqextscintillalexercpp.h
@@ -111,10 +111,10 @@ public:
//! Construct a TQextScintillaLexerCPP with parent \a parent and name
//! \a name. \a parent is typically the TQextScintilla instance.
- //! \a caseInsensitiveKeywords is TRUE if the lexer ignores the case of
+ //! \a caseInsensitiveKeywords is true if the lexer ignores the case of
//! keywords.
TQextScintillaLexerCPP(TQObject *parent = 0,const char *name = 0,
- bool caseInsensitiveKeywords = FALSE);
+ bool caseInsensitiveKeywords = false);
//! Destroys the TQextScintillaLexerCPP instance.
virtual ~TQextScintillaLexerCPP();
@@ -178,59 +178,59 @@ public:
//! propertyChanged() signal as required.
void refreshProperties();
- //! Returns TRUE if "} else {" lines can be folded.
+ //! Returns true if "} else {" lines can be folded.
//!
//! \sa setFoldAtElse()
bool foldAtElse() const;
- //! Returns TRUE if multi-line comment blocks can be folded.
+ //! Returns true if multi-line comment blocks can be folded.
//!
//! \sa setFoldComments()
bool foldComments() const;
- //! Returns TRUE if trailing blank lines are included in a fold block.
+ //! Returns true if trailing blank lines are included in a fold block.
//!
//! \sa setFoldCompact()
bool foldCompact() const;
- //! Returns TRUE if preprocessor blocks can be folded.
+ //! Returns true if preprocessor blocks can be folded.
//!
//! \sa setFoldPreprocessor()
bool foldPreprocessor() const;
- //! Returns TRUE if preprocessor lines (after the preprocessor
+ //! Returns true if preprocessor lines (after the preprocessor
//! directive) are styled.
//!
//! \sa setStylePreprocessor()
bool stylePreprocessor() const;
public slots:
- //! If \a fold is TRUE then "} else {" lines can be folded. The
- //! default is FALSE.
+ //! If \a fold is true then "} else {" lines can be folded. The
+ //! default is false.
//!
//! \sa foldAtElse()
virtual void setFoldAtElse(bool fold);
- //! If \a fold is TRUE then multi-line comment blocks can be folded.
- //! The default is FALSE.
+ //! If \a fold is true then multi-line comment blocks can be folded.
+ //! The default is false.
//!
//! \sa foldComments()
virtual void setFoldComments(bool fold);
- //! If \a fold is TRUE then trailing blank lines are included in a fold
- //! block. The default is TRUE.
+ //! If \a fold is true then trailing blank lines are included in a fold
+ //! block. The default is true.
//!
//! \sa foldCompact()
virtual void setFoldCompact(bool fold);
- //! If \a fold is TRUE then preprocessor blocks can be folded. The
- //! default is TRUE.
+ //! If \a fold is true then preprocessor blocks can be folded. The
+ //! default is true.
//!
//! \sa foldPreprocessor()
virtual void setFoldPreprocessor(bool fold);
- //! If \a style is TRUE then preprocessor lines (after the preprocessor
- //! directive) are styled. The default is FALSE.
+ //! If \a style is true then preprocessor lines (after the preprocessor
+ //! directive) are styled. The default is false.
//!
//! \sa stylePreprocessor()
virtual void setStylePreprocessor(bool style);
@@ -238,14 +238,14 @@ public slots:
protected:
//! The lexer's properties are read from the settings \a qs. \a 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.
+ //! each setting. true is returned if there is no error.
//!
//! \sa writeProperties()
bool readProperties(TQSettings &qs,const TQString &prefix);
//! The lexer's properties are written to the settings \a qs.
//! \a 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 key of each setting. true is returned if there is no error.
//!
//! \sa readProperties()
bool writeProperties(TQSettings &qs,const TQString &prefix) const;
diff --git a/tqt/tqextscintillalexercsharp.cpp b/tqt/tqextscintillalexercsharp.cpp
index a6e5385..5795a3b 100644
--- a/tqt/tqextscintillalexercsharp.cpp
+++ b/tqt/tqextscintillalexercsharp.cpp
@@ -63,7 +63,7 @@ TQColor TQextScintillaLexerCSharp::color(int style) const
bool TQextScintillaLexerCSharp::eolFill(int style) const
{
if (style == VerbatimString)
- return TRUE;
+ return true;
return TQextScintillaLexerCPP::eolFill(style);
}
diff --git a/tqt/tqextscintillalexercss.cpp b/tqt/tqextscintillalexercss.cpp
index c120a9d..0cb475f 100644
--- a/tqt/tqextscintillalexercss.cpp
+++ b/tqt/tqextscintillalexercss.cpp
@@ -32,8 +32,8 @@
// The ctor.
TQextScintillaLexerCSS::TQextScintillaLexerCSS(TQObject *parent,const char *name)
- : TQextScintillaLexer(parent,name), fold_comments(FALSE),
- fold_compact(TRUE)
+ : TQextScintillaLexer(parent,name), fold_comments(false),
+ fold_compact(true)
{
}
@@ -155,11 +155,11 @@ TQFont TQextScintillaLexerCSS::font(int style) const
case Tag:
case Important:
case AtRule:
- f.setBold(TRUE);
+ f.setBold(true);
break;
case IDSelector:
- f.setItalic(TRUE);
+ f.setItalic(true);
break;
}
}
@@ -293,24 +293,24 @@ void TQextScintillaLexerCSS::refreshProperties()
// Read properties from the settings.
bool TQextScintillaLexerCSS::readProperties(TQSettings &qs,const TQString &prefix)
{
- int rc = TRUE;
+ bool rc = true;
bool ok, flag;
// Read the fold comments flag.
- flag = qs.readBoolEntry(prefix + "foldcomments",FALSE,&ok);
+ flag = qs.readBoolEntry(prefix + "foldcomments",false,&ok);
if (ok)
fold_comments = flag;
else
- rc = FALSE;
+ rc = false;
// Read the fold compact flag.
- flag = qs.readBoolEntry(prefix + "foldcompact",TRUE,&ok);
+ flag = qs.readBoolEntry(prefix + "foldcompact",true,&ok);
if (ok)
fold_compact = flag;
else
- rc = FALSE;
+ rc = false;
return rc;
}
@@ -319,21 +319,21 @@ bool TQextScintillaLexerCSS::readProperties(TQSettings &qs,const TQString &prefi
// Write properties to the settings.
bool TQextScintillaLexerCSS::writeProperties(TQSettings &qs,const TQString &prefix) const
{
- int rc = TRUE;
+ bool rc = true;
// Write the fold comments flag.
if (!qs.writeEntry(prefix + "foldcomments",fold_comments))
- rc = FALSE;
+ rc = false;
// Write the fold compact flag.
if (!qs.writeEntry(prefix + "foldcompact",fold_compact))
- rc = FALSE;
+ rc = false;
return rc;
}
-// Return TRUE if comments can be folded.
+// Return true if comments can be folded.
bool TQextScintillaLexerCSS::foldComments() const
{
return fold_comments;
@@ -356,7 +356,7 @@ void TQextScintillaLexerCSS::setCommentProp()
}
-// Return TRUE if folds are compact.
+// Return true if folds are compact.
bool TQextScintillaLexerCSS::foldCompact() const
{
return fold_compact;
diff --git a/tqt/tqextscintillalexercss.h b/tqt/tqextscintillalexercss.h
index 976ff07..ae97180 100644
--- a/tqt/tqextscintillalexercss.h
+++ b/tqt/tqextscintillalexercss.h
@@ -142,25 +142,25 @@ public:
//! propertyChanged() signal as required.
void refreshProperties();
- //! Returns TRUE if multi-line comment blocks can be folded.
+ //! Returns true if multi-line comment blocks can be folded.
//!
//! \sa setFoldComments()
bool foldComments() const;
- //! Returns TRUE if trailing blank lines are included in a fold block.
+ //! Returns true if trailing blank lines are included in a fold block.
//!
//! \sa setFoldCompact()
bool foldCompact() const;
public slots:
- //! If \a fold is TRUE then multi-line comment blocks can be folded.
- //! The default is FALSE.
+ //! If \a fold is true then multi-line comment blocks can be folded.
+ //! The default is false.
//!
//! \sa foldComments()
virtual void setFoldComments(bool fold);
- //! If \a fold is TRUE then trailing blank lines are included in a fold
- //! block. The default is TRUE.
+ //! If \a fold is true then trailing blank lines are included in a fold
+ //! block. The default is true.
//!
//! \sa foldCompact()
virtual void setFoldCompact(bool fold);
@@ -168,13 +168,13 @@ public slots:
protected:
//! The lexer's properties are read from the settings \a qs. \a 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.
+ //! each setting. true is returned if there is no error.
//!
bool readProperties(TQSettings &qs,const TQString &prefix);
//! The lexer's properties are written to the settings \a qs.
//! \a 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 key of each setting. true is returned if there is no error.
//!
bool writeProperties(TQSettings &qs,const TQString &prefix) const;
diff --git a/tqt/tqextscintillalexerhtml.cpp b/tqt/tqextscintillalexerhtml.cpp
index f993b58..0941b47 100644
--- a/tqt/tqextscintillalexerhtml.cpp
+++ b/tqt/tqextscintillalexerhtml.cpp
@@ -35,8 +35,8 @@
// The ctor.
TQextScintillaLexerHTML::TQextScintillaLexerHTML(TQObject *parent,
const char *name)
- : TQextScintillaLexer(parent,name), fold_compact(TRUE),
- fold_preproc(TRUE), case_sens_tags(FALSE)
+ : TQextScintillaLexer(parent,name), fold_compact(true),
+ fold_preproc(true), case_sens_tags(false)
{
}
@@ -283,7 +283,7 @@ bool TQextScintillaLexerHTML::eolFill(int style) const
case ASPPythonOperator:
case ASPPythonIdentifier:
case PHPDefault:
- return TRUE;
+ return true;
}
return TQextScintillaLexer::eolFill(style);
@@ -324,7 +324,7 @@ TQFont TQextScintillaLexerHTML::font(int style) const
case ASPPythonFunctionMethodName:
case ASPPythonOperator:
f = TQextScintillaLexer::font(style);
- f.setBold(TRUE);
+ f.setBold(true);
break;
case JavaScriptDefault:
@@ -340,7 +340,7 @@ TQFont TQextScintillaLexerHTML::font(int style) const
#else
f = TQFont("Bitstream Vera Serif",9);
#endif
- f.setBold(TRUE);
+ f.setBold(true);
break;
case JavaScriptComment:
@@ -391,7 +391,7 @@ TQFont TQextScintillaLexerHTML::font(int style) const
#else
f = TQFont("Bitstream Vera Serif",9);
#endif
- f.setBold(TRUE);
+ f.setBold(true);
break;
case PythonDoubleQuotedString:
@@ -409,7 +409,7 @@ TQFont TQextScintillaLexerHTML::font(int style) const
case PHPVariable:
case PHPDoubleQuotedVariable:
f = TQextScintillaLexer::font(style);
- f.setItalic(TRUE);
+ f.setItalic(true);
break;
case PHPCommentLine:
@@ -418,7 +418,7 @@ TQFont TQextScintillaLexerHTML::font(int style) const
#else
f = TQFont("Bitstream Vera Serif",9);
#endif
- f.setItalic(TRUE);
+ f.setItalic(true);
break;
default:
@@ -1014,32 +1014,32 @@ void TQextScintillaLexerHTML::refreshProperties()
// Read properties from the settings.
bool TQextScintillaLexerHTML::readProperties(TQSettings &qs,const TQString &prefix)
{
- int rc = TRUE;
+ bool rc = true;
bool ok, flag;
// Read the fold compact flag.
- flag = qs.readBoolEntry(prefix + "foldcompact",TRUE,&ok);
+ flag = qs.readBoolEntry(prefix + "foldcompact",true,&ok);
if (ok)
fold_compact = flag;
else
- rc = FALSE;
+ rc = false;
// Read the fold preprocessor flag.
- flag = qs.readBoolEntry(prefix + "foldpreprocessor",FALSE,&ok);
+ flag = qs.readBoolEntry(prefix + "foldpreprocessor",false,&ok);
if (ok)
fold_preproc = flag;
else
- rc = FALSE;
+ rc = false;
// Read the case sensitive tags flag.
- flag = qs.readBoolEntry(prefix + "casesensitivetags",FALSE,&ok);
+ flag = qs.readBoolEntry(prefix + "casesensitivetags",false,&ok);
if (ok)
case_sens_tags = flag;
else
- rc = FALSE;
+ rc = false;
return rc;
}
@@ -1048,25 +1048,25 @@ bool TQextScintillaLexerHTML::readProperties(TQSettings &qs,const TQString &pref
// Write properties to the settings.
bool TQextScintillaLexerHTML::writeProperties(TQSettings &qs,const TQString &prefix) const
{
- int rc = TRUE;
+ bool rc = true;
// Write the fold compact flag.
if (!qs.writeEntry(prefix + "foldcompact",fold_compact))
- rc = FALSE;
+ rc = false;
// Write the fold preprocessor flag.
if (!qs.writeEntry(prefix + "foldpreprocessor",fold_preproc))
- rc = FALSE;
+ rc = false;
// Write the case sensitive tags flag.
if (!qs.writeEntry(prefix + "casesensitivetags",case_sens_tags))
- rc = FALSE;
+ rc = false;
return rc;
}
-// Return TRUE if tags are case sensitive.
+// Return true if tags are case sensitive.
bool TQextScintillaLexerHTML::caseSensitiveTags() const
{
return case_sens_tags;
@@ -1089,7 +1089,7 @@ void TQextScintillaLexerHTML::setCaseSensTagsProp()
}
-// Return TRUE if folds are compact.
+// Return true if folds are compact.
bool TQextScintillaLexerHTML::foldCompact() const
{
return fold_compact;
@@ -1112,7 +1112,7 @@ void TQextScintillaLexerHTML::setCompactProp()
}
-// Return TRUE if preprocessor blocks can be folded.
+// Return true if preprocessor blocks can be folded.
bool TQextScintillaLexerHTML::foldPreprocessor() const
{
return fold_preproc;
diff --git a/tqt/tqextscintillalexerhtml.h b/tqt/tqextscintillalexerhtml.h
index 77e5c1b..0089fce 100644
--- a/tqt/tqextscintillalexerhtml.h
+++ b/tqt/tqextscintillalexerhtml.h
@@ -422,36 +422,36 @@ public:
//! propertyChanged() signal as required.
void refreshProperties();
- //! Returns TRUE if trailing blank lines are included in a fold block.
+ //! Returns true if trailing blank lines are included in a fold block.
//!
//! \sa setFoldCompact()
bool foldCompact() const;
- //! Returns TRUE if preprocessor blocks can be folded.
+ //! Returns true if preprocessor blocks can be folded.
//!
//! \sa setFoldPreprocessor()
bool foldPreprocessor() const;
- //! Returns TRUE if tags are case sensitive.
+ //! Returns true if tags are case sensitive.
//!
//! \sa setCaseSensitiveTags()
bool caseSensitiveTags() const;
public slots:
- //! If \a fold is TRUE then trailing blank lines are included in a fold
- //! block. The default is TRUE.
+ //! If \a fold is true then trailing blank lines are included in a fold
+ //! block. The default is true.
//!
//! \sa foldCompact()
virtual void setFoldCompact(bool fold);
- //! If \a fold is TRUE then preprocessor blocks can be folded. The
- //! default is FALSE.
+ //! If \a fold is true then preprocessor blocks can be folded. The
+ //! default is false.
//!
//! \sa foldPreprocessor()
virtual void setFoldPreprocessor(bool fold);
- //! If \a sens is TRUE then tags are case sensitive. The default is
- //! FALSE.
+ //! If \a sens is true then tags are case sensitive. The default is
+ //! false.
//!
//! \sa caseSensitiveTags()
virtual void setCaseSensitiveTags(bool sens);
@@ -459,13 +459,13 @@ public slots:
protected:
//! The lexer's properties are read from the settings \a qs. \a 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.
+ //! each setting. true is returned if there is no error.
//!
bool readProperties(TQSettings &qs,const TQString &prefix);
//! The lexer's properties are written to the settings \a qs.
//! \a 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 key of each setting. true is returned if there is no error.
//!
bool writeProperties(TQSettings &qs,const TQString &prefix) const;
diff --git a/tqt/tqextscintillalexerjavascript.cpp b/tqt/tqextscintillalexerjavascript.cpp
index b51660b..f8510c7 100644
--- a/tqt/tqextscintillalexerjavascript.cpp
+++ b/tqt/tqextscintillalexerjavascript.cpp
@@ -73,7 +73,7 @@ TQColor TQextScintillaLexerJavaScript::color(int style) const
bool TQextScintillaLexerJavaScript::eolFill(int style) const
{
if (style == Regex)
- return TRUE;
+ return true;
return TQextScintillaLexerCPP::eolFill(style);
}
diff --git a/tqt/tqextscintillalexerlua.cpp b/tqt/tqextscintillalexerlua.cpp
index 97676fd..1b627bb 100644
--- a/tqt/tqextscintillalexerlua.cpp
+++ b/tqt/tqextscintillalexerlua.cpp
@@ -32,7 +32,7 @@
// The ctor.
TQextScintillaLexerLua::TQextScintillaLexerLua(TQObject *parent, const char *name)
- : TQextScintillaLexer(parent,name), fold_compact(TRUE)
+ : TQextScintillaLexer(parent,name), fold_compact(true)
{
}
@@ -298,16 +298,16 @@ void TQextScintillaLexerLua::refreshProperties()
// Read properties from the settings.
bool TQextScintillaLexerLua::readProperties(TQSettings &qs,const TQString &prefix)
{
- int rc = TRUE;
+ bool rc = true;
bool ok, flag;
// Read the fold compact flag.
- flag = qs.readBoolEntry(prefix + "foldcompact",TRUE,&ok);
+ flag = qs.readBoolEntry(prefix + "foldcompact",true,&ok);
if (ok)
fold_compact = flag;
else
- rc = FALSE;
+ rc = false;
return rc;
}
@@ -316,17 +316,17 @@ bool TQextScintillaLexerLua::readProperties(TQSettings &qs,const TQString &prefi
// Write properties to the settings.
bool TQextScintillaLexerLua::writeProperties(TQSettings &qs,const TQString &prefix) const
{
- int rc = TRUE;
+ bool rc = true;
// Write the fold compact flag.
if (!qs.writeEntry(prefix + "foldcompact",fold_compact))
- rc = FALSE;
+ rc = false;
return rc;
}
-// Return TRUE if folds are compact.
+// Return true if folds are compact.
bool TQextScintillaLexerLua::foldCompact() const
{
return fold_compact;
diff --git a/tqt/tqextscintillalexerlua.h b/tqt/tqextscintillalexerlua.h
index 3f8ddf8..62e00c9 100644
--- a/tqt/tqextscintillalexerlua.h
+++ b/tqt/tqextscintillalexerlua.h
@@ -140,14 +140,14 @@ public:
//! propertyChanged() signal as required.
void refreshProperties();
- //! Returns TRUE if trailing blank lines are included in a fold block.
+ //! Returns true if trailing blank lines are included in a fold block.
//!
//! \sa setFoldCompact()
bool foldCompact() const;
public slots:
- //! If \a fold is TRUE then trailing blank lines are included in a fold
- //! block. The default is TRUE.
+ //! If \a fold is true then trailing blank lines are included in a fold
+ //! block. The default is true.
//!
//! \sa foldCompact()
virtual void setFoldCompact(bool fold);
@@ -155,13 +155,13 @@ public slots:
protected:
//! The lexer's properties are read from the settings \a qs. \a 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.
+ //! each setting. true is returned if there is no error.
//!
bool readProperties(TQSettings &qs,const TQString &prefix);
//! The lexer's properties are written to the settings \a qs.
//! \a 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 key of each setting. true is returned if there is no error.
//!
bool writeProperties(TQSettings &qs,const TQString &prefix) const;
diff --git a/tqt/tqextscintillalexerperl.cpp b/tqt/tqextscintillalexerperl.cpp
index e9858c5..1c294e1 100644
--- a/tqt/tqextscintillalexerperl.cpp
+++ b/tqt/tqextscintillalexerperl.cpp
@@ -33,8 +33,8 @@
// The ctor.
TQextScintillaLexerPerl::TQextScintillaLexerPerl(TQObject *parent,
const char *name)
- : TQextScintillaLexer(parent,name), fold_comments(FALSE),
- fold_compact(TRUE)
+ : TQextScintillaLexer(parent,name), fold_comments(false),
+ fold_compact(true)
{
}
@@ -140,10 +140,10 @@ bool TQextScintillaLexerPerl::eolFill(int style) const
case DoubleQuotedHereDocument:
case BacktickHereDocument:
case PODVerbatim:
- return TRUE;
+ return true;
}
- return FALSE;
+ return false;
}
@@ -174,7 +174,7 @@ TQFont TQextScintillaLexerPerl::font(int style) const
case Operator:
case DoubleQuotedHereDocument:
f = TQextScintillaLexer::font(style);
- f.setBold(TRUE);
+ f.setBold(true);
break;
case DoubleQuotedString:
@@ -190,7 +190,7 @@ TQFont TQextScintillaLexerPerl::font(int style) const
case BacktickHereDocument:
f = TQextScintillaLexer::font(style);
- f.setItalic(TRUE);
+ f.setItalic(true);
break;
default:
@@ -399,24 +399,24 @@ void TQextScintillaLexerPerl::refreshProperties()
// Read properties from the settings.
bool TQextScintillaLexerPerl::readProperties(TQSettings &qs,const TQString &prefix)
{
- int rc = TRUE;
+ bool rc = true;
bool ok, flag;
// Read the fold comments flag.
- flag = qs.readBoolEntry(prefix + "foldcomments",FALSE,&ok);
+ flag = qs.readBoolEntry(prefix + "foldcomments",false,&ok);
if (ok)
fold_comments = flag;
else
- rc = FALSE;
+ rc = false;
// Read the fold compact flag.
- flag = qs.readBoolEntry(prefix + "foldcompact",TRUE,&ok);
+ flag = qs.readBoolEntry(prefix + "foldcompact",true,&ok);
if (ok)
fold_compact = flag;
else
- rc = FALSE;
+ rc = false;
return rc;
}
@@ -425,21 +425,21 @@ bool TQextScintillaLexerPerl::readProperties(TQSettings &qs,const TQString &pref
// Write properties to the settings.
bool TQextScintillaLexerPerl::writeProperties(TQSettings &qs,const TQString &prefix) const
{
- int rc = TRUE;
+ bool rc = true;
// Write the fold comments flag.
if (!qs.writeEntry(prefix + "foldcomments",fold_comments))
- rc = FALSE;
+ rc = false;
// Write the fold compact flag.
if (!qs.writeEntry(prefix + "foldcompact",fold_compact))
- rc = FALSE;
+ rc = false;
return rc;
}
-// Return TRUE if comments can be folded.
+// Return true if comments can be folded.
bool TQextScintillaLexerPerl::foldComments() const
{
return fold_comments;
@@ -462,7 +462,7 @@ void TQextScintillaLexerPerl::setCommentProp()
}
-// Return TRUE if folds are compact.
+// Return true if folds are compact.
bool TQextScintillaLexerPerl::foldCompact() const
{
return fold_compact;
diff --git a/tqt/tqextscintillalexerperl.h b/tqt/tqextscintillalexerperl.h
index a359c0d..0778501 100644
--- a/tqt/tqextscintillalexerperl.h
+++ b/tqt/tqextscintillalexerperl.h
@@ -180,25 +180,25 @@ public:
//! propertyChanged() signal as required.
void refreshProperties();
- //! Returns TRUE if multi-line comment blocks can be folded.
+ //! Returns true if multi-line comment blocks can be folded.
//!
//! \sa setFoldComments()
bool foldComments() const;
- //! Returns TRUE if trailing blank lines are included in a fold block.
+ //! Returns true if trailing blank lines are included in a fold block.
//!
//! \sa setFoldCompact()
bool foldCompact() const;
public slots:
- //! If \a fold is TRUE then multi-line comment blocks can be folded.
- //! The default is FALSE.
+ //! If \a fold is true then multi-line comment blocks can be folded.
+ //! The default is false.
//!
//! \sa foldComments()
virtual void setFoldComments(bool fold);
- //! If \a fold is TRUE then trailing blank lines are included in a fold
- //! block. The default is TRUE.
+ //! If \a fold is true then trailing blank lines are included in a fold
+ //! block. The default is true.
//!
//! \sa foldCompact()
virtual void setFoldCompact(bool fold);
@@ -206,13 +206,13 @@ public slots:
protected:
//! The lexer's properties are read from the settings \a qs. \a 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.
+ //! each setting. true is returned if there is no error.
//!
bool readProperties(TQSettings &qs,const TQString &prefix);
//! The lexer's properties are written to the settings \a qs.
//! \a 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 key of each setting. true is returned if there is no error.
//!
bool writeProperties(TQSettings &qs,const TQString &prefix) const;
diff --git a/tqt/tqextscintillalexerpov.cpp b/tqt/tqextscintillalexerpov.cpp
index da75b4f..763caf0 100644
--- a/tqt/tqextscintillalexerpov.cpp
+++ b/tqt/tqextscintillalexerpov.cpp
@@ -32,8 +32,8 @@
// The ctor.
TQextScintillaLexerPOV::TQextScintillaLexerPOV(TQObject *parent,const char *name)
- : TQextScintillaLexer(parent,name), fold_comments(FALSE),
- fold_compact(TRUE), fold_directives(FALSE)
+ : TQextScintillaLexer(parent,name), fold_comments(false),
+ fold_compact(true), fold_directives(false)
{
}
@@ -139,7 +139,7 @@ TQFont TQextScintillaLexerPOV::font(int style) const
case UnclosedString:
case PredefinedIdentifiers:
f = TQextScintillaLexer::font(style);
- f.setBold(TRUE);
+ f.setBold(true);
break;
case BadDirective:
@@ -148,7 +148,7 @@ TQFont TQextScintillaLexerPOV::font(int style) const
#else
f = TQFont("Bitstream Vera Serif",9);
#endif
- f.setItalic(TRUE);
+ f.setItalic(true);
break;
default:
@@ -370,32 +370,32 @@ void TQextScintillaLexerPOV::refreshProperties()
// Read properties from the settings.
bool TQextScintillaLexerPOV::readProperties(TQSettings &qs,const TQString &prefix)
{
- int rc = TRUE;
+ bool rc = true;
bool ok, flag;
// Read the fold comments flag.
- flag = qs.readBoolEntry(prefix + "foldcomments",FALSE,&ok);
+ flag = qs.readBoolEntry(prefix + "foldcomments",false,&ok);
if (ok)
fold_comments = flag;
else
- rc = FALSE;
+ rc = false;
// Read the fold compact flag.
- flag = qs.readBoolEntry(prefix + "foldcompact",TRUE,&ok);
+ flag = qs.readBoolEntry(prefix + "foldcompact",true,&ok);
if (ok)
fold_compact = flag;
else
- rc = FALSE;
+ rc = false;
// Read the fold directives flag.
- flag = qs.readBoolEntry(prefix + "folddirectives",FALSE,&ok);
+ flag = qs.readBoolEntry(prefix + "folddirectives",false,&ok);
if (ok)
fold_directives = flag;
else
- rc = FALSE;
+ rc = false;
return rc;
}
@@ -404,25 +404,25 @@ bool TQextScintillaLexerPOV::readProperties(TQSettings &qs,const TQString &prefi
// Write properties to the settings.
bool TQextScintillaLexerPOV::writeProperties(TQSettings &qs,const TQString &prefix) const
{
- int rc = TRUE;
+ bool rc = true;
// Write the fold comments flag.
if (!qs.writeEntry(prefix + "foldcomments",fold_comments))
- rc = FALSE;
+ rc = false;
// Write the fold compact flag.
if (!qs.writeEntry(prefix + "foldcompact",fold_compact))
- rc = FALSE;
+ rc = false;
// Write the fold directives flag.
if (!qs.writeEntry(prefix + "folddirectives",fold_directives))
- rc = FALSE;
+ rc = false;
return rc;
}
-// Return TRUE if comments can be folded.
+// Return true if comments can be folded.
bool TQextScintillaLexerPOV::foldComments() const
{
return fold_comments;
@@ -445,7 +445,7 @@ void TQextScintillaLexerPOV::setCommentProp()
}
-// Return TRUE if folds are compact.
+// Return true if folds are compact.
bool TQextScintillaLexerPOV::foldCompact() const
{
return fold_compact;
@@ -468,7 +468,7 @@ void TQextScintillaLexerPOV::setCompactProp()
}
-// Return TRUE if directives can be folded.
+// Return true if directives can be folded.
bool TQextScintillaLexerPOV::foldDirectives() const
{
return fold_directives;
diff --git a/tqt/tqextscintillalexerpov.h b/tqt/tqextscintillalexerpov.h
index d1ef6b2..7d524cd 100644
--- a/tqt/tqextscintillalexerpov.h
+++ b/tqt/tqextscintillalexerpov.h
@@ -150,36 +150,36 @@ public:
//! propertyChanged() signal as required.
void refreshProperties();
- //! Returns TRUE if multi-line comment blocks can be folded.
+ //! Returns true if multi-line comment blocks can be folded.
//!
//! \sa setFoldComments()
bool foldComments() const;
- //! Returns TRUE if trailing blank lines are included in a fold block.
+ //! Returns true if trailing blank lines are included in a fold block.
//!
//! \sa setFoldCompact()
bool foldCompact() const;
- //! Returns TRUE if directives can be folded.
+ //! Returns true if directives can be folded.
//!
//! \sa setFoldDirectives()
bool foldDirectives() const;
public slots:
- //! If \a fold is TRUE then multi-line comment blocks can be folded.
- //! The default is FALSE.
+ //! If \a fold is true then multi-line comment blocks can be folded.
+ //! The default is false.
//!
//! \sa foldComments()
virtual void setFoldComments(bool fold);
- //! If \a fold is TRUE then trailing blank lines are included in a fold
- //! block. The default is TRUE.
+ //! If \a fold is true then trailing blank lines are included in a fold
+ //! block. The default is true.
//!
//! \sa foldCompact()
virtual void setFoldCompact(bool fold);
- //! If \a fold is TRUE then directives can be folded. The default is
- //! FALSE.
+ //! If \a fold is true then directives can be folded. The default is
+ //! false.
//!
//! \sa foldDirectives()
virtual void setFoldDirectives(bool fold);
@@ -187,13 +187,13 @@ public slots:
protected:
//! The lexer's properties are read from the settings \a qs. \a 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.
+ //! each setting. true is returned if there is no error.
//!
bool readProperties(TQSettings &qs,const TQString &prefix);
//! The lexer's properties are written to the settings \a qs.
//! \a 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 key of each setting. true is returned if there is no error.
//!
bool writeProperties(TQSettings &qs,const TQString &prefix) const;
diff --git a/tqt/tqextscintillalexerproperties.cpp b/tqt/tqextscintillalexerproperties.cpp
index 1acc9c6..aed15ab 100644
--- a/tqt/tqextscintillalexerproperties.cpp
+++ b/tqt/tqextscintillalexerproperties.cpp
@@ -32,7 +32,7 @@
// The ctor.
TQextScintillaLexerProperties::TQextScintillaLexerProperties(TQObject *parent,const char *name)
- : TQextScintillaLexer(parent,name), fold_compact(TRUE)
+ : TQextScintillaLexer(parent,name), fold_compact(true)
{
}
@@ -156,16 +156,16 @@ void TQextScintillaLexerProperties::refreshProperties()
// Read properties from the settings.
bool TQextScintillaLexerProperties::readProperties(TQSettings &qs,const TQString &prefix)
{
- int rc = TRUE;
+ bool rc = true;
bool ok, flag;
// Read the fold compact flag.
- flag = qs.readBoolEntry(prefix + "foldcompact",TRUE,&ok);
+ flag = qs.readBoolEntry(prefix + "foldcompact",true,&ok);
if (ok)
fold_compact = flag;
else
- rc = FALSE;
+ rc = false;
return rc;
}
@@ -174,17 +174,17 @@ bool TQextScintillaLexerProperties::readProperties(TQSettings &qs,const TQString
// Write properties to the settings.
bool TQextScintillaLexerProperties::writeProperties(TQSettings &qs,const TQString &prefix) const
{
- int rc = TRUE;
+ bool rc = true;
// Write the fold compact flag.
if (!qs.writeEntry(prefix + "foldcompact",fold_compact))
- rc = FALSE;
+ rc = false;
return rc;
}
-// Return TRUE if folds are compact.
+// Return true if folds are compact.
bool TQextScintillaLexerProperties::foldCompact() const
{
return fold_compact;
diff --git a/tqt/tqextscintillalexerproperties.h b/tqt/tqextscintillalexerproperties.h
index b95189c..a6cad64 100644
--- a/tqt/tqextscintillalexerproperties.h
+++ b/tqt/tqextscintillalexerproperties.h
@@ -101,14 +101,14 @@ public:
//! propertyChanged() signal as required.
void refreshProperties();
- //! Returns TRUE if trailing blank lines are included in a fold block.
+ //! Returns true if trailing blank lines are included in a fold block.
//!
//! \sa setFoldCompact()
bool foldCompact() const;
public slots:
- //! If \a fold is TRUE then trailing blank lines are included in a fold
- //! block. The default is TRUE.
+ //! If \a fold is true then trailing blank lines are included in a fold
+ //! block. The default is true.
//!
//! \sa foldCompact()
virtual void setFoldCompact(bool fold);
@@ -116,14 +116,14 @@ public slots:
protected:
//! The lexer's properties are read from the settings \a qs. \a 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.
+ //! each setting. true is returned if there is no error.
//!
//! \sa writeProperties()
bool readProperties(TQSettings &qs,const TQString &prefix);
//! The lexer's properties are written to the settings \a qs.
//! \a 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 key of each setting. true is returned if there is no error.
//!
//! \sa readProperties()
bool writeProperties(TQSettings &qs,const TQString &prefix) const;
diff --git a/tqt/tqextscintillalexerpython.cpp b/tqt/tqextscintillalexerpython.cpp
index c1962f0..46fa85e 100644
--- a/tqt/tqextscintillalexerpython.cpp
+++ b/tqt/tqextscintillalexerpython.cpp
@@ -40,8 +40,8 @@ const char *TQextScintillaLexerPython::keywordClass =
// The ctor.
TQextScintillaLexerPython::TQextScintillaLexerPython(TQObject *parent,
const char *name)
- : TQextScintillaLexer(parent,name), fold_comments(FALSE),
- fold_quotes(FALSE), indent_warn(NoWarning)
+ : TQextScintillaLexer(parent,name), fold_comments(false),
+ fold_quotes(false), indent_warn(NoWarning)
{
}
@@ -188,7 +188,7 @@ TQFont TQextScintillaLexerPython::font(int style) const
case FunctionMethodName:
case Operator:
f = TQextScintillaLexer::font(style);
- f.setBold(TRUE);
+ f.setBold(true);
break;
default:
@@ -289,24 +289,24 @@ void TQextScintillaLexerPython::refreshProperties()
// Read properties from the settings.
bool TQextScintillaLexerPython::readProperties(TQSettings &qs,const TQString &prefix)
{
- int rc = TRUE, num;
- bool ok, flag;
+ int num;
+ bool ok, flag, rc = true;
// Read the fold comments flag.
- flag = qs.readBoolEntry(prefix + "foldcomments",FALSE,&ok);
+ flag = qs.readBoolEntry(prefix + "foldcomments",false,&ok);
if (ok)
fold_comments = flag;
else
- rc = FALSE;
+ rc = false;
// Read the fold quotes flag.
- flag = qs.readBoolEntry(prefix + "foldquotes",FALSE,&ok);
+ flag = qs.readBoolEntry(prefix + "foldquotes",false,&ok);
if (ok)
fold_quotes = flag;
else
- rc = FALSE;
+ rc = false;
// Read the indentation warning.
num = qs.readNumEntry(prefix + "indentwarning",(int)NoWarning,&ok);
@@ -314,7 +314,7 @@ bool TQextScintillaLexerPython::readProperties(TQSettings &qs,const TQString &pr
if (ok)
indent_warn = (IndentationWarning)num;
else
- rc = FALSE;
+ rc = false;
return rc;
}
@@ -323,25 +323,25 @@ bool TQextScintillaLexerPython::readProperties(TQSettings &qs,const TQString &pr
// Write properties to the settings.
bool TQextScintillaLexerPython::writeProperties(TQSettings &qs,const TQString &prefix) const
{
- int rc = TRUE;
+ bool rc = true;
// Write the fold comments flag.
if (!qs.writeEntry(prefix + "foldcomments",fold_comments))
- rc = FALSE;
+ rc = false;
// Write the fold quotes flag.
if (!qs.writeEntry(prefix + "foldquotes",fold_quotes))
- rc = FALSE;
+ rc = false;
// Write the indentation warning.
if (!qs.writeEntry(prefix + "indentwarning",(int)indent_warn))
- rc = FALSE;
+ rc = false;
return rc;
}
-// Return TRUE if comments can be folded.
+// Return true if comments can be folded.
bool TQextScintillaLexerPython::foldComments() const
{
return fold_comments;
@@ -364,7 +364,7 @@ void TQextScintillaLexerPython::setCommentProp()
}
-// Return TRUE if quotes can be folded.
+// Return true if quotes can be folded.
bool TQextScintillaLexerPython::foldQuotes() const
{
return fold_quotes;
diff --git a/tqt/tqextscintillalexerpython.h b/tqt/tqextscintillalexerpython.h
index 5d93f73..285f2bb 100644
--- a/tqt/tqextscintillalexerpython.h
+++ b/tqt/tqextscintillalexerpython.h
@@ -175,12 +175,12 @@ public:
//! propertyChanged() signal as required.
void refreshProperties();
- //! Returns TRUE if indented comment blocks can be folded.
+ //! Returns true if indented comment blocks can be folded.
//!
//! \sa setFoldComments()
bool foldComments() const;
- //! Returns TRUE if triple quoted strings can be folded.
+ //! Returns true if triple quoted strings can be folded.
//!
//! \sa setFoldQuotes()
bool foldQuotes() const;
@@ -192,14 +192,14 @@ public:
IndentationWarning indentationWarning() const;
public slots:
- //! If \a fold is TRUE then indented comment blocks can be folded. The
- //! default is FALSE.
+ //! If \a fold is true then indented comment blocks can be folded. The
+ //! default is false.
//!
//! \sa foldComments()
virtual void setFoldComments(bool fold);
- //! If \a fold is TRUE then triple quoted strings can be folded. The
- //! default is FALSE.
+ //! If \a fold is true then triple quoted strings can be folded. The
+ //! default is false.
//!
//! \sa foldQuotes()
virtual void setFoldQuotes(bool fold);
@@ -213,13 +213,13 @@ public slots:
protected:
//! The lexer's properties are read from the settings \a qs. \a 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.
+ //! each setting. true is returned if there is no error.
//!
bool readProperties(TQSettings &qs,const TQString &prefix);
//! The lexer's properties are written to the settings \a qs.
//! \a 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 key of each setting. true is returned if there is no error.
//!
bool writeProperties(TQSettings &qs,const TQString &prefix) const;
diff --git a/tqt/tqextscintillalexerruby.cpp b/tqt/tqextscintillalexerruby.cpp
index a6bca4e..9834332 100644
--- a/tqt/tqextscintillalexerruby.cpp
+++ b/tqt/tqextscintillalexerruby.cpp
@@ -215,7 +215,7 @@ TQFont TQextScintillaLexerRuby::font(int style) const
case ModuleName:
case DemotedKeyword:
f = TQextScintillaLexer::font(style);
- f.setBold(TRUE);
+ f.setBold(true);
break;
default:
diff --git a/tqt/tqextscintillalexersql.cpp b/tqt/tqextscintillalexersql.cpp
index 7d296ea..454e69a 100644
--- a/tqt/tqextscintillalexersql.cpp
+++ b/tqt/tqextscintillalexersql.cpp
@@ -32,8 +32,8 @@
// The ctor.
TQextScintillaLexerSQL::TQextScintillaLexerSQL(TQObject *parent,const char *name)
- : TQextScintillaLexer(parent,name), fold_comments(FALSE),
- fold_compact(TRUE), backslash_escapes(FALSE)
+ : TQextScintillaLexer(parent,name), fold_comments(false),
+ fold_compact(true), backslash_escapes(false)
{
}
@@ -153,7 +153,7 @@ TQFont TQextScintillaLexerSQL::font(int style) const
case Keyword:
case Operator:
f = TQextScintillaLexer::font(style);
- f.setBold(TRUE);
+ f.setBold(true);
break;
case DoubleQuotedString:
@@ -334,32 +334,32 @@ void TQextScintillaLexerSQL::refreshProperties()
// Read properties from the settings.
bool TQextScintillaLexerSQL::readProperties(TQSettings &qs,const TQString &prefix)
{
- int rc = TRUE;
+ bool rc = true;
bool ok, flag;
// Read the fold comments flag.
- flag = qs.readBoolEntry(prefix + "foldcomments",FALSE,&ok);
+ flag = qs.readBoolEntry(prefix + "foldcomments",false,&ok);
if (ok)
fold_comments = flag;
else
- rc = FALSE;
+ rc = false;
// Read the fold compact flag.
- flag = qs.readBoolEntry(prefix + "foldcompact",TRUE,&ok);
+ flag = qs.readBoolEntry(prefix + "foldcompact",true,&ok);
if (ok)
fold_compact = flag;
else
- rc = FALSE;
+ rc = false;
// Read the backslash escapes flag.
- flag = qs.readBoolEntry(prefix + "backslashescapes",FALSE,&ok);
+ flag = qs.readBoolEntry(prefix + "backslashescapes",false,&ok);
if (ok)
backslash_escapes = flag;
else
- rc = FALSE;
+ rc = false;
return rc;
}
@@ -368,25 +368,25 @@ bool TQextScintillaLexerSQL::readProperties(TQSettings &qs,const TQString &prefi
// Write properties to the settings.
bool TQextScintillaLexerSQL::writeProperties(TQSettings &qs,const TQString &prefix) const
{
- int rc = TRUE;
+ bool rc = true;
// Write the fold comments flag.
if (!qs.writeEntry(prefix + "foldcomments",fold_comments))
- rc = FALSE;
+ rc = false;
// Write the fold compact flag.
if (!qs.writeEntry(prefix + "foldcompact",fold_compact))
- rc = FALSE;
+ rc = false;
// Write the backslash escapes flag.
if (!qs.writeEntry(prefix + "backslashescapes",backslash_escapes))
- rc = FALSE;
+ rc = false;
return rc;
}
-// Return TRUE if comments can be folded.
+// Return true if comments can be folded.
bool TQextScintillaLexerSQL::foldComments() const
{
return fold_comments;
@@ -409,7 +409,7 @@ void TQextScintillaLexerSQL::setCommentProp()
}
-// Return TRUE if folds are compact.
+// Return true if folds are compact.
bool TQextScintillaLexerSQL::foldCompact() const
{
return fold_compact;
@@ -432,7 +432,7 @@ void TQextScintillaLexerSQL::setCompactProp()
}
-// Return TRUE if backslash escapes are enabled.
+// Return true if backslash escapes are enabled.
bool TQextScintillaLexerSQL::backslashEscapes() const
{
return backslash_escapes;
diff --git a/tqt/tqextscintillalexersql.h b/tqt/tqextscintillalexersql.h
index 190eb62..fb2e881 100644
--- a/tqt/tqextscintillalexersql.h
+++ b/tqt/tqextscintillalexersql.h
@@ -161,36 +161,36 @@ public:
//! propertyChanged() signal as required.
void refreshProperties();
- //! Returns TRUE if multi-line comment blocks can be folded.
+ //! Returns true if multi-line comment blocks can be folded.
//!
//! \sa setFoldComments()
bool foldComments() const;
- //! Returns TRUE if trailing blank lines are included in a fold block.
+ //! Returns true if trailing blank lines are included in a fold block.
//!
//! \sa setFoldCompact()
bool foldCompact() const;
- //! Returns TRUE if backslash escapes are enabled.
+ //! Returns true if backslash escapes are enabled.
//!
//! \sa setBackslashEscapes()
bool backslashEscapes() const;
public slots:
- //! If \a fold is TRUE then multi-line comment blocks can be folded.
- //! The default is FALSE.
+ //! If \a fold is true then multi-line comment blocks can be folded.
+ //! The default is false.
//!
//! \sa foldComments()
virtual void setFoldComments(bool fold);
- //! If \a fold is TRUE then trailing blank lines are included in a fold
- //! block. The default is TRUE.
+ //! If \a fold is true then trailing blank lines are included in a fold
+ //! block. The default is true.
//!
//! \sa foldCompact()
virtual void setFoldCompact(bool fold);
- //! If \a enable is TRUE then backslash escapes are enabled. The
- //! default is FALSE.
+ //! If \a enable is true then backslash escapes are enabled. The
+ //! default is false.
//!
//! \sa backslashEscapes()
virtual void setBackslashEscapes(bool enable);
@@ -198,13 +198,13 @@ public slots:
protected:
//! The lexer's properties are read from the settings \a qs. \a 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.
+ //! each setting. true is returned if there is no error.
//!
bool readProperties(TQSettings &qs,const TQString &prefix);
//! The lexer's properties are written to the settings \a qs.
//! \a 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 key of each setting. true is returned if there is no error.
//!
bool writeProperties(TQSettings &qs,const TQString &prefix) const;
diff --git a/tqt/tqextscintillamacro.cpp b/tqt/tqextscintillamacro.cpp
index 25ea696..523b3e1 100644
--- a/tqt/tqextscintillamacro.cpp
+++ b/tqt/tqextscintillamacro.cpp
@@ -67,7 +67,7 @@ void TQextScintillaMacro::clear()
// Read a macro from a string.
bool TQextScintillaMacro::load(const TQCString &asc)
{
- bool rc = TRUE;
+ bool rc = true;
macro.clear();
@@ -109,7 +109,7 @@ bool TQextScintillaMacro::load(const TQCString &asc)
if (!sp)
{
- rc = FALSE;
+ rc = false;
break;
}
@@ -121,7 +121,7 @@ bool TQextScintillaMacro::load(const TQCString &asc)
if (ch == '"' || ch <= ' ' || ch >= 0x7f)
{
- rc = FALSE;
+ rc = false;
break;
}
@@ -132,7 +132,7 @@ bool TQextScintillaMacro::load(const TQCString &asc)
if ((b1 = fromHex(*sp++)) < 0 ||
(b2 = fromHex(*sp++)) < 0)
{
- rc = FALSE;
+ rc = false;
break;
}
diff --git a/tqt/tqextscintillamacro.h b/tqt/tqextscintillamacro.h
index 11f07ce..67a3885 100644
--- a/tqt/tqextscintillamacro.h
+++ b/tqt/tqextscintillamacro.h
@@ -63,7 +63,7 @@ public:
void clear();
//! Load the macro from the printable ASCII representation \a asc.
- //! Returns TRUE if there was no error.
+ //! Returns true if there was no error.
//!
//! \sa save()
bool load(const TQCString &asc);
diff --git a/tqt/tqextscintillaprinter.cpp b/tqt/tqextscintillaprinter.cpp
index a7dd282..969d802 100644
--- a/tqt/tqextscintillaprinter.cpp
+++ b/tqt/tqextscintillaprinter.cpp
@@ -57,7 +57,7 @@ int TQextScintillaPrinter::printRange(TQextScintillaBase *tqsb,int from,int to)
{
// Sanity check.
if (!tqsb)
- return FALSE;
+ return false;
// Setup the printing area.
TQPaintDeviceMetrics metrics(this);
@@ -90,11 +90,11 @@ int TQextScintillaPrinter::printRange(TQextScintillaBase *tqsb,int from,int to)
}
if (startPos >= endPos)
- return FALSE;
+ return false;
TQPainter painter(this);
bool reverse = (pageOrder() == LastPageFirst);
- bool needNewPage = FALSE;
+ bool needNewPage = false;
tqsb -> SendScintilla(TQextScintillaBase::SCI_SETPRINTMAGNIFICATION,mag);
tqsb -> SendScintilla(TQextScintillaBase::SCI_SETPRINTWRAPMODE,wrap);
@@ -116,7 +116,7 @@ int TQextScintillaPrinter::printRange(TQextScintillaBase *tqsb,int from,int to)
// See if we are going to render this page, or just see
// how much would fit onto it.
- bool render = FALSE;
+ bool render = false;
if (pgFrom == 0 || pgFrom <= currPage)
{
@@ -124,15 +124,15 @@ int TQextScintillaPrinter::printRange(TQextScintillaBase *tqsb,int from,int to)
pageStarts.push(pos);
else
{
- render = TRUE;
+ render = true;
if (needNewPage)
{
if (!newPage())
- return FALSE;
+ return false;
}
else
- needNewPage = TRUE;
+ needNewPage = true;
}
}
@@ -159,19 +159,19 @@ int TQextScintillaPrinter::printRange(TQextScintillaBase *tqsb,int from,int to)
if (needNewPage)
{
if (!newPage())
- return FALSE;
+ return false;
}
else
- needNewPage = TRUE;
+ needNewPage = true;
TQRect area = def_area;
- formatPage(painter,TRUE,area,currPage);
- tqsb -> SendScintilla(TQextScintillaBase::SCI_FORMATRANGE,TRUE,&painter,area,pos,ePos);
+ formatPage(painter,true,area,currPage);
+ tqsb -> SendScintilla(TQextScintillaBase::SCI_FORMATRANGE,true,&painter,area,pos,ePos);
}
}
- return TRUE;
+ return true;
}
diff --git a/tqt/tqextscintillaprinter.h b/tqt/tqextscintillaprinter.h
index 7a0f3c9..f625df0 100644
--- a/tqt/tqextscintillaprinter.h
+++ b/tqt/tqextscintillaprinter.h
@@ -51,10 +51,10 @@ public:
//! Format a page, by adding headers and footers for example, before
//! the document text is drawn on it. \a painter is the painter to be
- //! used to add customised text and graphics. \a drawing is TRUE if
+ //! used to add customised text and graphics. \a drawing is true if
//! the page is actually being drawn rather than being sized.
//! \a painter drawing methods must only be called when \a drawing is
- //! TRUE. \a area is the area of the page that will be used to draw
+ //! true. \a area is the area of the page that will be used to draw
//! the text. This should be modified if it is necessary to reserve
//! space for any customised text or graphics. By default the area is
//! relative to the printable area of the page. Use
@@ -78,7 +78,7 @@ public:
//! Print a range of lines from the Scintilla instance \a tqsb. \a from
//! is the first line to print and a negative value signifies the first
//! line of text. \a to is the last line to print and a negative value
- //! signifies the last line of text. TRUE is returned if there was no
+ //! signifies the last line of text. true is returned if there was no
//! error.
virtual int printRange(TQextScintillaBase *tqsb,int from = -1,
int to = -1);