diff options
author | 2008-12-06 13:01:31 -0500 | |
---|---|---|
committer | 2008-12-06 13:01:31 -0500 | |
commit | 134f9a857e1b56252820a9d3d7f44d41b7d026ea (patch) | |
tree | e717abb6bab0840214cd6e6d76de8c651b742c86 /themes/scite/view.lua | |
parent | 72d97f4bed74709cd15063c72e07ab050027407c (diff) | |
download | textadept-134f9a857e1b56252820a9d3d7f44d41b7d026ea.tar.gz textadept-134f9a857e1b56252820a9d3d7f44d41b7d026ea.zip |
Tweaked scripts/gen_iface.lua.
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.
Diffstat (limited to 'themes/scite/view.lua')
0 files changed, 0 insertions, 0 deletions