Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-15 | Renamed handlers module to events, updated everything to reflect changes. | ||
2007-08-14 | Fixed bug in maintaining indentation; core/handlers.lua | ||
Adapted conditionals from SciTE to fix a bug where the caret is sometimes placed incorrectly when trying to maintain indentation. | |||
2007-08-11 | Textadept title also shows full filepath of the open buffer; core/handlers.lua | ||
2007-08-10 | Renamed textadept.handlers' add_function_to_handler to add_handler_function. | ||
2007-08-09 | Improved completion of buffer functions and properties; core/handlers.lua | ||
Each buffer function or property is matched to prefix before being added to the completion list. | |||
2007-08-09 | Added new LuaDoc, updated existing LuaDoc to be more consistent. | ||
2007-08-06 | Changed docstatusbar_text and improved command completion; core/handlers.lua | ||
docstatusbar_text now uses 4 spaces instead of pipes for separation. Command completion entries are sorted and the ':' character is allowed. If the path is 'buffer', show the available functions or properties depending on if 'buffer' is followed by a '.' or ':' in addition to its table fields. | |||
2007-08-06 | Initial import of core Lua files. | ||