aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2010-02-23Updated to use Scintillua 2.03.mitchell
2010-01-07Updated copyright to 2010.mitchell
2009-07-28Updated manual for offline use, sidebar links.mitchell
2009-07-25Documentation overhaul.mitchell
2009-06-21Updated scripts/gen_iface.lua.mitchell
2009-01-25Replaced str:match with str:find where applicable for speed improvements.mitchell
2009-01-01Updated copyright dates for 2009.mitchell
2008-12-06Tweaked scripts/gen_iface.lua.mitchell
Ignores SciTE IDM_* constants automatically and changes SC_MASK_FOLDERS from 0xFE000000 to -33554432 due to lua_checklong() issues. (0xFE000000 has a value of 4261412864, but lua_checklong() gives it as -2147483648 due to overflow I suspect. Either way -2147483648 & (1 << SC_MARKNUM_FOLDEROPEN) behaves as expected, but -2147483648 & (1 << SC_MARKNUM_FOLDER) does not.
2008-03-04Added scripts/ directory.mitchell