diff options
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> | 
