lite-xl/data/core/commands
Guldoman 5526041da3
Check entire selection to trigger `DocView:scroll_to_make_visible`
This is needed for example when a selection has both `line1` and `col1`
at 1, and the left arrow is pressed: `line2` and `col2` change, while
`line1` and `col1` don't, but we still want to scroll.
2022-02-11 06:16:29 +01:00
..
command.lua Commands refactor (#257) 2021-06-07 23:00:29 +02:00
core.lua Fix checks when opening new project directory 2022-01-09 23:26:11 +01:00
dialog.lua Fix undeclared NagView findindex() by moving it to common. 2021-06-13 21:28:29 -04:00
doc.lua Check entire selection to trigger `DocView:scroll_to_make_visible` 2022-02-11 06:16:29 +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 Manual merge of into . 2021-11-23 15:57:22 -05:00