aboutsummaryrefslogtreecommitdiffhomepage
path: root/modules/textadept/run.lua
Commit message (Expand)AuthorAge
* Improve Windows network directory path handling.Gravatar mitchell2022-02-26
* Updated copyright year.Gravatar mitchell2022-01-31
* Initial pass reformatting all code.Gravatar mitchell2021-04-11
* Do not mark GCC-style "note:" output as compile/run/build/test errors.Gravatar mitchell2021-03-11
* Added support for TypeScript.Gravatar mitchell2021-02-11
* Updated copyright information.Gravatar mitchell2021-01-29
* Added `textadept.run.test()` and `textadept.run.test_commands`.Gravatar mitchell2021-01-22
* Compile, run, and build command functions can also return environment tables.Gravatar mitchell2021-01-22
* Added Xs support.Gravatar mitchell2021-01-12
* Added systemd support.Gravatar mitchell2021-01-12
* Added Spin support.Gravatar mitchell2021-01-12
* Added RouterOS support.Gravatar mitchell2021-01-12
* Added fstab support.Gravatar mitchell2021-01-12
* Added systemd-networkd support.Gravatar mitchell2021-01-12
* Added Zig support.Gravatar mitchell2021-01-12
* Added Reason support.Gravatar mitchell2021-01-11
* Added Pony support.Gravatar mitchell2021-01-11
* Added Meson support.Gravatar mitchell2021-01-11
* Added Julia support.Gravatar mitchell2021-01-11
* Added Fantom support.Gravatar mitchell2021-01-11
* Added Clojure support.Gravatar mitchell2021-01-11
* Updated Go error patterns.Gravatar mitchell2020-12-11
* Code cleanup.Gravatar mitchell2020-10-20
* Added `textadept.run.set_arguments()`.Gravatar mitchell2020-10-17
* Fixed python3 auto-detection for run commands.Gravatar mitchell2020-10-02
* Updated copyright information.Gravatar mitchell2020-09-29
* Added support for jq.Gravatar mitchell2020-09-14
* More small documentation updates.Gravatar mitchell2020-09-14
* Added `ui.command_entry.active` and fixed bugs in `events.KEYPRESS` handlers.Gravatar mitchell2020-08-22
* Try to avoid using `lexer` as a string, as it overshadows the `lexer` module.Gravatar mitchell2020-08-04
* Made `ui.find.goto_file_found()` and `textadept.run.goto_error()` args optional.Gravatar mitchell2020-07-12
* Added `buffer:style_of_name()` as an analogue to `buffer:name_of_style()`.Gravatar mitchell2020-07-04
* Added support for Fennel.Gravatar mitchell2020-07-03
* Only save before compile/run if the buffer has been modified.Gravatar mitchell2020-07-01
* Updated to latest Scintilla with ability to get style number from name.Gravatar mitchell2020-05-26
* Removed extra sets of () around some buffer function calls.Gravatar mitchell2020-03-26
* Switched to 1-based indices for buffer positions, lines, and countable entities.Gravatar mitchell2020-03-26
* Moved individual buffer functions in `io` into `buffer`.Gravatar mitchell2020-03-16
* Detect and allow jumping to internal Lua errors.Gravatar mitchell2020-03-16
* More code cleanup and refactoring.Gravatar mitchell2020-03-13
* More code cleanup, refactoring, and reformatting.Gravatar mitchell2020-03-13
* Added test suite and API type checking for more helpful error messages.Gravatar mitchell2020-03-03
* Removed '_' mnemonics from locale keys.Gravatar mitchell2020-02-21
* Wrap searches in `textadept.run.goto_error()`.Gravatar mitchell2020-02-18
* Updated copyright year.Gravatar mitchell2019-12-31
* Fixed bug in previous commit where flushing does not clear output buffer.Gravatar mitchell2019-11-26
* Fixed long line output for run, compile, and build commands.Gravatar mitchell2019-11-25
* Properly handle absolute paths in run output and case-insensitivity on Windows.Gravatar mitchell2019-09-19
* Added support for ksh and mksh shells.Gravatar mitchell2019-08-05
* Updated copyright year.Gravatar mitchell2019-02-16