lite-xl/data/core/commands
Guldoman 17185075c6 Allow `find-replace:select-next` to select more occurrences after wrap
The initial position for the search is defined by the last selection 
towards the end of the file.
After reaching the end of the file, it would always select the same 
selection to start the search from.

Now, we start the search from each selection, until a new occurrence is 
found.
2021-09-09 18:43:08 +02:00
..
command.lua Commands refactor (#257) 2021-06-07 23:00:29 +02:00
core.lua Add missing home_encode for change-project-folder 2021-08-28 08:08:53 -07:00
dialog.lua Fix undeclared NagView findindex() by moving it to common. 2021-06-13 21:28:29 -04:00
doc.lua Merge pull request #390 from adamharrison/cursor-fixes 2021-08-14 09:12:13 -04: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 Allow `find-replace:select-next` to select more occurrences after wrap 2021-09-09 18:43:08 +02:00
root.lua Pairs -> IPairs 2021-08-10 23:18:30 -04:00