lite-xl/data/core/doc
Guldoman f81bd133b8
Add `inclusive` parameter to `Doc:get_text` (#1586)
This is needed to get the last character of the "selection".

For example:
```lua
doc:get_text(1, 1, #doc.lines, math.huge)
```
will return everything but the last newline, while
```lua
doc:get_text(1, 1, #doc.lines, math.huge, true)
```
will return the last newline too.
2024-10-22 12:59:55 -04:00
..
highlighter.lua Use proper timeouts for coroutines that don't need to wait (#1467) 2023-08-04 09:40:02 -04:00
init.lua Add `inclusive` parameter to `Doc:get_text` (#1586) 2024-10-22 12:59:55 -04:00
search.lua Fix selecting newlines with `find-replace:select-add-{next,all}` (#1608) 2023-11-29 10:40:47 -05:00
translate.lua Changed behaviour of home. 2021-08-06 18:08:08 -04:00