Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-07 | Moved key command manager to core. | ||
2007-09-19 | Added interactive search documentation; core/ext/pm.lua | ||
2007-09-17 | Added usage documentation; core/ext/pm.lua | ||
2007-08-16 | Fixed 'find previous' bug; core/ext/find.lua | ||
Changeset 15 introduced an 'increment' variable that is normally +/-1 for find next and find prev respectively. However instead of adding the increment for find prev, it subtracts it, effectively adding 1 which is not right. | |||
2007-08-15 | Renamed handlers module to events, updated everything to reflect changes. | ||
2007-08-11 | Fixed escapes in replace, added %() sequence; core/ext/find.lua | ||
'%%' is now properly escaped. %() sequence executes Lua code, showing an error dialog if one occured. | |||
2007-08-10 | Renamed textadept.handlers' add_function_to_handler to add_handler_function. | ||
2007-08-10 | Macros can now be recorded, saved, played, browsed, etc. | ||
2007-08-09 | Renamed modules global to _m. | ||
2007-08-09 | Added new LuaDoc, updated existing LuaDoc to be more consistent. | ||
2007-08-09 | 'replace_all' doesn't loop infinitely, 'find' more accurate; core/ext/find.lua | ||
'find' has an additional nowrap parameter that 'replace_all' uses so the latter will not loop indefinately if there are still matches in the document. 'find' also sets search_anchor more appropriately based on context so some matches aren't skipped accidentally. | |||
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 | Initial import of extension Lua files. | ||