2 Feb 10:10
Re: scite built-in lua function overriding
Philippe Lhoste <PhiLho <at> GMX.net>
2009-02-02 09:10:16 GMT
2009-02-02 09:10:16 GMT
On 31/01/2009 07:37, Larry Wang wrote: > I have written a small lua script that implements OnDoubleClick() > function. It basically outputs some results in the Output Pane, and if I > double click on each line, it does some customized things defined in my > OnDoubleClick() function. Nothing complicated. However, once > OnDoubleClick() is executed, it stays in the memory and overrides other > funtions' OnDoubleClick() behaviors. Apparently, you need the functionality to be active once and for a period, then revert back to old functionality. You can set the OnDoubleClick when calling your Lua script, and then make another little script restoring the old OnDoubleClick (or just cancelling the new one, setting it to null) on demand. -- -- Philippe Lhoste -- (near) Paris -- France -- http://Phi.Lho.free.fr -- -- -- -- -- -- -- -- -- -- -- -- -- -- --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "scite-interest" group. To post to this group, send email to scite-interest <at> googlegroups.com To unsubscribe from this group, send email to scite-interest+unsubscribe <at> googlegroups.com For more options, visit this group at http://groups.google.com/group/scite-interest?hl=en -~----------~----~----~----~------~----~------~--~---(Continue reading)
In fact, I can use GUI.dll to implement
seperate floating toolbars, but the toolbars do not look nice like the
native toolbars in SciTE. So I am expecting SciTE or SciTE-Ru to implement
multiple toolbars in future version
RSS Feed