Age | Commit message (Expand) | Author |
2020-05-26 | Updated to latest Scintilla with ability to get style number from name. |  mitchell |
2020-03-26 | Removed extra sets of () around some buffer function calls. |  mitchell |
2020-03-26 | Switched to 1-based indices for buffer positions, lines, and countable entities. |  mitchell |
2020-03-16 | Moved individual buffer functions in `io` into `buffer`. |  mitchell |
2020-03-16 | Detect and allow jumping to internal Lua errors. |  mitchell |
2020-03-13 | More code cleanup and refactoring. |  mitchell |
2020-03-13 | More code cleanup, refactoring, and reformatting. |  mitchell |
2020-03-03 | Added test suite and API type checking for more helpful error messages. |  mitchell |
2020-02-21 | Removed '_' mnemonics from locale keys. |  mitchell |
2020-02-18 | Wrap searches in `textadept.run.goto_error()`. |  mitchell |
2019-12-31 | Updated copyright year. |  mitchell |
2019-11-26 | Fixed bug in previous commit where flushing does not clear output buffer. |  mitchell |
2019-11-25 | Fixed long line output for run, compile, and build commands. |  mitchell |
2019-09-19 | Properly handle absolute paths in run output and case-insensitivity on Windows. |  mitchell |
2019-08-05 | Added support for ksh and mksh shells. |  mitchell |
2019-02-16 | Updated copyright year. |  mitchell |
2018-10-14 | Experimentally move external lspawn module into Lua os module as a patch. |  mitchell |
2018-04-25 | Removed LuaJIT version of Textadept. |  mitchell |
2018-01-25 | Updated copyright year. |  mitchell |
2017-08-28 | Added support for Myrddin. |  mitchell |
2017-02-25 | Added support for rc and Standard ML. |  mitchell |
2016-12-31 | Updated copyright information. |  mitchell |
2016-10-06 | Added support for Protobuf and Crystal. |  mitchell |
2016-09-12 | Fixed error building projects; modules/textadept/run.lua |  mitchell |
2016-07-07 | Try to differentiate between Python 3 and 2 in run commands. |  mitchell |
2016-06-16 | Changed arguments to `ui.goto_view()` and `view:goto_buffer()`. |  mitchell |
2016-06-15 | `textadept.editing.goto_line()` takes 0-based line number. |  mitchell |
2016-06-15 | Lots of small LuaDoc improvements (grammar mainly). |  mitchell |
2016-06-15 | Refactored `textadept.run`; modules/textadept/run.lua |  mitchell |
2016-06-15 | Renamed `ui.SILENT_PRINT` to `ui.silent_print`. |  mitchell |
2016-04-29 | Disabled `CHECK_SYNTAX` by default; modules/textadept/run.lua |  mitchell |
2016-04-16 | Allow file-specific run/compile commands; modules/textadept/run.lua |  mitchell |
2016-04-16 | `events.CHAR_ADDED` emits a character code, not a byte. |  mitchell |
2016-04-12 | Ouput 'cd' for run/compile commands when necessary; modules/textadept/run.lua |  mitchell |
2016-04-10 | Small documentation update. |  mitchell |
2016-04-07 | Code cleanup, bugfixes, and improvements; modules/textadept/run.lua |  mitchell |
2016-04-05 | Use more accurate variable names in `events.CHAR_ADDED` events. |  mitchell |
2016-04-02 | Code cleanup. |  mitchell |
2016-01-14 | Added support for Docker and MoonScript. |  mitchell |
2016-01-02 | Added support for APL, Faust, Ledger, man/roff, and Pure. |  mitchell |
2015-12-31 | Updated copyright date. |  mitchell |
2015-12-03 | Allow compile, run, and build command functions to specify a working directory. |  mitchell |
2015-12-03 | Added support for the Icon language. |  mitchell |
2015-11-16 | Added support for SNOBOL4. |  mitchell |
2015-09-26 | Fixed Python syntax checker on Win32; modules/textadept/run.lua |  mitchell |
2015-09-07 | Fixed bug in parsing syntax error output for Ruby; modules/textadept/run.lua |  mitchell |
2015-09-04 | Use `spawn()` for syntax checking; modules/textadept/run.lua |  mitchell |
2015-08-08 | Added automatic syntax-checking capability as files are saved. |  mitchell |
2015-05-07 | Added support for Elixir. |  mitchell |
2015-04-22 | Added `RUN_IN_BACKGROUND` field for shell commands; modules/textadept/run.lua |  mitchell |