Age | Commit message (Expand) | Author |
2007-09-27 | Added buffer:reload() function. |  mitchell |
2007-09-26 | Changed warn to be static to fix compile errors; src/textadept.h |  mitchell |
2007-09-26 | Fixed focus error between multiple instances of Textadept; src/textadept.c |  mitchell |
2007-09-24 | Updated documentation. |  mitchell |
2007-09-23 | Rearranged and cleaned up src/lua_interface.c; moved warn to src/textadept.h. |  mitchell |
2007-09-23 | Added textadept.popupmenu function; src/lua_interface.c |  mitchell |
2007-09-23 | Renamed l_handle_signal to l_handle_event. |  mitchell |
2007-09-23 | Replaced l_handle_completion with overloaded l_handle_signal. |  mitchell |
2007-09-23 | Added dynamically defined GTK menus and menubar. |  mitchell |
2007-09-22 | Modified snippet key commands; modules/textadept/key_commands.lua |  mitchell |
2007-09-20 | Snippet "snapshots" enable backtracking; /modules/textadept/lsnippets.lua |  mitchell |
2007-09-19 | Pressing escape anywhere in the project manager refocuses the buffer; src/pm.c |  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-09-17 | Fixed typo; modules/new |  mitchell |
2007-09-06 | Words can be autocompleted from a specified dictionary. |  mitchell |
2007-08-21 | Added events defined by modules/textadept/macros.lua to the module's LuaDoc. |  mitchell |
2007-08-21 | Moved @usage LuaDocs to comment blocks inside the modules. |  mitchell |
2007-08-21 | Pruned C++ code, added additional comments. |  mitchell |
2007-08-16 | Renamed l_*_buffer_prop to l_*_bufferp, get arg changed; src/lua_interface.c |  mitchell |
2007-08-16 | If l_ta_get for "views" or "buffers" fails, throw an error; src/lua_interface.c |  mitchell |
2007-08-16 | Restructured modules/textadept/key_commands.lua |  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-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 |