aboutsummaryrefslogtreecommitdiff
path: root/core/handlers.lua
AgeCommit message (Collapse)Author
2007-08-15Renamed handlers module to events, updated everything to reflect changes.mitchell
2007-08-14Fixed bug in maintaining indentation; core/handlers.luamitchell
Adapted conditionals from SciTE to fix a bug where the caret is sometimes placed incorrectly when trying to maintain indentation.
2007-08-11Textadept title also shows full filepath of the open buffer; core/handlers.luamitchell
2007-08-10Renamed textadept.handlers' add_function_to_handler to add_handler_function.mitchell
2007-08-09Improved completion of buffer functions and properties; core/handlers.luamitchell
Each buffer function or property is matched to prefix before being added to the completion list.
2007-08-09Added new LuaDoc, updated existing LuaDoc to be more consistent.mitchell
2007-08-06Changed docstatusbar_text and improved command completion; core/handlers.luamitchell
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-06Initial import of core Lua files.mitchell