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 Commands refactor (#257) 2021-06-07 23:00:29 +02:00
core.lua Fix problem when opening project's module document 2021-12-30 15:26:40 +01:00
dialog.lua Fix undeclared NagView findindex() by moving it to common. 2021-06-13 21:28:29 -04:00
doc.lua Remove duplicate command declaration (#565) 2021-10-02 18:39:22 +02:00
drawwhitespace.lua Implement unicode character replacements 2021-04-01 18:05:59 +02:00
files.lua Integrate mkdirp function in common module (#265) 2021-06-13 19:50:42 +02:00
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