Hello,

Hello Scite-interest,

I need an opportunity to sends a IDM_commands to the editor pane.
My attempts
scite.SendEditor(IDM_SAVE)
scite.SendEditor(IDM_CLOSE)
but it doesn't work in the way i need :(
Might I send editor pane IDM_commands in the same way as SCI_constant?
Is there any other way to execute menu command from internal lua?
If there is no such opportunity why don't we add it?
I have implemented this in my customized version of SciTE at http://caladbolg.net/scite.php. Checkout the code from the repository and the command you want is scite.MenuCommand(IDM_WHATEVER). Maybe Neil will take it, but I don't have the time to put together a diff for submission because I've hacked up LuaExtension to include more goodies.

Take care,
-Mitchell;

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

Reply via email to