aboutsummaryrefslogtreecommitdiff
path: root/FAQ.md
AgeCommit message (Collapse)Author
2018-04-25Removed LuaJIT version of Textadept.mitchell
Also updated to Lua 5.3 syntax where held back by LuaJIT's 5.1/5.2 syntax.
2018-03-30Updated FAQ.mitchell
2018-03-12Start using Scintilla's LongTerm3, which now includes Scintillua and Scinterm.mitchell
Since LongTerm3 requires a C++11 compiler, GCC 4.9+ is required. Since C++11 includes regex capability, drop TRE dependency.
2017-06-27Added FAQ entry on Mercurial TLS settings.mitchell
2016-09-15Updated FAQ.md.mitchell
2016-06-15Updated links in documentation pages.mitchell
2015-12-12Updated FAQ.md.mitchell
2015-08-31Updated FAQ.md.mitchell
2015-01-15Added events for terminal suspend and resume.mitchell
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-21Enable mouse clicks and movements in the terminal version.mitchell
This requires Scinterm r92 (changset 90ba2dd413c3).
2014-07-09Updated FAQ.md on dependency compile errors.mitchell
Describe how to identify and download revisions rather than relying on tags, which will be removed.
2014-06-30Condensed manual and API documentation into single files.mitchell
2014-06-07Updated FAQ.md.mitchell
2014-03-05Added compilation issue to FAQ.md.mitchell
2013-11-11Updated documentation.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-06-26Added Q&A for Mac OSX terminal colors; FAQ.mdmitchell
2013-06-21Removed redundant source release.mitchell
2013-06-12`_M.textadept.editing.block_comment()` supports block comment delimiters.mitchell
Also integrated comment strings into `_M.textadept.editing.comment_string` so block commenting works out of the box.
2013-04-24Use `buffer.word_chars` for autocompleting words instead of a Lua pattern.mitchell
2013-04-03Textadept should support multiple curses platforms; remove ncurses references.mitchell
Requires Scintilla r4436 and Scinterm r45.
2013-03-28Updated FAQ.md.mitchell
2012-10-30Continued updating documentation formatting.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-05Updated FAQ.md about ncurses terminal support.mitchell
2012-07-31Updated FAQ.md.mitchell
2012-07-28Updated FAQ.md mentioning lack of LuaJIT on 64-bit Windows.mitchell
2012-07-16Added ncurses compatibility notes to the manual Appendix.mitchell
2012-07-15Include CDK directly instead of requiring it as a dependency.mitchell
2012-06-27Updated the manual, README, and FAQ with new ncurses information.mitchell
2012-03-14Added FAQ.md.mitchell