aboutsummaryrefslogtreecommitdiff
path: root/data/plugins/autoreload.lua
AgeCommit message (Collapse)Author
2022-05-31plugins: dropped --lite-xl version tagjgmdev
2022-05-31Don't check unnamed files in `autoreload` pluginGuldoman
2022-05-23plugins: added settings gui supportjgmdev
2022-05-15Autoreload Nagview (#942)Adam
* Modified autoreload to use new dirwatch infrastructure, and added in nagview to verify that fs changes don't stomp on our changes, unless you want them to. * Split out reload functionality to actual document, and added in a thread to check the document, in the cases where it wouldn't be covered by dirwatch. * As per request from jgmdev, added in ability to show nagview always. * Changed things over to use dirwatch. * Made sure we redrew things, added in a contingency in 'save' for times when we load a non-existent file, and added some checks.
2022-04-03Bumping version numbers.Adam Harrison
2021-10-08Use dmon events in reload pluginFrancesco Abbate
2021-10-08Implement directory monitoring using septag/dmonFrancesco Abbate
Use a notification based directory monitoring based on the septag/dmon lirbary instead of periodically rescan the whole project's tree.
2021-08-172.0 changelog and modversion updates.Adam Harrison
2021-05-05Introduce new plugin versioning tag mod-versionFrancesco Abbate
New plugins should use the version tag: -- mod-version: 1 The old version tag "-- lite-xl 1.16" will be considerer equivalent to mod-version 1.
2021-04-06Add plugin verification by version tagFrancesco Abbate
2020-05-21Changed autoreload to strip carriage-returns on reloadrxi
2020-04-25Changed printed filenames to use format-specifier "%s" instead of %qrxi
Fixes #22
2020-03-24Fixed autoreload plugin truncating last character of files with no newline ↵rxi
at end
2019-12-28Initial commitrxi