Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-06 | Added more LuaDoc, shebang recognition; ext/core/mime_types.lua | ||
Shebangs are split into words which are looked up in a shebangs table to determine the proper lexer language for the buffer. | |||
2007-08-06 | Fixed bug with opening files via command line arguments; init.lua | ||
When the path to the Textadept executable is not specified, base_dir is nil. Attempting to concat it with a filename throws an error, so base_dir defaults to the empty string. | |||
2007-08-06 | Initial import of utility scripts. | ||
2007-08-06 | Initial import of the cpp module. | ||
2007-08-06 | Initial import of the lua module. | ||
2007-08-06 | Initial import of the textadept module. | ||
2007-08-06 | Initial import of Textadept Lua init script. | ||
2007-08-06 | Initial import of extension Lua files. | ||
2007-08-06 | Initial import of core Lua files. | ||
2007-08-06 | Initial import of core C files. | ||