Hi,

[EMAIL PROTECTED] wrote:
On Tue, 12 Sep 2006 22:28:44 +1000
"Neil Hodgson" <[EMAIL PROTECTED]> wrote:

   For core SciTE, there is no Lua directory, only individual files
which can be spread out in different places.

Thanks Neil.
I found outline mode in the scite scripts portion of the lua wiki:
http://lua-users.org/wiki/SciteTextFolding

The document does reference a scite_lua directory, and ext man. Is
this more of a lua thing?  [snip]

The scite_lua directory is more of a convenience thing. Using the startup property, it is possible to put the scripts in a number of places. How you actually configure Lua script loading depends on how you use SciTE. One reason is that you can have all your scripts in one place, making upgrades very easy. For me, upgrading is mostly copying over SciTEUser.properties and some Lua scripts. Also, a careful study of SciTEDoc.html is very valuable, because most of us start using an editor without consulting any manual.

extman and scite_lua is described in:
http://lua-users.org/wiki/SciteExtMan

There is a lot of material on the SciteScripts wiki area, and it is the collective effort and braindump of many Lua scripting users. So if you are just starting to use Lua scripts, browsing some examples and reading the UsingLuaWithScite guide will bring you up to speed very quickly.

--
Cheers,
Kein-Hong Man (esq.)
Kuala Lumpur, Malaysia

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

Reply via email to