Age | Commit message (Expand) | Author |
2007-11-30 | Added Usage LuaDoc for textadept.find; core/.find.lua |  mitchell |
2007-11-30 | Removed TODO in LuaDoc; core/ext/pm.lua |  mitchell |
2007-11-30 | Added LuaDoc for pm browsers. |  mitchell |
2007-11-30 | Scintilla 1.75 adds a new iface function; core/iface.lua |  mitchell |
2007-11-16 | Prevent data loss by opening file after 'prepare'ing for save; core/file_io.lua |  mitchell |
2007-11-03 | Various reformatting for consistency. |  mitchell |
2007-10-07 | Moved key command manager to core. |  mitchell |
2007-10-06 | Added textadept.print function that prints to the error buffer. |  mitchell |
2007-10-06 | Added support for "double-click, goto error" in error buffer; core/events.lua |  mitchell |
2007-09-27 | Added buffer:reload() function. |  mitchell |
2007-09-24 | Updated documentation. |  mitchell |
2007-09-23 | Added dynamically defined GTK menus and menubar. |  mitchell |
2007-09-19 | Added interactive search documentation; core/ext/pm.lua |  mitchell |
2007-09-17 | Added usage documentation; core/ext/pm.lua |  mitchell |
2007-09-17 | Added core/._m.lua dummy file. |  mitchell |
2007-08-21 | Moved @usage LuaDocs to comment blocks inside the modules. |  mitchell |
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-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 | Fixed escapes in replace, added %() sequence; core/ext/find.lua |  mitchell |
2007-08-10 | Renamed textadept.handlers' add_function_to_handler to add_handler_function. |  mitchell |
2007-08-10 | Macros can now be recorded, saved, played, browsed, etc. |  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-06 | Changed docstatusbar_text and improved command completion; core/handlers.lua |  mitchell |
2007-08-06 | Added more LuaDoc, shebang recognition; ext/core/mime_types.lua |  mitchell |
2007-08-06 | Initial import of extension Lua files. |  mitchell |
2007-08-06 | Initial import of core Lua files. |  mitchell |