From 1aef904f94a86fecbc71888bc94a790ff36f0403 Mon Sep 17 00:00:00 2001
From: Timothy Pearson
TextRange and CharacterRange
- These structures are defined to be exactly the same tqshape as the Win32 TEXTRANGE
+ These structures are defined to be exactly the same shape as the Win32 TEXTRANGE
and CHARRANGE
, so that older code that treats Scintilla as a RichEdit will
work.
@@ -677,7 +677,7 @@ struct TextRange { href="#SCI_SEARCHINTARGET">SCI_SEARCHINTARGETTextToFind
- This structure is defined to have exactly the same tqshape as the Win32 structure + This structure is defined to have exactly the same shape as the Win32 structureFINDTEXTEX
for old code that treated Scintilla as a RichEdit control.struct TextToFind { @@ -2873,7 +2873,7 @@ struct TextToFind { style information (for 32 styles) and 3 bits of indicator information for 3 independent indicators so that, for example, syntax errors, deprecated names and bad indentation could all be displayed at once. Indicators may be displayed as simple underlines, squiggly underlines, a - line of small 'T' tqshapes, a line of diagonal hatching, a strike-out or a rectangle around the text. + line of small 'T' shapes, a line of diagonal hatching, a strike-out or a rectangle around the text.The indicators are set using
with aINDICS_MASK
mask @@ -2947,7 +2947,7 @@ struct TextToFind {2 -A line of small T tqshapes. +A line of small T shapes. diff --git a/doc/Scintilla/ScintillaHistory.html b/doc/Scintilla/ScintillaHistory.html index 916b219..c10e86e 100755 --- a/doc/Scintilla/ScintillaHistory.html +++ b/doc/Scintilla/ScintillaHistory.html @@ -4795,7 +4795,7 @@ Caret policy determines how closely caret is tracked by visible area. - New marker tqshapes: arrow pointing down, plus and minus. + New marker shapes: arrow pointing down, plus and minus. Optionally display full path in title rather than just file name. diff --git a/doc/html/classQextScintilla-members.html b/doc/html/classQextScintilla-members.html index acc90ba..90ed520 100644 --- a/doc/html/classQextScintilla-members.html +++ b/doc/html/classQextScintilla-members.html @@ -98,7 +98,7 @@ focusInEvent(TQFocusEvent *) QextScintillaBase [protected, virtual]
focusNextPrevChild(bool) QextScintillaBase [protected, virtual]
- focusOutEvent(TQFocusEvent *) QextScintillaBase [protected, virtual]
+ foldAll(bool tqchildren=FALSE) QextScintilla [virtual, slot]
foldAll(bool children=FALSE) QextScintilla [virtual, slot]
folding() const QextScintilla [inline]
foldLine(int line) QextScintilla [virtual, slot]
diff --git a/doc/html/classQextScintilla.html b/doc/html/classQextScintilla.html index 04c98c8..1bca3d7 100644 --- a/doc/html/classQextScintilla.html +++ b/doc/html/classQextScintilla.html @@ -172,7 +172,7 @@ Inherits QextScintillaBase. FoldStyle enum name QextScintilla virtual void cut () virtual void ensureCursorVisible () virtual void ensureLineVisible (int line) - virtual void foldAll (bool tqchildren=FALSE) + virtual void foldAll (bool children=FALSE) virtual void foldLine (int line) virtual void indent (int line) virtual void insert (const TQString &text) @@ -3231,7 +3231,7 @@ Ensures that the line number line is visible. @@ -3239,7 +3239,7 @@ Ensures that the line number line is visible.
virtual void QextScintilla::foldAll ( bool -tqchildren = +FALSE
children = FALSE
) @@ -3248,7 +3248,7 @@ Ensures that the line number line is visible. [virtual, slot]
-If any lines are currently folded then they are all unfolded. Otherwise all lines are folded. This has the same effect as clicking in the fold margin with the shift and control keys pressed. If tqchildren is not set (the default) then only the top level fold points are affected, otherwise the state of all fold points are changed. +If any lines are currently folded then they are all unfolded. Otherwise all lines are folded. This has the same effect as clicking in the fold margin with the shift and control keys pressed. If children is not set (the default) then only the top level fold points are affected, otherwise the state of all fold points are changed.