aboutsummaryrefslogtreecommitdiff
path: root/themes/scite/view.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2008-12-06 13:01:31 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2008-12-06 13:01:31 -0500
commit134f9a857e1b56252820a9d3d7f44d41b7d026ea (patch)
treee717abb6bab0840214cd6e6d76de8c651b742c86 /themes/scite/view.lua
parent72d97f4bed74709cd15063c72e07ab050027407c (diff)
downloadtextadept-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