From fd8d92656e630a44ed99688fc01f1896836b4c52 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 13 Apr 2012 01:46:01 -0500 Subject: Fix inadvertent "TQ" changes. --- doc/Scintilla/ScintillaDoc.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/Scintilla') diff --git a/doc/Scintilla/ScintillaDoc.html b/doc/Scintilla/ScintillaDoc.html index 0c6177a..3767b3b 100755 --- a/doc/Scintilla/ScintillaDoc.html +++ b/doc/Scintilla/ScintillaDoc.html @@ -2370,10 +2370,10 @@ struct TextToFind { 20 Windows system colours.

To see an example of how to enable palette support in Scintilla, search the text of SciTE - for WM_PALETTECHANGED, WM_TQUERYNEWPALETTE and + for WM_PALETTECHANGED, WM_QUERYNEWPALETTE and SCI_SETUSEPALETTE. The Windows messages to forward are:
WM_SYSCOLORCHANGE, WM_PALETTECHANGED, - WM_TQUERYNEWPALETTE (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 @@ -2935,7 +2935,7 @@ struct TextToFind { - INDIC_STQUIGGLE + INDIC_SQUIGGLE 1 @@ -2994,7 +2994,7 @@ struct TextToFind {

The default indicator styles are equivalent to:
- SCI_INDICSETSTYLE(0, INDIC_STQUIGGLE);
+ SCI_INDICSETSTYLE(0, INDIC_SQUIGGLE);
SCI_INDICSETSTYLE(1, INDIC_TT);
SCI_INDICSETSTYLE(2, INDIC_PLAIN);

-- cgit v1.2.1