lite-xl/data/core/commands
Francesco Abbate fd074ff39a Fix problem when opening project's module document
It wasn't fine to call core.open_doc without filename argument
and later call Doc:save without providing both the filename and
the absolute filename. It was giving a Doc in an inconsistent
status where self.filename was set but not self.abs_filename.
Added an asset to detect early the problem if ever happens again.

In turn the problem prevented the project's module hook to work if the
file was newly created.
2021-12-30 15:26:40 +01:00
..
command.lua
core.lua Fix problem when opening project's module document 2021-12-30 15:26:40 +01:00
dialog.lua
doc.lua
drawwhitespace.lua
files.lua
findreplace.lua Improve check for `find-replace` commands using `has_unique_selection` 2021-10-16 03:02:42 +02:00
root.lua Check both values returned by `Node:get_locked_size` 2021-10-16 02:56:01 +02:00