Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-27 | Added FAQ entry on Mercurial TLS settings. | ||
2016-09-15 | Updated FAQ.md. | ||
2016-06-15 | Updated links in documentation pages. | ||
2015-12-12 | Updated FAQ.md. | ||
2015-08-31 | Updated FAQ.md. | ||
2015-01-15 | Added events for terminal suspend and resume. | ||
Suspend can be prevented by an error handler, described in a new FAQ entry. New `events.RESUME` replaces `events.FOCUS` for the terminal version. Utilize these events to disable/enable bracketed paste and mouse modes. | |||
2014-10-21 | Enable mouse clicks and movements in the terminal version. | ||
This requires Scinterm r92 (changset 90ba2dd413c3). | |||
2014-07-09 | Updated FAQ.md on dependency compile errors. | ||
Describe how to identify and download revisions rather than relying on tags, which will be removed. | |||
2014-06-30 | Condensed manual and API documentation into single files. | ||
2014-06-07 | Updated FAQ.md. | ||
2014-03-05 | Added compilation issue to FAQ.md. | ||
2013-11-11 | Updated documentation. | ||
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-06-26 | Added Q&A for Mac OSX terminal colors; FAQ.md | ||
2013-06-21 | Removed redundant source release. | ||
2013-06-12 | `_M.textadept.editing.block_comment()` supports block comment delimiters. | ||
Also integrated comment strings into `_M.textadept.editing.comment_string` so block commenting works out of the box. | |||
2013-04-24 | Use `buffer.word_chars` for autocompleting words instead of a Lua pattern. | ||
2013-04-03 | Textadept should support multiple curses platforms; remove ncurses references. | ||
Requires Scintilla r4436 and Scinterm r45. | |||
2013-03-28 | Updated FAQ.md. | ||
2012-10-30 | Continued updating documentation formatting. | ||
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 | Updated FAQ.md about ncurses terminal support. | ||
2012-07-31 | Updated FAQ.md. | ||
2012-07-28 | Updated FAQ.md mentioning lack of LuaJIT on 64-bit Windows. | ||
2012-07-16 | Added ncurses compatibility notes to the manual Appendix. | ||
2012-07-15 | Include CDK directly instead of requiring it as a dependency. | ||
2012-06-27 | Updated the manual, README, and FAQ with new ncurses information. | ||
2012-03-14 | Added FAQ.md. | ||