Benjamin Fisher:
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?
There is no documentation for the automatically generated API. It would be possible to generate basic documentation in the scite/scripts/IFaceTableGen.py script.
I looked at Scintilla.iface, and I'm guessing that "get bool GetFocus=2381(,)" can be referenced as "editor.Focus".
If you have downloaded the source, the tables of constants, functions, and properties are in scite/src/IFaceTable.cxx which can be read in conjunction with Scintilla.iface. Neil _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
