Age | Commit message (Expand) | Author |
2007-08-16 | Fixed 'find previous' bug; core/ext/find.lua |  mitchell |
2007-08-15 | Recent files are now tracked and a user list can be shown to open them. |  mitchell |
2007-08-15 | Renamed handlers module to events, updated everything to reflect changes. |  mitchell |
2007-08-15 | Fixed spelling and grammatical mistakes; core/.buffer.lua |  mitchell |
2007-08-15 | Searching in pm_view now uses strstr; src/pm.c |  mitchell |
2007-08-15 | Added extensive @usage LuaDoc like in lsnippets; modules/textadept/keys.lua |  mitchell |
2007-08-15 | Added new lsnippets textadept module, updated other modules to use it. |  mitchell |
2007-08-14 | Fixed bug in maintaining indentation; core/handlers.lua |  mitchell |
2007-08-11 | Textadept title also shows full filepath of the open buffer; core/handlers.lua |  mitchell |
2007-08-11 | MLines' update is now a single undo action; modules/textadept/mlines.lua |  mitchell |
2007-08-11 | Fixed escapes in replace, added %() sequence; core/ext/find.lua |  mitchell |
2007-08-11 | Fixed bug in restoring scroll position on buffer switching; src/lua_interface.c |  mitchell |
2007-08-11 | Improved LuaDoc for _m.textadept.keys; modules/textadept/keys.lua |  mitchell |
2007-08-10 | Renamed textadept.handlers' add_function_to_handler to add_handler_function. |  mitchell |
2007-08-10 | Added 'warn' function for printing warnings to STDOUT; src/lua_interface.c |  mitchell |
2007-08-10 | Macros can now be recorded, saved, played, browsed, etc. |  mitchell |
2007-08-09 | Can use selected_text inside a snippet; modules/textadept/snippets.lua |  mitchell |
2007-08-09 | Removed unnecessary LuaDoc; modules/textadept/snippets.lua |  mitchell |
2007-08-09 | Renamed modules global to _m. |  mitchell |
2007-08-09 | Improved completion of buffer functions and properties; core/handlers.lua |  mitchell |
2007-08-09 | Added new LuaDoc, updated existing LuaDoc to be more consistent. |  mitchell |
2007-08-09 | 'replace_all' doesn't loop infinitely, 'find' more accurate; core/ext/find.lua |  mitchell |
2007-08-09 | tLENGTH and tSTRINGRESULT parameters are handled properly; src/lua_interface.c |  mitchell |
2007-08-07 | Added SCN notification constants, updated iface.lua filepath; gen_iface.lua |  mitchell |
2007-08-06 | Changed docstatusbar_text and improved command completion; core/handlers.lua |  mitchell |
2007-08-06 | Switched docstatusbar and statusbar; src/textadept.c |  mitchell |
2007-08-06 | Added more LuaDoc, shebang recognition; ext/core/mime_types.lua |  mitchell |
2007-08-06 | Fixed bug with opening files via command line arguments; init.lua |  mitchell |
2007-08-06 | Initial import of utility scripts. |  mitchell |
2007-08-06 | Initial import of the cpp module. |  mitchell |
2007-08-06 | Initial import of the lua module. |  mitchell |
2007-08-06 | Initial import of the textadept module. |  mitchell |
2007-08-06 | Initial import of Textadept Lua init script. |  mitchell |
2007-08-06 | Initial import of extension Lua files. |  mitchell |
2007-08-06 | Initial import of core Lua files. |  mitchell |
2007-08-06 | Initial import of core C files. |  mitchell |