lite-xl/data/plugins
Francesco Abbate 9155be7a22
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-22 23:40:54 +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 Added in cut, copy and paste to the context menu. Also removed find pattern, as that's no longer a valid command. Also made it so commands only show up if their predicates are valid. 2021-11-23 21:03:38 -05:00
detectindent.lua Adapt `detectindent` to the new indentation architecture 2021-11-20 04:40:58 +01:00
drawwhitespace.lua Added in the ability to specify a color for whitespace. 2021-11-23 18:42:01 -05:00
language_c.lua Set `void` to `keyword2` in `language_c` and `language_cpp` plugins 2021-12-15 18:20:17 +01:00
language_cpp.lua Set `void` to `keyword2` in `language_c` and `language_cpp` plugins 2021-12-15 18:20:17 +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 Merge pull request #497 from lite-xl/fix-javascript-regexp-syntax 2021-12-06 00:17:07 -05:00
language_lua.lua Add names to language plugins 2021-11-21 03:46:43 +01:00
language_md.lua Improved Markdown syntax highlighter 2021-12-03 23:50:23 +09:00
language_python.lua Apply again cd10497b49 2021-11-23 22:24:03 +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-11-23 22:35:11 -05:00
macro.lua 2.0 changelog and modversion updates. 2021-08-17 20:24:44 +02:00
projectsearch.lua Propogated mouse clicks correctly. 2021-11-14 15:41:28 -05: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 Manual merge of into . 2021-11-23 15:57:22 -05: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-22 23:40:54 +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