aboutsummaryrefslogtreecommitdiffhomepage
path: root/FAQ.md
Commit message (Collapse)AuthorAge
* Moved all top-level .md files into docs/ except README.md.Gravatar mitchell2020-09-04
| | | | Also fixed lack of header anchors in generated HTML.
* Use "terminal version" instead of "curses" for more consistency.Gravatar mitchell2020-08-18
|
* Updated some documentation and use macOS instead of Mac OSX.Gravatar mitchell2020-08-17
|
* Be more consistent with "key sequences", "key commands", and "key bindings".Gravatar mitchell2020-07-12
| | | | Sequences are key strings, commands are Lua functions, and bindings are commands assigned to sequences.
* Updated FAQ with HiDPI font display on Windows.Gravatar mitchell2019-09-15
| | | | Thanks to Ashwin Hirschi.
* GTK+ was renamed to GTK recently.Gravatar mitchell2019-06-01
|
* Updated FAQ to address strange terminal version behavior due to libncurses6.Gravatar mitchell2019-03-28
|
* Removed LuaJIT version of Textadept.Gravatar mitchell2018-04-25
| | | | Also updated to Lua 5.3 syntax where held back by LuaJIT's 5.1/5.2 syntax.
* Updated FAQ.Gravatar mitchell2018-03-30
|
* Start using Scintilla's LongTerm3, which now includes Scintillua and Scinterm.Gravatar mitchell2018-03-12
| | | | | Since LongTerm3 requires a C++11 compiler, GCC 4.9+ is required. Since C++11 includes regex capability, drop TRE dependency.
* Added FAQ entry on Mercurial TLS settings.Gravatar mitchell2017-06-27
|
* Updated FAQ.md.Gravatar mitchell2016-09-15
|
* Updated links in documentation pages.Gravatar mitchell2016-06-15
|
* Updated FAQ.md.Gravatar mitchell2015-12-12
|
* Updated FAQ.md.Gravatar mitchell2015-08-31
|
* Added events for terminal suspend and resume.Gravatar mitchell2015-01-15
| | | | | | 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.
* Enable mouse clicks and movements in the terminal version.Gravatar mitchell2014-10-21
| | | | This requires Scinterm r92 (changset 90ba2dd413c3).
* Updated FAQ.md on dependency compile errors.Gravatar mitchell2014-07-09
| | | | | Describe how to identify and download revisions rather than relying on tags, which will be removed.
* Condensed manual and API documentation into single files.Gravatar mitchell2014-06-30
|
* Updated FAQ.md.Gravatar mitchell2014-06-07
|
* Added compilation issue to FAQ.md.Gravatar mitchell2014-03-05
|
* Updated documentation.Gravatar mitchell2013-11-11
|
* Integrated compile and run commands for most languages.Gravatar mitchell2013-09-27
| | | | | | | 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.
* Added Q&A for Mac OSX terminal colors; FAQ.mdGravatar mitchell2013-06-26
|
* Removed redundant source release.Gravatar mitchell2013-06-21
|
* `_M.textadept.editing.block_comment()` supports block comment delimiters.Gravatar mitchell2013-06-12
| | | | | Also integrated comment strings into `_M.textadept.editing.comment_string` so block commenting works out of the box.
* Use `buffer.word_chars` for autocompleting words instead of a Lua pattern.Gravatar mitchell2013-04-24
|
* Textadept should support multiple curses platforms; remove ncurses references.Gravatar mitchell2013-04-03
| | | | Requires Scintilla r4436 and Scinterm r45.
* Updated FAQ.md.Gravatar mitchell2013-03-28
|
* Continued updating documentation formatting.Gravatar mitchell2012-10-30
|
* Documentation overhaul.Gravatar mitchell2012-09-12
| | | | | Rewrote most of the manual and Lua API to complement each other. Key bindings reference moved from Appendix to modules/textadept/keys.lua LuaDoc.
* Updated FAQ.md about ncurses terminal support.Gravatar mitchell2012-08-05
|
* Updated FAQ.md.Gravatar mitchell2012-07-31
|
* Updated FAQ.md mentioning lack of LuaJIT on 64-bit Windows.Gravatar mitchell2012-07-28
|
* Added ncurses compatibility notes to the manual Appendix.Gravatar mitchell2012-07-16
|
* Include CDK directly instead of requiring it as a dependency.Gravatar mitchell2012-07-15
|
* Updated the manual, README, and FAQ with new ncurses information.Gravatar mitchell2012-06-27
|
* Added FAQ.md.Gravatar mitchell2012-03-14