aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-08-09tLENGTH and tSTRINGRESULT parameters are handled properly; src/lua_interface.cmitchell
If p1_type == tLENGTH and p2_type == tSTRINGRESULT, both parameters can be ignored because p1_type is filled with the length of p2_type, which is not needed.
2007-08-06Switched docstatusbar and statusbar; src/textadept.cmitchell
docstatusbar is now at bottom left and statusbar is at bottom right.
2007-08-06Initial import of core C files.mitchell