aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules
Commit message (Expand)AuthorAge
* Updated copyright notice to include the year 2008.Gravatar mitchell2008-03-03
* Need non-negative return value from goto dialog; modules/textadept/editing.luaGravatar mitchell2008-03-03
* Fixed select_indented_block() bug; modules/textadept/editing.luaGravatar mitchell2008-02-29
* Eliminated Zenity dependency; replaced with my CocoaDialog clone (lua_dialog).Gravatar mitchell2008-02-23
* Instead of io.popen():read(), a file descriptor is kept and close()'d afterward.Gravatar mitchell2008-02-10
* Fixed assertion error caused by replace_target; modules/textadept/editing.luaGravatar mitchell2007-11-16
* Moved key command manager to core.Gravatar mitchell2007-10-07
* Added refresh key for syntax highlighting; modules/textadept/key_commands.luaGravatar mitchell2007-10-07
* The run function uses textadept.print now; modules/lua/commands.luaGravatar mitchell2007-10-06
* Added buffer:reload() function.Gravatar mitchell2007-09-27
* Modified snippet key commands; modules/textadept/key_commands.luaGravatar mitchell2007-09-22
* Snippet "snapshots" enable backtracking; /modules/textadept/lsnippets.luaGravatar mitchell2007-09-20
* Fixed typo; modules/newGravatar mitchell2007-09-17
* Words can be autocompleted from a specified dictionary.Gravatar mitchell2007-09-06
* Added events defined by modules/textadept/macros.lua to the module's LuaDoc.Gravatar mitchell2007-08-21
* Moved @usage LuaDocs to comment blocks inside the modules.Gravatar mitchell2007-08-21
* Restructured modules/textadept/key_commands.luaGravatar mitchell2007-08-16
* Recent files are now tracked and a user list can be shown to open them.Gravatar mitchell2007-08-15
* Renamed handlers module to events, updated everything to reflect changes.Gravatar mitchell2007-08-15
* Added extensive @usage LuaDoc like in lsnippets; modules/textadept/keys.luaGravatar mitchell2007-08-15
* Added new lsnippets textadept module, updated other modules to use it.Gravatar mitchell2007-08-15
* MLines' update is now a single undo action; modules/textadept/mlines.luaGravatar mitchell2007-08-11
* Improved LuaDoc for _m.textadept.keys; modules/textadept/keys.luaGravatar mitchell2007-08-11
* Renamed textadept.handlers' add_function_to_handler to add_handler_function.Gravatar mitchell2007-08-10
* Macros can now be recorded, saved, played, browsed, etc.Gravatar mitchell2007-08-10
* Can use selected_text inside a snippet; modules/textadept/snippets.luaGravatar mitchell2007-08-09
* Removed unnecessary LuaDoc; modules/textadept/snippets.luaGravatar mitchell2007-08-09
* Renamed modules global to _m.Gravatar mitchell2007-08-09
* Added new LuaDoc, updated existing LuaDoc to be more consistent.Gravatar mitchell2007-08-09
* Initial import of utility scripts.Gravatar mitchell2007-08-06
* Initial import of the cpp module.Gravatar mitchell2007-08-06
* Initial import of the lua module.Gravatar mitchell2007-08-06
* Initial import of the textadept module.Gravatar mitchell2007-08-06