Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | ||