Benjamin Fisher wrote: > Thanks, > > That works perfectly. > > By the way, SciTELua.html, the doc page about Lua Scripting Extension, > doesn't mention editor.Focus. Is there a reference of Lua > commands that > can be used? > > I looked at Scintilla.iface, and I'm guessing that "get bool > GetFocus=2381(,)" can be referenced as "editor.Focus".
Correct. For most Get/Set methods, the Lua equivalent loses the 'Get' / 'Set' part of the Scintilla function name and works as a property. I was working on the reference of Lua Scripting Extension but due to work constraints I am unable to continue. I handed it on to Kein-Hong Man recently. -- best regards Andrew Howell please ignore disclaimer appended by ISP _____________________________________________________________________ The contents of this email may be priviledged and are confidential. It may not be disclosed to or used by anyone other than the addressee(s), nor copied in any way. If received in error, please advise the sender, then delete it from your system. This message has been checked for all known viruses by the MessageLabs Virus Control Centre. _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
