aboutsummaryrefslogtreecommitdiff
path: root/modules/lua/adeptsensedoc.lua
AgeCommit message (Collapse)Author
2014-01-12Updated copyright information.mitchell
2013-08-24Include Scintilla constants in `buffer`s.mitchell
2013-05-22Fixed tags for global tables within modules; modules/lua/adeptsensedoc.luamitchell
2013-05-15Fix absolute field tags; modules/lua/adeptsensedoc.luamitchell
An absolute field like '_G.events.FILE_OPENED' used to be tagged as belonging to the 'io' module, but it is tagged properly now.
2013-04-29More code cleanup.mitchell
"local buffer = buffer" and similar optimizations are not needed since lexing the buffer is much more expensive and reaction time is limited by how fast the keyboard can submit key presses.
2013-01-20Updated copyright date.mitchell
2012-11-19Changed Lua code style for tables.mitchell
2012-10-29Updated documentation formatting.mitchell
Pathnames and filenames are italic and be more consistent with constant width text.
2012-09-12Strip markdown links from Lua API documentation; modules/lua/adeptsensedoc.luamitchell
2012-03-16Moved "Markdown:" comments into module LuaDoc comments.mitchell
2012-03-07Removed `scripts/update_doc` in favor of using `src/Makefile`.mitchell