Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-30 | Condensed manual and API documentation into single files. | ||
2013-09-27 | Integrated compile and run commands for most languages. | ||
Compile and run should work out of the box for most languages. Also added a warning marker, renamed `compile_command` and `run_command` tables to `compile_commands` and `run_commands`, respectively, and renamed `error_details` to `error_patterns`, changing its structure to just hold patterns. | |||
2013-08-26 | Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now. | ||
2013-08-10 | Updated some documentation. | ||
2013-07-08 | Renamed "language-specific" modules to just "language modules" in documentation. | ||
2013-05-20 | Rewrote the manual to use the active voice. | ||
2013-04-27 | Updated manual images. | ||
2013-04-24 | Mark recognized errors in compile/run output and added navigation functions. | ||
2013-04-03 | Textadept should support multiple curses platforms; remove ncurses references. | ||
Requires Scintilla r4436 and Scinterm r45. | |||
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-17 | Updated manual. | ||
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-08-05 | Added ncurses key commands to individual manual pages. | ||
2012-03-26 | Updated some links. | ||
2012-03-08 | Moved Manual into `doc/` root directory. | ||