From 31e9679fd022236ad54303ce6a92573455e1eee8 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 24 Jan 2007 23:09:28 +0000 Subject: Set the modifiers field on the SCN_DOUBLECLICK notification so the SCI_SHIFT, SCI_CTRL, and SCI_ALT bits may be set. --- doc/ScintillaDoc.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 91785d532..301e4930b 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -4558,7 +4558,7 @@ struct SCNotification { // SCN_DWELLEND, SCN_CALLTIPCLICK, // SCN_HOTSPOTCLICK, SCN_HOTSPOTDOUBLECLICK int ch; // SCN_CHARADDED, SCN_KEY - int modifiers; // SCN_KEY, SCN_HOTSPOTCLICK, SCN_HOTSPOTDOUBLECLICK + int modifiers; // SCN_KEY, SCN_DOUBLECLICK, SCN_HOTSPOTCLICK, SCN_HOTSPOTDOUBLECLICK int modificationType; // SCN_MODIFIED const char *text; // SCN_MODIFIED, SCN_USERLISTSELECTION, SCN_AUTOCSELECTION int length; // SCN_MODIFIED -- cgit v1.2.3