Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-24 | Include Scintilla constants in `buffer`s. | ||
2013-05-22 | Fixed tags for global tables within modules; modules/lua/adeptsensedoc.lua | ||
2013-05-15 | Fix absolute field tags; modules/lua/adeptsensedoc.lua | ||
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-29 | More code cleanup. | ||
"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-20 | Updated copyright date. | ||
2012-11-19 | Changed Lua code style for tables. | ||
2012-10-29 | Updated documentation formatting. | ||
Pathnames and filenames are italic and be more consistent with constant width text. | |||
2012-09-12 | Strip markdown links from Lua API documentation; modules/lua/adeptsensedoc.lua | ||
2012-03-16 | Moved "Markdown:" comments into module LuaDoc comments. | ||
2012-03-07 | Removed `scripts/update_doc` in favor of using `src/Makefile`. | ||