Es gibt wieder eine neue Version!!!!
Ich übernehme mal den original Text von walkero
""
I just released LiteXL v1.16.12.7 at
https://git.walkero.gr/walkero/lite-xl/ ... v1.16.12.7
It is also at the OS4depot upload queue.
In this version the following changes are included:
## [1.16.12.7] - 2022-01-11
## Added
- Added config.scroll_past_end that when it is true lets the user scroll
further than the end of the file. By default is set to true.
- Added "SDL_RENDERER_ACCELERATED" and "SDL_RENDERER_PRESENTVSYNC" on
SDL_CreateRenderer() since this reduces the CPU usage when the user
scrolls and seems to work pretty good on my systems (X5000, A1222 and
microAmigaOne). This is experimental. If this brings problems on your
the system, you can disable them using SDL ENV variable, like below:
setenv SDL_RENDER_VSYNC 0
setenv SDL_RENDER_DRIVER "software"
- Added plugins and colour schemas in addons folder and information at
the README_OS4 file (#10)
## Changed
- Compiled Lite XL with gcc 8.4.0
I added some extra information in the README_OS4 file that you might like to take a look.
This is going to be the last release based on the v1 source code of the editor since I want to focus more on the v2 port. You can track its progress at
https://git.walkero.gr/walkero/lite-xl/issues/12
""