diff options
author | nyamatongwe <devnull@localhost> | 2006-01-27 23:41:53 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2006-01-27 23:41:53 +0000 |
commit | 464dae4d5205dae1743d6552f05c796df32349ea (patch) | |
tree | fb7410b3c46205521203b57508252b4fb9231b17 | |
parent | aceb8ce4210a96a4fc24862b7fe49fd888709da9 (diff) | |
download | scintilla-mirror-464dae4d5205dae1743d6552f05c796df32349ea.tar.gz |
Documented use of 0 as action for keys.
-rw-r--r-- | doc/ScintillaDoc.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index 9ac8f19d2..bc630f795 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -3543,7 +3543,8 @@ struct TextToFind { <p><b id="SCI_NULL">SCI_NULL</b><br /> The <code>SCI_NULL</code> does nothing and is the value assigned to keys that perform no - action.</p> + action. SCI_NULL ensures that keys do not propagate to the parent window as that may + cause focus to move. If you want the standard platform behaviour use the constant 0 instead.</p> <h2 id="PopupEditMenu">Popup edit menu</h2> |