lite-xl/data/core/commands
Francesco Abbate fb1f4af7d5 Remove the project scan thread
Since the directory monitoring is now basically working we remove the
project scan thread periodically scanning the project directory.

Each project's directory is scanned only once at the beginning when
calling the function `core.add_project_directory` and is updated
incrementally when directory change events are treated.

The config variable `project_scan_rate` is removed as well as the
function `core.reschedule_project_scan`.
2021-07-14 23:03:52 +02:00
..
command.lua Commands refactor (#257) 2021-06-07 23:00:29 +02:00
core.lua Remove the project scan thread 2021-07-14 23:03:52 +02:00
dialog.lua Fix undeclared NagView findindex() by moving it to common. 2021-06-13 21:28:29 -04:00
doc.lua reset blink timer when a new cursor is created 2021-07-01 14:50:28 +02:00
drawwhitespace.lua Implement unicode character replacements 2021-04-01 18:05:59 +02:00
files.lua Integrate mkdirp function in common module (#265) 2021-06-13 19:50:42 +02:00
findreplace.lua Fixed regex replace. 2021-06-20 22:24:20 -04:00
root.lua Created an extra command, to implement appropriat cmd+w behaviour on mac. 2021-06-27 13:18:54 -04:00