lite-xl/data/core
Jefferson González 6925c06599
Improved plugins config table handling (#1356)
* Warns user if trying to disable a plugin that is already
  enabled when doing `config.plugins.plugin_name = false` and also
  prevents replacing the current plugin config table with the false
  value to mitigate runtime issues.
* Uses a merge strategy by default when assigning a table to a plugin
  config to prevent a user from removing a plugin default config values
  as experienced and explained on this issue lite-xl-plugins#158
* This change is basically backwards compatible, but will require a
  change on the settings ui plugin on how it checks for already
  enabled plugins, since rawget will no longer be a working hack
  or workaround for this.
* As suggested by Adam dropped loaded key and switched to package.loaded
2023-08-19 12:37:29 +08:00
..
commands core: ported regex.gsub to faster native version (#1233) 2022-12-20 17:46:37 -04:00
doc highlighter: autostop co-routine when not needed (#881) 2022-11-06 03:38:10 +01:00
bit.lua
command.lua
commandview.lua Pass the currently selected item to `CommandView` validation (#1203) 2022-11-15 12:03:13 -04:00
common.lua Use `table.move` to implement `common.splice` (#1324) 2023-08-19 12:28:47 +08:00
config.lua Improved plugins config table handling (#1356) 2023-08-19 12:37:29 +08:00
contextmenu.lua contextmenu: adjust y positioning if less than zero (#1268) 2022-12-28 02:51:24 -04:00
dirwatch.lua Make `dirwatch` sorting compatible with what `file_bisect` expects (#1300) 2023-08-19 12:28:19 +08:00
docview.lua Avoid drawing hidden text in `DocView:draw_line_text` (#1298) 2023-08-19 12:28:48 +08:00
emptyview.lua fix: center title and version in emptyview (#1311) 2023-08-19 12:28:21 +08:00
ime.lua Improve IME location updates (#1170) 2022-12-20 20:11:13 -04:00
init.lua Getting rid of annoying forward slash on windows. (#1345) 2023-08-19 12:30:41 +08:00
keymap-macos.lua Fix horizontal scroll with touchpad on MacOS 2022-12-28 17:26:57 +01:00
keymap.lua Improve IME location updates (#1170) 2022-12-20 20:11:13 -04:00
logview.lua
modkeys-generic.lua
modkeys-macos.lua
nagview.lua initial documentation for better code completion 2022-06-07 22:09:34 -04:00
node.lua fix: move tab scroll buttons to remove spacing before 1st tab (#1231) 2022-12-20 22:06:53 -04:00
object.lua
regex.lua core: ported regex.gsub to faster native version (#1233) 2022-12-20 17:46:37 -04:00
rootview.lua Add IME support (#991) 2022-10-15 19:58:51 -04:00
scrollbar.lua Make `Scrollbar` follow `force_status` when animations are disabled 2022-11-15 21:08:33 +01:00
start.lua
statusview.lua feat: encode home in statusview file path (#1224) 2022-12-06 06:19:52 -04:00
strict.lua
style.lua
syntax.lua
titleview.lua
tokenizer.lua Fix popping subsyntaxes that end consecutively (#1246) 2022-12-27 20:24:52 -04:00
utf8string.lua
view.lua Add more options to `Scrollbar` (#1174) 2022-11-01 18:38:50 -04:00