lite-xl/data/core/commands
Francesco Abbate 73bda963a5 Deprecate core.add_save_hook to override Doc:save
In order to stay simple and closer to the lite's design principles we
deprecate the core.add_save_hook function and the related mechanism.
Instead we now directly override the Doc:save() method.

The method is already overrided from core.init to add the automatic
reloading of style when user's module is saved.

The cleanup is related to the discussion in issue #229.
2021-06-17 23:31:28 +02:00
..
command.lua Initial commit 2019-12-28 11:17:56 +00:00
core.lua Implement lazy loading of directories 2021-05-26 14:22:10 +02:00
doc.lua Deprecate core.add_save_hook to override Doc:save 2021-06-17 23:31:28 +02:00
drawwhitespace.lua Implement unicode character replacements 2021-04-01 18:05:59 +02:00
files.lua Add command to create a directory in a new category "files" 2020-12-30 11:52:26 +01:00
findreplace.lua Added resetting of selection on intermediate find-text failure 2020-06-04 14:04:46 +01:00
root.lua Fix error introduced with commit c0ad86d 2021-03-18 15:46:44 +01:00