Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-04 | Renamed doc/ to docs/ and removed bombay dependency. | ||
Added some documentation infrastructure for eventual migration to a new build service. Use a simple Lua script for generating documentation offline. | |||
2019-12-31 | Updated copyright year. | ||
2019-02-16 | Updated copyright year. | ||
2018-01-25 | Updated copyright year. | ||
2016-12-31 | Updated copyright information. | ||
2016-06-14 | Fixed API documentation generation bug; doc/markdowndoc.lua | ||
Headers with non-alphanumeric characters were causing trouble. | |||
2015-12-31 | Updated copyright date. | ||
2015-04-01 | Small code cleanup; doc/markdown.lua | ||
2014-12-31 | Updated copyright year. | ||
2014-06-30 | Condensed manual and API documentation into single files. | ||
2014-06-12 | Lua code cleanup. | ||
2014-06-07 | Added buffer constants to buffer LuaDoc and improved Lua tags and api generator. | ||
2014-01-12 | Updated copyright information. | ||
2014-01-12 | New home page along with some documentation content and layout changes. | ||
2013-09-16 | Removed the `SC_` prefix from constants in `_SCINTILLA.constants`. | ||
Also removed more unused constants. | |||
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-02-24 | Fixed bug in API documentation link generator; doc/markdowndoc.lua | ||
2013-01-20 | Updated copyright date. | ||
2012-11-19 | Rewrote LuaDoc. | ||
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-10-29 | Updated doc/markdowndoc.lua. | ||
2012-10-08 | Use '@field' LuaDoc for events defined in modules. | ||
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 | Properly link '@see' tags outside of the current module; doc/markdowndoc.lua | ||
Global functions/tables must be prefixed with '_G.'. Otherwise, full names can be used. | |||
2012-04-12 | Generate valid XHTML; doc/markdowndoc.lua | ||
2012-03-17 | Do not link the current page in the navigation list; doc/markdowndoc.lua | ||
2012-03-16 | Specify favicon; doc/markdowndoc.lua | ||
2012-03-16 | Moved "Markdown:" comments into module LuaDoc comments. | ||
2012-03-10 | Replaced doc/gen_manual.lua with new unversioned tool. | ||
2012-03-08 | No blockquoting of LuaDoc. | ||
2012-03-08 | Added header and footer to Manual and LuaDoc. | ||
2012-03-07 | Create doc/api/index.html; doc/markdowndoc.lua | ||
2012-03-07 | Removed `scripts/update_doc` in favor of using `src/Makefile`. | ||