lite-xl/data/plugins
sammyette 3f917dcb45 feat: add option to only draw whitespace if it is within selection (#1312)
* refactor: remove sort_positions usage
* refactor: move draw conditional to has_any_selection and other changes
  - snake case (sssss)
  - break after finding selection
* fix: typo of config plugins
* fix: do check for show selected only properly
* feat: only draw within selection per substitution
* `drawwhitespace`: Make `show_selected_only` work properly

---------

Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
2023-08-07 14:50:58 +01:00
..
autocomplete.lua autocomplete: wrap the autocomplete results around (#1223) 2022-12-06 06:21:14 -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 `detectindent`: Limit subsyntax depth (#1253) 2022-12-20 22:28:29 -04:00
drawwhitespace.lua feat: add option to only draw whitespace if it is within selection (#1312) 2023-08-07 14:50:58 +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 language_md: add nix code block highlighting (#1323) 2023-08-07 14:50:43 +01: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 `linewrapping`: Disable horizontal scrolling when enabled (#1309) 2023-01-05 16:02:12 -05:00
macro.lua plugins: dropped --lite-xl version tag 2022-05-31 16:34:14 -04:00
projectsearch.lua plugins projectsearch: expose its functionality (#1235) 2022-12-14 11:53:20 -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 `toolbarview`: Remove tooltip when hidden (#1251) 2022-12-20 18:07:29 -04:00
treeview.lua Abstracted open_doc out to allow for more easy overriding. (#1344) 2023-08-07 14:50:58 +01:00
trimwhitespace.lua trimwhitespace: expose functionality and extra features (#1238) 2022-12-20 18:13:56 -04:00
workspace.lua Changed workspace to accommodate other views. (#1121) 2022-10-09 19:55:07 -07:00