lite-xl/data/plugins
Guldoman 8a9bac7de3
Fix `drawwhitespace` drawing lines with different substitution kinds
When multiple substitution kinds are present in the same line, they're 
placed in the cache in an order that's spatially consistent only between 
items of the same kind.
Because we stopped drawing after we reached the first invisible 
substitution, the subsequent kinds weren't drawn even if they should 
have been.
2022-10-30 02:54:30 +01:00
..
autocomplete.lua plugin autocomplete: update partial on manual trigger 2022-10-25 17:20:31 -04:00
autoreload.lua plugins: dropped --lite-xl version tag 2022-05-31 16:34:14 -04:00
contextmenu.lua Allow command predicates to manage parameters passed to the commands 2022-08-16 22:13:16 +02:00
detectindent.lua Allow command predicates to manage parameters passed to the commands 2022-08-16 22:13:16 +02:00
drawwhitespace.lua Fix `drawwhitespace` drawing lines with different substitution kinds 2022-10-30 02:54:30 +01:00
language_c.lua [chore]: Delete useless $ 2022-07-13 09:16:32 +02:00
language_cpp.lua [chore]: Delete useless $ 2022-07-13 09:16:32 +02:00
language_css.lua [chore]: Delete useless $ 2022-07-13 09:16:32 +02:00
language_html.lua [chore]: Update syntax 2022-07-06 10:15:44 +02:00
language_js.lua [chore]: Delete useless $ 2022-07-13 09:16:32 +02:00
language_lua.lua [chore]: Delete useless $ 2022-07-13 09:16:32 +02:00
language_md.lua plugins language_md: fixed some regressions, added caddyfile support 2022-10-02 21:45:54 -04:00
language_python.lua language_python: add syntax support for async/await 2022-08-16 09:52:46 +02:00
language_xml.lua plugins: dropped --lite-xl version tag 2022-05-31 16:34:14 -04:00
lineguide.lua plugin lineguide: be strict on drawing to DocView 2022-10-15 21:56:34 -04:00
linewrapping.lua Refactor scrollbar into its own file (#1124) 2022-10-15 20:12:15 -04:00
macro.lua plugins: dropped --lite-xl version tag 2022-05-31 16:34:14 -04:00
projectsearch.lua Added in simple directory search to treeview. (#1110) 2022-09-14 00:14:13 -04:00
quote.lua Allow command predicates to manage parameters passed to the commands 2022-08-16 22:13:16 +02:00
reflow.lua Allow command predicates to manage parameters passed to the commands 2022-08-16 22:13:16 +02:00
scale.lua plugin scale: added option to set default scale (#1115) 2022-09-15 00:54:44 -04:00
tabularize.lua Allow command predicates to manage parameters passed to the commands 2022-08-16 22:13:16 +02:00
toolbarview.lua Steps to generalize toolbar and treeview. (#1088) 2022-08-09 14:53:30 -04:00
treeview.lua Refactor scrollbar into its own file (#1124) 2022-10-15 20:12:15 -04:00
trimwhitespace.lua Allow command predicates to manage parameters passed to the commands 2022-08-16 22:13:16 +02:00
workspace.lua Changed workspace to accommodate other views. (#1121) 2022-10-09 19:55:07 -07:00