From 3f2dc73d5a565121db00f4a0f050a48910b51623 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 4 Apr 2025 13:24:41 +0900 Subject: Replace TRUE/FALSE with boolean values true/false Signed-off-by: Michele Calgaro --- doc/en/classTQextScintilla-members.html | 6 +- doc/en/classTQextScintilla.html | 96 +++++++++++----------- doc/en/classTQextScintillaAPIs.html | 2 +- doc/en/classTQextScintillaBase.html | 2 +- doc/en/classTQextScintillaCommand.html | 2 +- doc/en/classTQextScintillaCommandSet.html | 4 +- doc/en/classTQextScintillaLexer.html | 10 +-- doc/en/classTQextScintillaLexerBash.html | 12 +-- doc/en/classTQextScintillaLexerCPP-members.html | 2 +- doc/en/classTQextScintillaLexerCPP.html | 32 ++++---- doc/en/classTQextScintillaLexerCSS.html | 12 +-- doc/en/classTQextScintillaLexerCSharp-members.html | 2 +- doc/en/classTQextScintillaLexerHTML.html | 16 ++-- doc/en/classTQextScintillaLexerIDL-members.html | 2 +- doc/en/classTQextScintillaLexerJava-members.html | 2 +- ...classTQextScintillaLexerJavaScript-members.html | 2 +- doc/en/classTQextScintillaLexerLua.html | 8 +- doc/en/classTQextScintillaLexerPOV.html | 16 ++-- doc/en/classTQextScintillaLexerPerl.html | 12 +-- doc/en/classTQextScintillaLexerProperties.html | 8 +- doc/en/classTQextScintillaLexerPython.html | 12 +-- doc/en/classTQextScintillaLexerSQL.html | 16 ++-- doc/en/classTQextScintillaMacro.html | 2 +- doc/en/classTQextScintillaPrinter.html | 4 +- doc/other/Lexer.txt | 4 +- doc/other/ScintillaDoc.html | 8 +- 26 files changed, 147 insertions(+), 147 deletions(-) (limited to 'doc') 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 @@ eolVisibility()TQextScintilla EolWindows enum valueTQextScintilla eventFilter(TQObject *o, TQEvent *e)TQextScintillaBase [protected] - findFirst(const TQString &expr, bool re, bool cs, bool wo, bool wrap, bool forward=TRUE, int line=-1, int index=-1, bool show=TRUE)TQextScintilla [virtual] + findFirst(const TQString &expr, bool re, bool cs, bool wo, bool wrap, bool forward=true, int line=-1, int index=-1, bool show=true)TQextScintilla [virtual] findNext()TQextScintilla [virtual] firstVisibleLine()TQextScintilla focusInEvent(TQFocusEvent *)TQextScintillaBase [protected, virtual] focusNextPrevChild(bool)TQextScintillaBase [protected, virtual] focusOutEvent(TQFocusEvent *)TQextScintillaBase [protected, virtual] - foldAll(bool children=FALSE)TQextScintilla [virtual, slot] + foldAll(bool children=false)TQextScintilla [virtual, slot] folding() const TQextScintilla [inline] foldLine(int line)TQextScintilla [virtual, slot] FoldStyle enum nameTQextScintilla @@ -874,7 +874,7 @@ SCWS_INVISIBLE enum value (defined in TQextScintillaBase)TQextScintillaBase SCWS_VISIBLEAFTERINDENT enum value (defined in TQextScintillaBase)TQextScintillaBase SCWS_VISIBLEALWAYS enum value (defined in TQextScintillaBase)TQextScintillaBase - selectAll(bool select=TRUE)TQextScintilla [virtual, slot] + selectAll(bool select=true)TQextScintilla [virtual, slot] selectedText()TQextScintilla selectionChanged()TQextScintilla [signal] selectToMatchingBrace()TQextScintilla [virtual, slot] 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 TQextScintillaBasevirtual void cut ()
  • virtual void ensureCursorVisible ()
  • virtual void ensureLineVisible (int line) -
  • virtual void foldAll (bool children=FALSE) +
  • virtual void foldAll (bool children=false)
  • virtual void foldLine (int line)
  • virtual void indent (int line)
  • virtual void insert (const TQString &text) @@ -183,7 +183,7 @@ Inherits TQextScintillaBasevirtual void removeSelectedText ()
  • virtual void resetSelectionBackgroundColor ()
  • virtual void resetSelectionForegroundColor () -
  • virtual void selectAll (bool select=TRUE) +
  • virtual void selectAll (bool select=true)
  • virtual void selectToMatchingBrace ()
  • virtual void setAutoCompletionCaseSensitivity (bool cs)
  • virtual void setAutoCompletionReplaceWord (bool replace) @@ -274,7 +274,7 @@ Inherits TQextScintillaBaseEdgeMode edgeMode ()
  • EolMode eolMode ()
  • bool eolVisibility () -
  • 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) +
  • 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)
  • virtual bool findNext ()
  • int firstVisibleLine ()
  • FoldStyle folding () const @@ -751,7 +751,7 @@ Destroys the TQextScintilla in

    -Returns TRUE if auto-completion lists are case sensitive.

    +Returns true if auto-completion lists are case sensitive.

    See also:
    setAutoCompletionCaseSensitivity()
    @@ -793,7 +793,7 @@ Returns true if auto-completion fill-up characters are enabled.

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

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

    See also:
    setAutoCompletionReplaceWord()
    @@ -814,7 +814,7 @@ Returns TRUE if the rest of the word to the right of the current cursor is remov

    -Returns TRUE if the only item in an auto-completion list with a single entry is automatically used and the list not displayed.

    +Returns true if the only item in an auto-completion list with a single entry is automatically used and the list not displayed.

    See also:
    setAutoCompletionShowSingle()
    @@ -877,7 +877,7 @@ Returns the current threshold for the automatic display of the auto-completion l

    -Returns TRUE if auto-indentation is enabled.

    +Returns true if auto-indentation is enabled.

    See also:
    setAutoIndent()
    @@ -898,7 +898,7 @@ Returns TRUE if auto-indentation is enabled.

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

    See also:
    setBackspaceUnindents(), tabIndents(), setTabIndents()
    @@ -1199,7 +1199,7 @@ Returns the visibility of end-of-lines.

    - +

    @@ -1237,7 +1237,7 @@ Returns the visibility of end-of-lines.

    - + @@ -1255,7 +1255,7 @@ Returns the visibility of end-of-lines.

    - + @@ -1267,14 +1267,14 @@ Returns the visibility of end-of-lines.

    -Find the next occurrence of the string expr and return TRUE if expr was found, otherwise returns FALSE. If expr is found it becomes the current selection.

    -If re is TRUE then expr is interpreted as a regular expression rather than a simple string.

    -If cs is TRUE then the search is case sensitive.

    -If wo is TRUE then the search looks for whole word matches only, otherwise it searches for any matching text.

    -If wrap is TRUE then the search wraps around the end of the text.

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

    +Find the next occurrence of the string expr and return true if expr was found, otherwise returns false. If expr is found it becomes the current selection.

    +If re is true then expr is interpreted as a regular expression rather than a simple string.

    +If cs is true then the search is case sensitive.

    +If wo is true then the search looks for whole word matches only, otherwise it searches for any matching text.

    +If wrap is true then the search wraps around the end of the text.

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

    If either line or index are negative (the default) then the search begins from the current cursor position. Otherwise the search begins at position index of line line.

    -If show is TRUE (the default) then any text found is made visible (ie. it is unfolded).

    +If show is true (the default) then any text found is made visible (ie. it is unfolded).

    See also:
    findNext(), replace()
    @@ -1432,7 +1432,7 @@ If there is a selection, *lineFrom is set to the line number in which t

    -Returns TRUE if some text is selected.

    +Returns true if some text is selected.

    See also:
    selectedText()
    @@ -1475,7 +1475,7 @@ Returns the number of characters that line line is indented by.

    -Returns TRUE if the display of indentation guides is enabled.

    +Returns true if the display of indentation guides is enabled.

    See also:
    setIndentationGuides()
    @@ -1496,7 +1496,7 @@ Returns TRUE if the display of indentation guides is enabled.

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

    See also:
    setIndentationsUseTabs()
    @@ -1538,7 +1538,7 @@ Returns the indentation width in characters. The default is 0 which means that t

    -Returns TRUE if a call tip is currently active. +Returns true if a call tip is currently active.

    @@ -1559,7 +1559,7 @@ Returns TRUE if a call tip is currently active.

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

    @@ -1578,7 +1578,7 @@ Returns TRUE if an auto-completion or user defined list is currently active.

    -Returns TRUE if the text has been modified.

    +Returns true if the text has been modified.

    See also:
    setModified(), modificationChanged()
    @@ -1599,7 +1599,7 @@ Returns TRUE if the text has been modified.

    -Returns TRUE if the text edit is read-only.

    +Returns true if the text edit is read-only.

    See also:
    setReadOnly()
    @@ -1620,7 +1620,7 @@ Returns TRUE if the text edit is read-only.

    -Returns TRUE if there is something that can be redone.

    +Returns true if there is something that can be redone.

    See also:
    redo()
    @@ -1641,7 +1641,7 @@ Returns TRUE if there is something that can be redone.

    -Returns TRUE if there is something that can be undone.

    +Returns true if there is something that can be undone.

    See also:
    undo()
    @@ -1662,7 +1662,7 @@ Returns TRUE if there is something that can be undone.

    -Returns TRUE if text is interpreted as being UTF8 encoded. The default is to interpret the text as Latin1 encoded.

    +Returns true if text is interpreted as being UTF8 encoded. The default is to interpret the text as Latin1 encoded.

    See also:
    setUtf8()
    @@ -1789,7 +1789,7 @@ Returns the current language lexer used to style text. If it is 0 then syntax st

    -Returns TRUE if line numbers are enabled for margin margin.

    +Returns true if line numbers are enabled for margin margin.

    See also:
    setMarginLineNumbers(), TQextScintillaBase::SCI_GETMARGINTYPEN
    @@ -1833,7 +1833,7 @@ Returns the marker mask of margin margin.

    -Returns TRUE if margin margin is sensitive to mouse clicks.

    +Returns true if margin margin is sensitive to mouse clicks.

    See also:
    setMarginSensitivity(), marginClicked(), TQextScintillaBase::SCI_GETMARGINTYPEN
    @@ -2890,7 +2890,7 @@ The standard command set is returned.

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

    See also:
    setTabIndents(), backspaceUnindents(), setBackspaceUnindents()
    @@ -3231,7 +3231,7 @@ Ensures that the line number line is visible.

    - +

    bool  forward = TRUE, forward = true,
    bool  show = TRUE  show = true 
    @@ -3239,7 +3239,7 @@ Ensures that the line number line is visible. - + @@ -3474,7 +3474,7 @@ Resets the foreground colour of selected text to the default.

    - +

    virtual void TQextScintilla::foldAll ( bool  children = FALSE children = false  )  [virtual, slot]
    @@ -3482,7 +3482,7 @@ Resets the foreground colour of selected text to the default.

    - + @@ -3491,7 +3491,7 @@ Resets the foreground colour of selected text to the default.

    -If select is TRUE (the default) then all the text is selected. If select is FALSE then any currently selected text is deselected. +If select is true (the default) then all the text is selected. If select is false then any currently selected text is deselected.

    @@ -3530,7 +3530,7 @@ If the cursor is either side of a brace character then move it to the position o

    -If cs is TRUE then auto-completion lists are case sensitive. The default is TRUE.

    +If cs is true then auto-completion lists are case sensitive. The default is true.

    See also:
    autoCompletionCaseSensitivity()
    @@ -3552,7 +3552,7 @@ If cs is TRUE then auto-completion lists are case sensitive. The defaul

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

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

    See also:
    autoCompletionReplaceWord()
    @@ -3574,7 +3574,7 @@ If replace is TRUE then when an item from an auto-completion list is se

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

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

    See also:
    autoCompletionShowSingle()
    @@ -3640,7 +3640,7 @@ Sets the threshold for the automatic display of the auto-completion list as the

    -If autoindent is TRUE then auto-indentation is enabled. The default is FALSE.

    +If autoindent is true then auto-indentation is enabled. The default is false.

    See also:
    autoIndent()
    @@ -3684,7 +3684,7 @@ Sets the brace matching mode to bm. The default is NoBraceMatching.

    -If deindent is TRUE then the backspace key will unindent a line rather then delete a character.

    +If deindent is true then the backspace key will unindent a line rather then delete a character.

    See also:
    backspaceUnindents(), tabIndents(), setTabIndents()
    @@ -3866,7 +3866,7 @@ Sets the end-of-line mode to mode. The default is the platform's natura

    -If visible is TRUE then end-of-lines are made visible. The default is that they are invisible.

    +If visible is true then end-of-lines are made visible. The default is that they are invisible.

    See also:
    eolVisibility()
    @@ -4007,7 +4007,7 @@ Set the foreground colour of indentation guides to col.

    -If tabs is TRUE then indentations are created using tabs and spaces, rather than just spaces.

    +If tabs is true then indentations are created using tabs and spaces, rather than just spaces.

    See also:
    indentationsUseTabs()
    @@ -4294,7 +4294,7 @@ Sets the width of margin margin so that it is wide enough to display

    -Sets the modified state of the text edit to m. Note that it is only possible to clear the modified state (where m is FALSE). Attempts to set the modified state (where m is TRUE) are ignored.

    +Sets the modified state of the text edit to m. Note that it is only possible to clear the modified state (where m is false). Attempts to set the modified state (where m is true) are ignored.

    See also:
    isModified(), modificationChanged()
    @@ -4446,7 +4446,7 @@ Sets the foreground colour of selected text to col.

    -If indent is TRUE then the tab key will indent a line rather then insert a tab character.

    +If indent is true then the tab key will indent a line rather then insert a tab character.

    See also:
    tabIndents(), backspaceUnindents(), setBackspaceUnindents()
    @@ -4512,7 +4512,7 @@ Replaces all of the current text with text. Note that the undo/redo his

    -Sets the current text encoding. If cp is TRUE then UTF8 is used, otherwise Latin1 is used.

    +Sets the current text encoding. If cp is true then UTF8 is used, otherwise Latin1 is used.

    See also:
    isUtf8()
    @@ -4755,7 +4755,7 @@ This signal is emitted whenever the cursor position changes. line conta

    -This signal is emitted whenever text is selected or de-selected. yes is TRUE if text has been selected and FALSE if text has been deselected. If yes is TRUE then copy() can be used to copy the selection to the clipboard. If yes is FALSE then copy() does nothing.

    +This signal is emitted whenever text is selected or de-selected. yes is true if text has been selected and false if text has been deselected. If yes is true then copy() can be used to copy the selection to the clipboard. If yes is false then copy() does nothing.

    See also:
    copy(), selectionChanged()
    @@ -4835,7 +4835,7 @@ This signal is emitted whenever the user attempts to modify read-only text.

    -This signal is emitted whenever the modification state of the text changes. m is TRUE if the text has been modified.

    +This signal is emitted whenever the modification state of the text changes. m is true if the text has been modified.

    See also:
    isModified(), setModified()
    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 entry to the current set.

    -Load the API information from the file named fname, adding it to the current set. Returns TRUE if successful, otherwise FALSE. +Load the API information from the file named fname, adding it to the current set. Returns true if successful, otherwise false.

    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.

    -This signal is emitted when text is selected or de-selected. yes 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. yes is true if text has been selected and false if text has been deselected.

    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.

    -If the key key is valid then TRUE is returned. +If the key key is valid then true is returned.

    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

    -The key bindings for each command in the set are read from the settings qs. prefix is prepended to the key of each entry. TRUE is returned if there was no error.

    +The key bindings for each command in the set are read from the settings qs. prefix is prepended to the key of each entry. true is returned if there was no error.

    See also:
    writeSettings()
    @@ -93,7 +93,7 @@ The key bindings for each command in the set are read from the settings qs

    -The key bindings for each command in the set are written to the settings qs. prefix is prepended to the key of each entry. TRUE is returned if there was no error.

    +The key bindings for each command in the set are written to the settings qs. prefix is prepended to the key of each entry. true is returned if there was no error.

    See also:
    readSettings()
    diff --git a/doc/en/classTQextScintillaLexer.html b/doc/en/classTQextScintillaLexer.html index cb03290..760484c 100644 --- a/doc/en/classTQextScintillaLexer.html +++ b/doc/en/classTQextScintillaLexer.html @@ -249,7 +249,7 @@ Reimplemented in

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

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

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

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

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

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

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

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

    -The lexer's properties are read from the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. TRUE is returned if there is no error. +The lexer's properties are read from the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. true is returned if there is no error.

    Reimplemented in TQextScintillaLexerBash, TQextScintillaLexerCPP, TQextScintillaLexerCSS, TQextScintillaLexerHTML, TQextScintillaLexerLua, TQextScintillaLexerPerl, TQextScintillaLexerPOV, TQextScintillaLexerProperties, TQextScintillaLexerPython, and TQextScintillaLexerSQL.

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

    -The lexer's properties are written to the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. TRUE is returned if there is no error. +The lexer's properties are written to the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. true is returned if there is no error.

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

    -Returns TRUE if multi-line comment blocks can be folded.

    +Returns true if multi-line comment blocks can be folded.

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

    -Returns TRUE if trailing blank lines are included in a fold block.

    +Returns true if trailing blank lines are included in a fold block.

    See also:
    setFoldCompact()
    @@ -464,7 +464,7 @@ Returns TRUE if trailing blank lines are included in a fold block.

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

    +If fold is true then multi-line comment blocks can be folded. The default is false.

    See also:
    foldComments()
    @@ -486,7 +486,7 @@ If fold is TRUE then multi-line comment blocks can be folded. The defau

    -If fold is TRUE then trailing blank lines are included in a fold block. The default is TRUE.

    +If fold is true then trailing blank lines are included in a fold block. The default is true.

    See also:
    foldCompact()
    @@ -517,7 +517,7 @@ If fold is TRUE then trailing blank lines are included in a fold block.

    -The lexer's properties are read from the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. TRUE is returned if there is no error. +The lexer's properties are read from the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. true is returned if there is no error.

    Reimplemented from TQextScintillaLexer.

    @@ -548,7 +548,7 @@ Reimplemented from

    -The lexer's properties are written to the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. TRUE is returned if there is no error. +The lexer's properties are written to the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. true is returned if there is no error.

    Reimplemented from TQextScintillaLexer. 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 @@

    - + 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 TQextScint

    Public Member Functions

      -
    • TQextScintillaLexerCPP (TQObject *parent=0, const char *name=0, bool caseInsensitiveKeywords=FALSE) +
    • TQextScintillaLexerCPP (TQObject *parent=0, const char *name=0, bool caseInsensitiveKeywords=false)
    • virtual ~TQextScintillaLexerCPP ()
    • const char * language () const
    • const char * lexer () const @@ -189,7 +189,7 @@ A global class or typedef defined in keyword set number 4. The class must be sub


      Constructor & Destructor Documentation

      - +
    virtual void TQextScintilla::selectAll ( bool  select = TRUE select = true  )  [virtual, slot]
    PreProcessor enum valueTQextScintillaLexerCPP
    propertyChanged(const char *prop, const char *val)TQextScintillaLexer [signal]
    TQextScintillaLexer(TQObject *parent=0, const char *name=0)TQextScintillaLexer
    TQextScintillaLexerCPP(TQObject *parent=0, const char *name=0, bool caseInsensitiveKeywords=FALSE)TQextScintillaLexerCPP
    TQextScintillaLexerCPP(TQObject *parent=0, const char *name=0, bool caseInsensitiveKeywords=false)TQextScintillaLexerCPP
    readProperties(TQSettings &qs, const TQString &prefix)TQextScintillaLexerCPP [protected, virtual]
    readSettings(TQSettings &qs, const char *prefix="/Scintilla")TQextScintillaLexer
    refreshProperties()TQextScintillaLexerCPP [virtual]
    @@ -209,7 +209,7 @@ A global class or typedef defined in keyword set number 4. The class must be sub - + @@ -221,7 +221,7 @@ A global class or typedef defined in keyword set number 4. The class must be sub

    -Construct a TQextScintillaLexerCPP with parent parent and name name. parent is typically the TQextScintilla instance. caseInsensitiveKeywords is TRUE if the lexer ignores the case of keywords. +Construct a TQextScintillaLexerCPP with parent parent and name name. parent is typically the TQextScintilla instance. caseInsensitiveKeywords is true if the lexer ignores the case of keywords.

    @@ -481,7 +481,7 @@ Reimplemented from

    -Returns TRUE if "} else {" lines can be folded.

    +Returns true if "} else {" lines can be folded.

    See also:
    setFoldAtElse()
    @@ -502,7 +502,7 @@ Returns TRUE if "} else {" lines can be folded.

    -Returns TRUE if multi-line comment blocks can be folded.

    +Returns true if multi-line comment blocks can be folded.

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

    -Returns TRUE if trailing blank lines are included in a fold block.

    +Returns true if trailing blank lines are included in a fold block.

    See also:
    setFoldCompact()
    @@ -544,7 +544,7 @@ Returns TRUE if trailing blank lines are included in a fold block.

    -Returns TRUE if preprocessor blocks can be folded.

    +Returns true if preprocessor blocks can be folded.

    See also:
    setFoldPreprocessor()
    @@ -565,7 +565,7 @@ Returns TRUE if preprocessor blocks can be folded.

    -Returns TRUE if preprocessor lines (after the preprocessor directive) are styled.

    +Returns true if preprocessor lines (after the preprocessor directive) are styled.

    See also:
    setStylePreprocessor()
    @@ -587,7 +587,7 @@ Returns TRUE if preprocessor lines (after the preprocessor directive) are styled

    -If fold is TRUE then "} else {" lines can be folded. The default is FALSE.

    +If fold is true then "} else {" lines can be folded. The default is false.

    See also:
    foldAtElse()
    @@ -609,7 +609,7 @@ If fold is TRUE then "} else {" lines can be folded. The default is FAL

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

    +If fold is true then multi-line comment blocks can be folded. The default is false.

    See also:
    foldComments()
    @@ -631,7 +631,7 @@ If fold is TRUE then multi-line comment blocks can be folded. The defau

    -If fold is TRUE then trailing blank lines are included in a fold block. The default is TRUE.

    +If fold is true then trailing blank lines are included in a fold block. The default is true.

    See also:
    foldCompact()
    @@ -653,7 +653,7 @@ If fold is TRUE then trailing blank lines are included in a fold block.

    -If fold is TRUE then preprocessor blocks can be folded. The default is TRUE.

    +If fold is true then preprocessor blocks can be folded. The default is true.

    See also:
    foldPreprocessor()
    @@ -675,7 +675,7 @@ If fold is TRUE then preprocessor blocks can be folded. The default is

    -If style is TRUE then preprocessor lines (after the preprocessor directive) are styled. The default is FALSE.

    +If style is true then preprocessor lines (after the preprocessor directive) are styled. The default is false.

    See also:
    stylePreprocessor()
    @@ -706,7 +706,7 @@ If style is TRUE then preprocessor lines (after the preprocessor direct

    -The lexer's properties are read from the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. TRUE is returned if there is no error.

    +The lexer's properties are read from the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. true is returned if there is no error.

    See also:
    writeProperties()

    @@ -739,7 +739,7 @@ Reimplemented from

    -The lexer's properties are written to the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. TRUE is returned if there is no error.

    +The lexer's properties are written to the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. true is returned if there is no error.

    See also:
    readProperties()

    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

    -Returns TRUE if multi-line comment blocks can be folded.

    +Returns true if multi-line comment blocks can be folded.

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

    -Returns TRUE if trailing blank lines are included in a fold block.

    +Returns true if trailing blank lines are included in a fold block.

    See also:
    setFoldCompact()
    @@ -424,7 +424,7 @@ Returns TRUE if trailing blank lines are included in a fold block.

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

    +If fold is true then multi-line comment blocks can be folded. The default is false.

    See also:
    foldComments()
    @@ -446,7 +446,7 @@ If fold is TRUE then multi-line comment blocks can be folded. The defau

    -If fold is TRUE then trailing blank lines are included in a fold block. The default is TRUE.

    +If fold is true then trailing blank lines are included in a fold block. The default is true.

    See also:
    foldCompact()
    @@ -477,7 +477,7 @@ If fold is TRUE then trailing blank lines are included in a fold block.

    -The lexer's properties are read from the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. TRUE is returned if there is no error. +The lexer's properties are read from the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. true is returned if there is no error.

    Reimplemented from TQextScintillaLexer.

    @@ -508,7 +508,7 @@ Reimplemented from

    -The lexer's properties are written to the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. TRUE is returned if there is no error. +The lexer's properties are written to the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. true is returned if there is no error.

    Reimplemented from TQextScintillaLexer. 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 @@

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

    -Returns TRUE if trailing blank lines are included in a fold block.

    +Returns true if trailing blank lines are included in a fold block.

    See also:
    setFoldCompact()
    @@ -853,7 +853,7 @@ Returns TRUE if trailing blank lines are included in a fold block.

    -Returns TRUE if preprocessor blocks can be folded.

    +Returns true if preprocessor blocks can be folded.

    See also:
    setFoldPreprocessor()
    @@ -874,7 +874,7 @@ Returns TRUE if preprocessor blocks can be folded.

    -Returns TRUE if tags are case sensitive.

    +Returns true if tags are case sensitive.

    See also:
    setCaseSensitiveTags()
    @@ -896,7 +896,7 @@ Returns TRUE if tags are case sensitive.

    -If fold is TRUE then trailing blank lines are included in a fold block. The default is TRUE.

    +If fold is true then trailing blank lines are included in a fold block. The default is true.

    See also:
    foldCompact()
    @@ -918,7 +918,7 @@ If fold is TRUE then trailing blank lines are included in a fold block.

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

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

    See also:
    foldPreprocessor()
    @@ -940,7 +940,7 @@ If fold is TRUE then preprocessor blocks can be folded. The default is

    -If sens is TRUE then tags are case sensitive. The default is FALSE.

    +If sens is true then tags are case sensitive. The default is false.

    See also:
    caseSensitiveTags()
    @@ -971,7 +971,7 @@ If sens is TRUE then tags are case sensitive. The default is FALSE.

    -The lexer's properties are read from the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. TRUE is returned if there is no error. +The lexer's properties are read from the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. true is returned if there is no error.

    Reimplemented from TQextScintillaLexer.

    @@ -1002,7 +1002,7 @@ Reimplemented from

    -The lexer's properties are written to the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. TRUE is returned if there is no error. +The lexer's properties are written to the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. true is returned if there is no error.

    Reimplemented from TQextScintillaLexer. 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 @@

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

    -Returns TRUE if trailing blank lines are included in a fold block.

    +Returns true if trailing blank lines are included in a fold block.

    See also:
    setFoldCompact()
    @@ -440,7 +440,7 @@ Returns TRUE if trailing blank lines are included in a fold block.

    -If fold is TRUE then trailing blank lines are included in a fold block. The default is TRUE.

    +If fold is true then trailing blank lines are included in a fold block. The default is true.

    See also:
    foldCompact()
    @@ -471,7 +471,7 @@ If fold is TRUE then trailing blank lines are included in a fold block.

    -The lexer's properties are read from the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. TRUE is returned if there is no error. +The lexer's properties are read from the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. true is returned if there is no error.

    Reimplemented from TQextScintillaLexer.

    @@ -502,7 +502,7 @@ Reimplemented from

    -The lexer's properties are written to the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. TRUE is returned if there is no error. +The lexer's properties are written to the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. true is returned if there is no error.

    Reimplemented from TQextScintillaLexer. 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

    -Returns TRUE if multi-line comment blocks can be folded.

    +Returns true if multi-line comment blocks can be folded.

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

    -Returns TRUE if trailing blank lines are included in a fold block.

    +Returns true if trailing blank lines are included in a fold block.

    See also:
    setFoldCompact()
    @@ -473,7 +473,7 @@ Returns TRUE if trailing blank lines are included in a fold block.

    -Returns TRUE if directives can be folded.

    +Returns true if directives can be folded.

    See also:
    setFoldDirectives()
    @@ -495,7 +495,7 @@ Returns TRUE if directives can be folded.

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

    +If fold is true then multi-line comment blocks can be folded. The default is false.

    See also:
    foldComments()
    @@ -517,7 +517,7 @@ If fold is TRUE then multi-line comment blocks can be folded. The defau

    -If fold is TRUE then trailing blank lines are included in a fold block. The default is TRUE.

    +If fold is true then trailing blank lines are included in a fold block. The default is true.

    See also:
    foldCompact()
    @@ -539,7 +539,7 @@ If fold is TRUE then trailing blank lines are included in a fold block.

    -If fold is TRUE then directives can be folded. The default is FALSE.

    +If fold is true then directives can be folded. The default is false.

    See also:
    foldDirectives()
    @@ -570,7 +570,7 @@ If fold is TRUE then directives can be folded. The default is FALSE.

    -The lexer's properties are read from the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. TRUE is returned if there is no error. +The lexer's properties are read from the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. true is returned if there is no error.

    Reimplemented from TQextScintillaLexer.

    @@ -601,7 +601,7 @@ Reimplemented from

    -The lexer's properties are written to the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. TRUE is returned if there is no error. +The lexer's properties are written to the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. true is returned if there is no error.

    Reimplemented from TQextScintillaLexer. 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

    -Returns TRUE if multi-line comment blocks can be folded.

    +Returns true if multi-line comment blocks can be folded.

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

    -Returns TRUE if trailing blank lines are included in a fold block.

    +Returns true if trailing blank lines are included in a fold block.

    See also:
    setFoldCompact()
    @@ -525,7 +525,7 @@ Returns TRUE if trailing blank lines are included in a fold block.

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

    +If fold is true then multi-line comment blocks can be folded. The default is false.

    See also:
    foldComments()
    @@ -547,7 +547,7 @@ If fold is TRUE then multi-line comment blocks can be folded. The defau

    -If fold is TRUE then trailing blank lines are included in a fold block. The default is TRUE.

    +If fold is true then trailing blank lines are included in a fold block. The default is true.

    See also:
    foldCompact()
    @@ -578,7 +578,7 @@ If fold is TRUE then trailing blank lines are included in a fold block.

    -The lexer's properties are read from the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. TRUE is returned if there is no error. +The lexer's properties are read from the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. true is returned if there is no error.

    Reimplemented from TQextScintillaLexer.

    @@ -609,7 +609,7 @@ Reimplemented from

    -The lexer's properties are written to the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. TRUE is returned if there is no error. +The lexer's properties are written to the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. true is returned if there is no error.

    Reimplemented from TQextScintillaLexer. 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

    -Returns TRUE if trailing blank lines are included in a fold block.

    +Returns true if trailing blank lines are included in a fold block.

    See also:
    setFoldCompact()
    @@ -372,7 +372,7 @@ Returns TRUE if trailing blank lines are included in a fold block.

    -If fold is TRUE then trailing blank lines are included in a fold block. The default is TRUE.

    +If fold is true then trailing blank lines are included in a fold block. The default is true.

    See also:
    foldCompact()
    @@ -403,7 +403,7 @@ If fold is TRUE then trailing blank lines are included in a fold block.

    -The lexer's properties are read from the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. TRUE is returned if there is no error.

    +The lexer's properties are read from the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. true is returned if there is no error.

    See also:
    writeProperties()

    @@ -436,7 +436,7 @@ Reimplemented from

    -The lexer's properties are written to the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. TRUE is returned if there is no error.

    +The lexer's properties are written to the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. true is returned if there is no error.

    See also:
    readProperties()

    diff --git a/doc/en/classTQextScintillaLexerPython.html b/doc/en/classTQextScintillaLexerPython.html index f4c8d59..858e2c4 100644 --- a/doc/en/classTQextScintillaLexerPython.html +++ b/doc/en/classTQextScintillaLexerPython.html @@ -479,7 +479,7 @@ Reimplemented from

    -Returns TRUE if indented comment blocks can be folded.

    +Returns true if indented comment blocks can be folded.

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

    -Returns TRUE if triple quoted strings can be folded.

    +Returns true if triple quoted strings can be folded.

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

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

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

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

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

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

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

    -The lexer's properties are read from the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. TRUE is returned if there is no error. +The lexer's properties are read from the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. true is returned if there is no error.

    Reimplemented from TQextScintillaLexer.

    @@ -649,7 +649,7 @@ Reimplemented from

    -The lexer's properties are written to the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. TRUE is returned if there is no error. +The lexer's properties are written to the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. true is returned if there is no error.

    Reimplemented from TQextScintillaLexer. diff --git a/doc/en/classTQextScintillaLexerSQL.html b/doc/en/classTQextScintillaLexerSQL.html index 3e2d30a..19d7e3b 100644 --- a/doc/en/classTQextScintillaLexerSQL.html +++ b/doc/en/classTQextScintillaLexerSQL.html @@ -447,7 +447,7 @@ Reimplemented from

    -Returns TRUE if multi-line comment blocks can be folded.

    +Returns true if multi-line comment blocks can be folded.

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

    -Returns TRUE if trailing blank lines are included in a fold block.

    +Returns true if trailing blank lines are included in a fold block.

    See also:
    setFoldCompact()
    @@ -489,7 +489,7 @@ Returns TRUE if trailing blank lines are included in a fold block.

    -Returns TRUE if backslash escapes are enabled.

    +Returns true if backslash escapes are enabled.

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

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

    +If fold is true then multi-line comment blocks can be folded. The default is false.

    See also:
    foldComments()
    @@ -533,7 +533,7 @@ If fold is TRUE then multi-line comment blocks can be folded. The defau

    -If fold is TRUE then trailing blank lines are included in a fold block. The default is TRUE.

    +If fold is true then trailing blank lines are included in a fold block. The default is true.

    See also:
    foldCompact()
    @@ -555,7 +555,7 @@ If fold is TRUE then trailing blank lines are included in a fold block.

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

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

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

    -The lexer's properties are read from the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. TRUE is returned if there is no error. +The lexer's properties are read from the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. true is returned if there is no error.

    Reimplemented from TQextScintillaLexer.

    @@ -617,7 +617,7 @@ Reimplemented from

    -The lexer's properties are written to the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. TRUE is returned if there is no error. +The lexer's properties are written to the settings qs. prefix (which has a trailing '/') should be used as a prefix to the key of each setting. true is returned if there is no error.

    Reimplemented from TQextScintillaLexer. 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.

    -Load the macro from the printable ASCII representation asc. Returns TRUE if there was no error.

    +Load the macro from the printable ASCII representation asc. Returns true if there was no error.

    See also:
    save()
    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 TQextScintilla

    -Format a page, by adding headers and footers for example, before the document text is drawn on it. painter is the painter to be used to add customised text and graphics. drawing is TRUE if the page is actually being drawn rather than being sized. painter drawing methods must only be called when drawing is TRUE. 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 TQPrinter::setFullPage() because calling printRange() if you want to try and print over the whole page. pagenr 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. painter is the painter to be used to add customised text and graphics. drawing is true if the page is actually being drawn rather than being sized. painter drawing methods must only be called when drawing is true. 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 TQPrinter::setFullPage() because calling printRange() if you want to try and print over the whole page. pagenr is the number of the page. The first page is numbered 1.

    @@ -199,7 +199,7 @@ Sets the number of points to add to each font when printing to magnification

    -Print a range of lines from the Scintilla instance tqsb. from is the first line to print and a negative value signifies the first line of text. to 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 tqsb. from is the first line to print and a negative value signifies the first line of text. to is the last line to print and a negative value signifies the last line of text. true is returned if there was no error.

    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 { SCI_GETOVERTYPE
    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. - SCI_GETOVERTYPE returns TRUE (1) if overtyping is active, otherwise - FALSE (0) will be returned. Use SCI_SETOVERTYPE to set the overtype + SCI_GETOVERTYPE returns true (1) if overtyping is active, otherwise + false (0) will be returned. Use SCI_SETOVERTYPE to set the overtype mode.

    Cut, copy and paste

    @@ -829,7 +829,7 @@ struct TextToFind { SCI_GETSELECTIONSTART()-SCI_GETSELECTIONEND(), which will be non-zero if you can copy or cut to the clipboard.

    -

    GTK+ does not really support SCI_CANPASTE and always returns TRUE +

    GTK+ does not really support SCI_CANPASTE and always returns true unless the document is read-only.

    On X, the clipboard is asynchronous and may require several messages between @@ -2373,7 +2373,7 @@ struct TextToFind { for WM_PALETTECHANGED, WM_QUERYNEWPALETTE and SCI_SETUSEPALETTE. The Windows messages to forward are:
    WM_SYSCOLORCHANGE, WM_PALETTECHANGED, - WM_QUERYNEWPALETTE (should return TRUE).

    + WM_QUERYNEWPALETTE (should return true).

    To forward a message (WM_XXXX, WPARAM, LPARAM) to Scintilla, you can use SendMessage(hScintilla, WM_XXXX, WPARAM, LPARAM) where hScintilla is -- cgit v1.2.3

    bool  caseInsensitiveKeywords = FALSE  caseInsensitiveKeywords = false 
    PreProcessor enum valueTQextScintillaLexerCPP
    propertyChanged(const char *prop, const char *val)TQextScintillaLexer [signal]
    TQextScintillaLexer(TQObject *parent=0, const char *name=0)TQextScintillaLexer
    TQextScintillaLexerCPP(TQObject *parent=0, const char *name=0, bool caseInsensitiveKeywords=FALSE)TQextScintillaLexerCPP
    TQextScintillaLexerCPP(TQObject *parent=0, const char *name=0, bool caseInsensitiveKeywords=false)TQextScintillaLexerCPP
    TQextScintillaLexerCSharp(TQObject *parent=0, const char *name=0)TQextScintillaLexerCSharp
    readProperties(TQSettings &qs, const TQString &prefix)TQextScintillaLexerCPP [protected, virtual]
    readSettings(TQSettings &qs, const char *prefix="/Scintilla")TQextScintillaLexer
    PreProcessor enum valueTQextScintillaLexerCPP
    propertyChanged(const char *prop, const char *val)TQextScintillaLexer [signal]
    TQextScintillaLexer(TQObject *parent=0, const char *name=0)TQextScintillaLexer
    TQextScintillaLexerCPP(TQObject *parent=0, const char *name=0, bool caseInsensitiveKeywords=FALSE)TQextScintillaLexerCPP
    TQextScintillaLexerCPP(TQObject *parent=0, const char *name=0, bool caseInsensitiveKeywords=false)TQextScintillaLexerCPP
    TQextScintillaLexerIDL(TQObject *parent=0, const char *name=0)TQextScintillaLexerIDL
    readProperties(TQSettings &qs, const TQString &prefix)TQextScintillaLexerCPP [protected, virtual]
    readSettings(TQSettings &qs, const char *prefix="/Scintilla")TQextScintillaLexer
    PreProcessor enum valueTQextScintillaLexerCPP
    propertyChanged(const char *prop, const char *val)TQextScintillaLexer [signal]
    TQextScintillaLexer(TQObject *parent=0, const char *name=0)TQextScintillaLexer
    TQextScintillaLexerCPP(TQObject *parent=0, const char *name=0, bool caseInsensitiveKeywords=FALSE)TQextScintillaLexerCPP
    TQextScintillaLexerCPP(TQObject *parent=0, const char *name=0, bool caseInsensitiveKeywords=false)TQextScintillaLexerCPP
    TQextScintillaLexerJava(TQObject *parent=0, const char *name=0)TQextScintillaLexerJava
    readProperties(TQSettings &qs, const TQString &prefix)TQextScintillaLexerCPP [protected, virtual]
    readSettings(TQSettings &qs, const char *prefix="/Scintilla")TQextScintillaLexer
    PreProcessor enum valueTQextScintillaLexerCPP
    propertyChanged(const char *prop, const char *val)TQextScintillaLexer [signal]
    TQextScintillaLexer(TQObject *parent=0, const char *name=0)TQextScintillaLexer
    TQextScintillaLexerCPP(TQObject *parent=0, const char *name=0, bool caseInsensitiveKeywords=FALSE)TQextScintillaLexerCPP
    TQextScintillaLexerCPP(TQObject *parent=0, const char *name=0, bool caseInsensitiveKeywords=false)TQextScintillaLexerCPP
    TQextScintillaLexerJavaScript(TQObject *parent=0, const char *name=0)TQextScintillaLexerJavaScript
    readProperties(TQSettings &qs, const TQString &prefix)TQextScintillaLexerCPP [protected, virtual]
    readSettings(TQSettings &qs, const char *prefix="/Scintilla")TQextScintillaLexer