aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/7_Modules.md
AgeCommit message (Collapse)Author
2012-03-07Renamed manual pages 1-9 to preserve sort order.mitchell
2012-03-07Documentation overhaul with Discount (Markdown implementation).mitchell
The standard LuaDoc template is no longer used. Instead, the new `scripts/markdowndoc.lua` has the template for LuaDoc and `scripts/update_doc` has the template for the Manual. Also added README, CHANGELOG, and THANKS files.
2012-01-05Rename '_m' to '_M'.mitchell
2011-12-12Remove 'module' and update LuaDoc comments appropriately.mitchell
2011-09-27Added language-specific context menu support.mitchell
2011-08-09Swap Replace/Replace All and Run/Compile key bindings.mitchell
Replace/Replace All is destructive so it should not be easily accessible where it can be mistakenly pressed.
2011-07-13Refactored key commands and added menu accelerators.mitchell
Key commands are now in keys.conf and keys.osx.conf which are loaded by the _m.textadept.menu module.
2011-03-29Officially supported modules are available as a separate download.mitchell
2011-03-27Added hg commands for updating modules to the manual; doc/manual/7_Modules.mdmitchell
2011-03-27Add modules repository information to manual; doc/manual/7_Modules.mdmitchell
2011-03-07Load a post_init.lua script for language-specific module extensions.mitchell
2011-03-01Updated manual with modules repository information; doc/manual/7_Modules.mdmitchell
2010-11-30New manual.mitchell