mozers:

In ScintillaHistory.html it is written:
SCN_DOUBLECLICK notification may set SCI_SHIFT, SCI_CTRL, and SCI_ALT flags on 
modifiers field.

How practically use this opportunity?

In SciTE-Ru there is a similar function which has been created by mimir:
Example:
    function OnDoubleClick(key)
        local ctrl  = string.find(key,'Ctrl', 1)
        if (ctrl~=nil) then ....

How now can I find out what key is pressed?
A LUA example, please.

   The modifiers field is not sent through to Lua.

   Neil

_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to