Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-10-30 | Continued updating documentation formatting. | ||
2012-10-29 | Updated documentation formatting. | ||
Pathnames and filenames are italic and be more consistent with constant width text. | |||
2012-10-06 | Fixed more bugs introduced by r1260. | ||
2012-09-30 | Updated Lua Adeptsense apidoc; modules/lua/api | ||
2012-09-12 | Documentation overhaul. | ||
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-12 | Strip markdown links from Lua API documentation; modules/lua/adeptsensedoc.lua | ||
2012-08-28 | Updated Lua Adeptsense. | ||
2012-07-21 | Updated Lua Adeptsense. | ||
2012-07-21 | Converted some `buffer` "get" and "set" functions into properties. | ||
Also updated to Scintilla 3.2.1. | |||
2012-07-21 | Lua code cleanup and API changes. | ||
2012-06-28 | Updated Lua Adeptsense. | ||
2012-05-31 | Updated Lua Adeptsense. | ||
2012-04-30 | Updated Lua Adeptsense. | ||
2012-04-06 | Respect user annotation preference; modules/lua/init.lua | ||
2012-03-28 | Updated Lua Adeptsense apidoc; modules/lua/api | ||
2012-03-26 | Updated Lua Adeptsense. | ||
2012-03-16 | Moved "Markdown:" comments into module LuaDoc comments. | ||
2012-03-07 | Removed `scripts/update_doc` in favor of using `src/Makefile`. | ||
2012-03-07 | Updated contact email address. | ||
2012-03-07 | Documentation overhaul with Discount (Markdown implementation). | ||
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-29 | Updated Lua Adeptsense; modules/lua/api | ||
2012-02-19 | Forgot to patch my system's LuaDoc for new formatting; modules/lua/api | ||
2012-02-11 | Updated Lua Adeptsense with new LuaDoc formatting; modules/lua/api | ||
2012-02-10 | Update LuaDoc with new formatting. | ||
2012-01-31 | Updated Lua Adeptsense. | ||
2012-01-24 | Rename module shortcut variables. | ||
2012-01-10 | Updated Lua Adeptsense. | ||
2012-01-06 | Updated copyright information. | ||
2012-01-05 | Rename '_m' to '_M'. | ||
2011-12-31 | Code cleanup. | ||
2011-12-21 | Updated Lua Adeptsense. | ||
2011-12-13 | Remove 'package.seeall' from LuaDoc comments. | ||
2011-12-13 | Updated Lua Adeptsense. | ||
2011-12-12 | Remove 'module' and update LuaDoc comments appropriately. | ||
2011-12-12 | Updated to Lua 5.2. | ||
2011-11-30 | Updated Lua Adeptsense. | ||
2011-11-27 | Updated Lua Adeptsense. | ||
2011-10-31 | Updated to Scintilla 3.0.0. | ||
2011-09-28 | Updated Lua adeptsense. | ||
2011-09-26 | Lua code cleanup. | ||
2011-09-25 | Refactored textadept.c and changed Lua interface a bit. | ||
'_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-08 | Fixed error in Lua apidoc for math.huge; modules/lua/lua.luadoc | ||
2011-08-31 | Added Lua debug.traceback documentation. | ||
2011-08-30 | Updated Lua apidoc; modules/lua/api | ||
2011-08-15 | Fixed Lua Adeptsense `table.sort` apidoc. | ||
2011-07-29 | Eliminated the need for keys.conf and keys.osx.conf. | ||
Thanks to Robert Gieseke for the idea and prototype code. | |||
2011-07-28 | Updated to Scintilla 2.28. | ||
2011-07-13 | Refactored key commands and added menu accelerators. | ||
Key commands are now in keys.conf and keys.osx.conf which are loaded by the _m.textadept.menu module. | |||
2011-06-30 | Updated Lua Adeptsense. | ||
2011-06-28 | Small Adeptsense improvements. | ||