lite-xl/data/plugins
Francesco Abbate 37c00c877a Ensure TreeView cache entry is removed on delete
Address issue:

https://github.com/lite-xl/lite-xl/issues/689

Attempt to provide a more accurate fix to commit:

59f64088e1

For this latter what happens is that any change inside a directory
cause the corresponding entry to be folded in the TreeView.

The new change is more accurate because we remove only the stale
entry corresponding to the delete event and we do not reset the
cache of the parent directory using the modify event.
2021-12-20 11:03:49 +01:00
..
autocomplete.lua revert new keyboard bindings 2021-09-09 07:44:58 +02:00
autoreload.lua Use dmon events in reload plugin 2021-10-08 23:15:25 +02:00
contextmenu.lua add context menu options for logview 2021-08-24 11:31:22 +02:00
detectindent.lua Add commands to manage tab style 2021-09-07 07:53:03 +02:00
language_c.lua Add names to language plugins 2021-11-21 03:46:43 +01:00
language_cpp.lua Add names to language plugins 2021-11-21 03:46:43 +01:00
language_css.lua Add names to language plugins 2021-11-21 03:46:43 +01:00
language_html.lua Add names to language plugins 2021-11-21 03:46:43 +01:00
language_js.lua Add names to language plugins 2021-11-21 03:46:43 +01:00
language_lua.lua Add names to language plugins 2021-11-21 03:46:43 +01:00
language_md.lua Add names to language plugins 2021-11-21 03:46:43 +01:00
language_python.lua Add names to language plugins 2021-11-21 03:46:43 +01:00
language_xml.lua Add names to language plugins 2021-11-21 03:46:43 +01:00
lineguide.lua Added an exclusion for lineguide in the commandview. 2021-12-20 08:43:48 +01:00
macro.lua 2.0 changelog and modversion updates. 2021-08-17 20:24:44 +02:00
projectsearch.lua Fix crash in project search when project has no files 2021-08-29 11:13:39 +02:00
quote.lua 2.0 changelog and modversion updates. 2021-08-17 20:24:44 +02:00
reflow.lua 2.0 changelog and modversion updates. 2021-08-17 20:24:44 +02:00
scale.lua Small cleanup of `scale` plugin 2021-10-02 18:39:23 +02:00
tabularize.lua 2.0 changelog and modversion updates. 2021-08-17 20:24:44 +02:00
toolbarview.lua 2.0 changelog and modversion updates. 2021-08-17 20:24:44 +02:00
treeview.lua Ensure TreeView cache entry is removed on delete 2021-12-20 11:03:49 +01:00
trimwhitespace.lua 2.0 changelog and modversion updates. 2021-08-17 20:24:44 +02:00
workspace.lua 2.0 changelog and modversion updates. 2021-08-17 20:24:44 +02:00