lite-xl/data/core/commands
Guldoman 0ca0e36009
Open `LogView` in correct `Node`
Using `get_active_node` might result in a locked `Node`; calling 
`add_view` on that `Node` throws an error.

`get_active_node_default` always returns an unlocked `Node`.
2022-05-04 02:58:34 +02:00
..
command.lua Commands refactor (#257) 2021-06-07 23:00:29 +02:00
core.lua Open `LogView` in correct `Node` 2022-05-04 02:58:34 +02:00
dialog.lua Fix undeclared NagView findindex() by moving it to common. 2021-06-13 21:28:29 -04:00
doc.lua Move cursor to the beginning or the end of its selection 2022-03-20 04:28:26 +01: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 Migrate to Lua 5.4 2021-12-31 13:53:01 +01:00
log.lua remove unsaved flag from log.txt 2021-12-22 10:54:25 +08:00
root.lua Fix cases of nil node. 2022-02-09 10:40:02 -04:00
statusbar.lua statusview: added ability to hide and commands 2022-03-11 17:23:16 -04:00