aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-09-27Added buffer:reload() function.mitchell
2007-09-26Changed warn to be static to fix compile errors; src/textadept.hmitchell
2007-09-26Fixed focus error between multiple instances of Textadept; src/textadept.cmitchell
2007-09-24Updated documentation.mitchell
2007-09-23Rearranged and cleaned up src/lua_interface.c; moved warn to src/textadept.h.mitchell
2007-09-23Added textadept.popupmenu function; src/lua_interface.cmitchell
2007-09-23Renamed l_handle_signal to l_handle_event.mitchell
2007-09-23Replaced l_handle_completion with overloaded l_handle_signal.mitchell
2007-09-23Added dynamically defined GTK menus and menubar.mitchell
2007-09-22Modified snippet key commands; modules/textadept/key_commands.luamitchell
2007-09-20Snippet "snapshots" enable backtracking; /modules/textadept/lsnippets.luamitchell
2007-09-19Pressing escape anywhere in the project manager refocuses the buffer; src/pm.cmitchell
2007-09-19Added interactive search documentation; core/ext/pm.luamitchell
2007-09-17Added usage documentation; core/ext/pm.luamitchell
2007-09-17Added core/._m.lua dummy file.mitchell
2007-09-17Fixed typo; modules/newmitchell
2007-09-06Words can be autocompleted from a specified dictionary.mitchell
2007-08-21Added events defined by modules/textadept/macros.lua to the module's LuaDoc.mitchell
2007-08-21Moved @usage LuaDocs to comment blocks inside the modules.mitchell
2007-08-21Pruned C++ code, added additional comments.mitchell
2007-08-16Renamed l_*_buffer_prop to l_*_bufferp, get arg changed; src/lua_interface.cmitchell
2007-08-16If l_ta_get for "views" or "buffers" fails, throw an error; src/lua_interface.cmitchell
2007-08-16Restructured modules/textadept/key_commands.luamitchell
2007-08-16Fixed 'find previous' bug; core/ext/find.luamitchell
2007-08-15Recent files are now tracked and a user list can be shown to open them.mitchell
2007-08-15Renamed handlers module to events, updated everything to reflect changes.mitchell
2007-08-15Fixed spelling and grammatical mistakes; core/.buffer.luamitchell
2007-08-15Searching in pm_view now uses strstr; src/pm.cmitchell
2007-08-15Added extensive @usage LuaDoc like in lsnippets; modules/textadept/keys.luamitchell
2007-08-15Added new lsnippets textadept module, updated other modules to use it.mitchell
2007-08-14Fixed bug in maintaining indentation; core/handlers.luamitchell
2007-08-11Textadept title also shows full filepath of the open buffer; core/handlers.luamitchell
2007-08-11MLines' update is now a single undo action; modules/textadept/mlines.luamitchell
2007-08-11Fixed escapes in replace, added %() sequence; core/ext/find.luamitchell
2007-08-11Fixed bug in restoring scroll position on buffer switching; src/lua_interface.cmitchell
2007-08-11Improved LuaDoc for _m.textadept.keys; modules/textadept/keys.luamitchell
2007-08-10Renamed textadept.handlers' add_function_to_handler to add_handler_function.mitchell
2007-08-10Added 'warn' function for printing warnings to STDOUT; src/lua_interface.cmitchell
2007-08-10Macros can now be recorded, saved, played, browsed, etc.mitchell
2007-08-09Can use selected_text inside a snippet; modules/textadept/snippets.luamitchell
2007-08-09Removed unnecessary LuaDoc; modules/textadept/snippets.luamitchell
2007-08-09Renamed modules global to _m.mitchell
2007-08-09Improved completion of buffer functions and properties; core/handlers.luamitchell
2007-08-09Added 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.luamitchell
2007-08-09tLENGTH and tSTRINGRESULT parameters are handled properly; src/lua_interface.cmitchell
2007-08-07Added SCN notification constants, updated iface.lua filepath; gen_iface.luamitchell
2007-08-06Changed docstatusbar_text and improved command completion; core/handlers.luamitchell
2007-08-06Switched docstatusbar and statusbar; src/textadept.cmitchell
2007-08-06Added more LuaDoc, shebang recognition; ext/core/mime_types.luamitchell