aboutsummaryrefslogtreecommitdiff
path: root/plugins/texcompile.lua
AgeCommit message (Collapse)Author
2022-11-02Use new `command.add` syntax (#136)Guldoman
2022-05-31removed lite-xl version and left only mod versionjgmdev
2022-05-22Bumping versions.Adam Harrison
2021-09-18Add more comments for texcompileFrancesco Abbate
2021-09-18Add some comments in texcompileFrancesco Abbate
2021-09-18Adapt texcompile to use the console pluginFrancesco Abbate
2021-09-14Improve the texcompile plugin to work on windowsFrancesco Abbate
Borrow code from the rxi/console implementation to reliably run commands on windows. Ideally should be based on the new reproc library but this has to be done. Problems of the current implementation: - the output of the commands is ignored including warning and error messages - the exit code of the command process is ignored As a modification from the previous version of the plugin we no longer use environment variables but we rely on "config" variables.
2021-08-17Updated mod-version and made things 2.0 instead of 2.00.Adam Harrison
2021-08-17Updated all lua plugins to be compatible with 2.0.Adam Harrison
2021-06-15Uploaded filesajalexei
added language_bib.lua, pdfview.lua, texcompile.lua