aboutsummaryrefslogtreecommitdiff
path: root/FAQ.md
AgeCommit message (Collapse)Author
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