lite-xl/data/plugins
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
..
autocomplete.lua Introduce new plugin versioning tag mod-version 2021-05-05 22:38:29 +02:00
autoreload.lua Introduce new plugin versioning tag mod-version 2021-05-05 22:38:29 +02:00
detectindent.lua Fix error with previous commit 2021-05-17 10:16:55 +02:00
language_c.lua support for multiple groups in one pattern (#196) 2021-05-19 22:35:28 +02:00
language_css.lua Introduce new plugin versioning tag mod-version 2021-05-05 22:38:29 +02:00
language_html.lua Introduce new plugin versioning tag mod-version 2021-05-05 22:38:29 +02:00
language_js.lua add `of` keyword to language_js.lua and improve js string syntax highlighting in (#186) 2021-05-17 08:56:21 +02:00
language_lua.lua Improved Lua syntax (#201) 2021-05-20 19:02:40 +02:00
language_md.lua Introduce new plugin versioning tag mod-version 2021-05-05 22:38:29 +02:00
language_python.lua Introduce new plugin versioning tag mod-version 2021-05-05 22:38:29 +02:00
language_xml.lua Introduce new plugin versioning tag mod-version 2021-05-05 22:38:29 +02:00
macro.lua Introduce new plugin versioning tag mod-version 2021-05-05 22:38:29 +02:00
projectsearch.lua Implement lazy loading of directories 2021-05-26 14:22:10 +02:00
quote.lua Introduce new plugin versioning tag mod-version 2021-05-05 22:38:29 +02:00
reflow.lua Introduce new plugin versioning tag mod-version 2021-05-05 22:38:29 +02:00
tabularize.lua Introduce new plugin versioning tag mod-version 2021-05-05 22:38:29 +02:00
toolbarview.lua Introduce new plugin versioning tag mod-version 2021-05-05 22:38:29 +02:00
treeview.lua Implement lazy loading of directories 2021-05-26 14:22:10 +02:00
trimwhitespace.lua Introduce new plugin versioning tag mod-version 2021-05-05 22:38:29 +02:00
workspace.lua Introduce new plugin versioning tag mod-version 2021-05-05 22:38:29 +02:00