aboutsummaryrefslogtreecommitdiff
path: root/scripts/gen_iface.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2011-03-01 00:05:50 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2011-03-01 00:05:50 -0500
commitf5081ee1b3788b6661a65917f2e6e073e7cc8da8 (patch)
treefdf7fc031b170b17fc0186925f84f52b7230f5f3 /scripts/gen_iface.lua
parenta109156415b410bfa8007beac6caba7cee02d0ae (diff)
downloadtextadept-f5081ee1b3788b6661a65917f2e6e073e7cc8da8.tar.gz
textadept-f5081ee1b3788b6661a65917f2e6e073e7cc8da8.zip
Updated documentation; scripts/gen_iface.lua
Diffstat (limited to 'scripts/gen_iface.lua')
-rwxr-xr-xscripts/gen_iface.lua2
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()