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. -- cgit v1.2.3