lite-xl/data/core/commands
Francesco Abbate 10fde6e264 Implement lazy loading of directories
When the number of files in a project directory is above the max
limit switch back to a mechanism to read directory content only
when the corresponding folder is expanded in the treeview.

When the command core:find-file is invoked the command core:open-file
is executed instead because the complete list of the project's
files is not available.

When a project search is done we search through all the files within
the project dir without indexing them.

Address issues #217 #203 #183.
2021-05-26 14:22:10 +02:00
..
command.lua Initial commit 2019-12-28 11:17:56 +00:00
core.lua Implement lazy loading of directories 2021-05-26 14:22:10 +02:00
doc.lua Fixed minor error that occurs when saving as after viewing a non-doc tab. 2021-05-24 17:26:16 -04:00
drawwhitespace.lua Implement unicode character replacements 2021-04-01 18:05:59 +02:00
files.lua Add command to create a directory in a new category "files" 2020-12-30 11:52:26 +01:00
findreplace.lua Added resetting of selection on intermediate find-text failure 2020-06-04 14:04:46 +01:00
root.lua Fix error introduced with commit c0ad86d 2021-03-18 15:46:44 +01:00