aboutsummaryrefslogtreecommitdiff
path: root/doc/07_Modules.md
AgeCommit message (Collapse)Author
2014-06-30Condensed manual and API documentation into single files.mitchell
2013-09-27Integrated compile and run commands for most languages.mitchell
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-26Renamed `_M.textadept` to `textadept`; `_M` is for language modules only now.mitchell
2013-08-10Updated some documentation.mitchell
2013-07-08Renamed "language-specific" modules to just "language modules" in documentation.mitchell
2013-05-20Rewrote the manual to use the active voice.mitchell
2013-04-27Updated manual images.mitchell
2013-04-24Mark recognized errors in compile/run output and added navigation functions.mitchell
2013-04-03Textadept should support multiple curses platforms; remove ncurses references.mitchell
Requires Scintilla r4436 and Scinterm r45.
2012-10-30Continued updating documentation formatting.mitchell
2012-10-29Updated documentation formatting.mitchell
Pathnames and filenames are italic and be more consistent with constant width text.
2012-10-17Updated manual.mitchell
2012-09-12Documentation overhaul.mitchell
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-05Added ncurses key commands to individual manual pages.mitchell
2012-03-26Updated some links.mitchell
2012-03-08Moved Manual into `doc/` root directory.mitchell