diff options
author | 2011-03-01 00:05:50 -0500 | |
---|---|---|
committer | 2011-03-01 00:05:50 -0500 | |
commit | f5081ee1b3788b6661a65917f2e6e073e7cc8da8 (patch) | |
tree | fdf7fc031b170b17fc0186925f84f52b7230f5f3 /scripts/gen_iface.lua | |
parent | a109156415b410bfa8007beac6caba7cee02d0ae (diff) | |
download | textadept-f5081ee1b3788b6661a65917f2e6e073e7cc8da8.tar.gz textadept-f5081ee1b3788b6661a65917f2e6e073e7cc8da8.zip |
Updated documentation; scripts/gen_iface.lua
Diffstat (limited to 'scripts/gen_iface.lua')
-rwxr-xr-x | scripts/gen_iface.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/gen_iface.lua b/scripts/gen_iface.lua index e8f94560..74a1f8b4 100755 --- a/scripts/gen_iface.lua +++ b/scripts/gen_iface.lua @@ -1,6 +1,8 @@ #!/usr/bin/lua -- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE. +-- This script generates the _SCINTILLA table from SciTE's Lua Interface tables. + local f = io.open('../../scite-latest/scite/src/IFaceTable.cxx') local contents = f:read('*all') f:close() |