lite-xl/data/core/commands
Guldoman 3765ef1d7a
Move cursor to the beginning or the end of its selection
When using `doc:move-to-{previous,next}-char` in a selection, we were 
moving the cursor to the character before the initial/after the last 
character of the selection.
Now we follow what other editors do and move it to just before the 
initial/just after the final character.
2022-03-20 04:28:26 +01:00
..
command.lua Commands refactor (#257) 2021-06-07 23:00:29 +02:00
core.lua Add command to create a new named Doc 2022-03-18 00:34:15 -04: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