aboutsummaryrefslogtreecommitdiff
path: root/modules/lua
AgeCommit message (Collapse)Author
2012-11-19Changed Lua code style for tables.mitchell
2012-10-31Updated Lua Adeptsense apidoc; modules/lua/apimitchell
2012-10-30Continued updating documentation formatting.mitchell
2012-10-29Updated documentation formatting.mitchell
Pathnames and filenames are italic and be more consistent with constant width text.
2012-10-06Fixed more bugs introduced by r1260.mitchell
2012-09-30Updated Lua Adeptsense apidoc; modules/lua/apimitchell
2012-09-12Documentation overhaul.mitchell
Rewrote most of the manual and Lua API to complement each other. Key bindings reference moved from Appendix to modules/textadept/keys.lua LuaDoc.
2012-09-12Strip markdown links from Lua API documentation; modules/lua/adeptsensedoc.luamitchell
2012-08-28Updated Lua Adeptsense.mitchell
2012-07-21Updated Lua Adeptsense.mitchell
2012-07-21Converted some `buffer` "get" and "set" functions into properties.mitchell
Also updated to Scintilla 3.2.1.
2012-07-21Lua code cleanup and API changes.mitchell
2012-06-28Updated Lua Adeptsense.mitchell
2012-05-31Updated Lua Adeptsense.mitchell
2012-04-30Updated Lua Adeptsense.mitchell
2012-04-06Respect user annotation preference; modules/lua/init.luamitchell
2012-03-28Updated Lua Adeptsense apidoc; modules/lua/apimitchell
2012-03-26Updated Lua Adeptsense.mitchell
2012-03-16Moved "Markdown:" comments into module LuaDoc comments.mitchell
2012-03-07Removed `scripts/update_doc` in favor of using `src/Makefile`.mitchell
2012-03-07Updated contact email address.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-02-29Updated Lua Adeptsense; modules/lua/apimitchell
2012-02-19Forgot to patch my system's LuaDoc for new formatting; modules/lua/apimitchell
2012-02-11Updated Lua Adeptsense with new LuaDoc formatting; modules/lua/apimitchell
2012-02-10Update LuaDoc with new formatting.mitchell
2012-01-31Updated Lua Adeptsense.mitchell
2012-01-24Rename module shortcut variables.mitchell
2012-01-10Updated Lua Adeptsense.mitchell
2012-01-06Updated copyright information.mitchell
2012-01-05Rename '_m' to '_M'.mitchell
2011-12-31Code cleanup.mitchell
2011-12-21Updated Lua Adeptsense.mitchell
2011-12-13Remove 'package.seeall' from LuaDoc comments.mitchell
2011-12-13Updated Lua Adeptsense.mitchell
2011-12-12Remove 'module' and update LuaDoc comments appropriately.mitchell
2011-12-12Updated to Lua 5.2.mitchell
2011-11-30Updated Lua Adeptsense.mitchell
2011-11-27Updated Lua Adeptsense.mitchell
2011-10-31Updated to Scintilla 3.0.0.mitchell
2011-09-28Updated Lua adeptsense.mitchell
2011-09-26Lua code cleanup.mitchell
2011-09-25Refactored textadept.c and changed Lua interface a bit.mitchell
'_BUFFERS' and '_VIEWS' now also have buffer and view keys with index values; 'buffer.doc_pointer', 'view.doc_pointer', and 'gui.focused_doc_pointer' are no longer used; 'buffer:check_global()' replaces 'gui.check_focused_buffer()'; Added 'view.buffer' field; 'view:goto_buffer()' and 'gui.goto_view()' arguments changed to make more sense.
2011-09-08Fixed error in Lua apidoc for math.huge; modules/lua/lua.luadocmitchell
2011-08-31Added Lua debug.traceback documentation.mitchell
2011-08-30Updated Lua apidoc; modules/lua/apimitchell
2011-08-15Fixed Lua Adeptsense `table.sort` apidoc.mitchell
2011-07-29Eliminated the need for keys.conf and keys.osx.conf.mitchell
Thanks to Robert Gieseke for the idea and prototype code.
2011-07-28Updated to Scintilla 2.28.mitchell
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.