Age | Commit message (Expand) | Author |
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 |
2015-03-19 | Added some support for Rust and TOML. |  mitchell |
2015-03-16 | Code cleanup based on the output of luacheck, a Lua linter. |  mitchell |
2015-03-15 | Removed long-hand compile and run string macros; modules/textadept/run.lua |  mitchell |
2015-03-12 | Lua code cleanup. |  mitchell |
2015-03-11 | Nimrod is now Nim. |  mitchell |
2015-01-22 | Small code and documentation cleanup. |  mitchell |
2014-12-31 | Updated copyright year. |  mitchell |
2014-11-26 | Fixed bug in jumping to compile/run errors and clear annotations before builds. |  mitchell |
2014-09-17 | More LuaDoc updates. |  mitchell |
2014-09-04 | Enable true spawning on Mac OSX GUI version. |  mitchell |
2014-06-30 | Condensed manual and API documentation into single files. |  mitchell |
2014-06-04 | Always focus the message buffer initially; modules/textadept/run.lua |  mitchell |
2014-06-04 | Pressing "Enter" in message buffer simulates double-click. |  mitchell |
2014-05-19 | Fixed bug when double-clicking message buffer; modules/textadept/run.lua |  mitchell |
2014-04-30 | Disable output buffering in Python; modules/textadept/run.lua |  mitchell |
2014-04-22 | Message buffer can send input to spawned processes; modules/textadept/run.lua |  mitchell |
2014-04-10 | Temporarily disable spawn in OSX due to GLib crashes. |  mitchell |
2014-04-01 | Workaround for GTKOSX abort; modules/textadept/run.lua |  mitchell |
2014-03-28 | Arguments to `spawn()` should be in _CHARSET, not necessarily UTF-8. |  mitchell |
2014-03-28 | Added more documentation on project building. |  mitchell |
2014-03-27 | Added basic project support for snapopen and build scripts. |  mitchell |
2014-03-26 | Include my new "lspawn" module by default for spawning processes. |  mitchell |
2014-01-12 | Updated copyright information. |  mitchell |
2013-12-18 | Renamed "hypertext" lexer to "html". |  mitchell |
2013-12-12 | More LuaDoc updates. |  mitchell |
2013-11-10 | Updated LuaDoc. |  mitchell |
2013-11-07 | New ANSI C lexer. |  mitchell |
2013-10-23 | Added ASM lexer and compile and run commands. |  mitchell |
2013-10-21 | More LuaDoc updates. |  mitchell |
2013-10-18 | More LuaDoc updates. |  mitchell |