diff options
author | nyamatongwe <devnull@localhost> | 2000-03-18 04:01:39 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-03-18 04:01:39 +0000 |
commit | 5648143522b5b75c1c4708ba2d54219fbc0c3d22 (patch) | |
tree | 2663775598d5af5fb406b45195d99324a4f1db6c /doc/ScintillaDoc.html | |
parent | ee2fb70f7d4a2cdf6cadab99633b9d0b990cbadd (diff) | |
download | scintilla-mirror-5648143522b5b75c1c4708ba2d54219fbc0c3d22.tar.gz |
Can turn off context (wrong mouse button) menu with SCI_USEPOPUP.
Most signals return FALSE on GTK+.
Diffstat (limited to 'doc/ScintillaDoc.html')
-rw-r--r-- | doc/ScintillaDoc.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/ScintillaDoc.html b/doc/ScintillaDoc.html index fc86444af..fde329522 100644 --- a/doc/ScintillaDoc.html +++ b/doc/ScintillaDoc.html @@ -637,6 +637,16 @@ SCI_CLEARALLCMDKEYS SHIFT_PRESSED and LEFT_CTRL_PRESSED. </p> <h3> + Popup edit menu + </h3> +<pre> +SCI_USEPOPUP +</pre> + <p> + Clicking the wrong button on the mouse pops up a short default editing menu. + This may be turned off with SCI_USEPOPUP(0). + </p> + <h3> Macro Recording </h3> <pre> |