lite-xl/data
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
..
colors style: move default colors to its own style file 2022-06-02 19:20:54 -04:00
core Add `inclusive` parameter to `Doc:get_text` (#1586) 2024-10-22 12:59:55 -04:00
fonts Configurable statusview icon (#1617) 2024-09-03 13:42:55 -04:00
plugins improve projectsearch (#1876) 2024-10-22 18:10:33 +02:00