Lite XL text editor
We have been discussing text editors that support the Zig language in this thread:
"The Zig language"
viewtopic.php?t=12993
Everytime I search for text editors, I find more. Today stumbled upon Lite XL, a real gem.
Posted to my blog, with links to the homepage etc:
"Lite XL text editor"
https://bkhome.org/news/202410/lite-xl-text-editor.html
I had previously found the "Lite" editor, but that is a dead project, stopped about 4 years ago. However, Lite XL is a continuation of Lite.
I have created two PETs, one compiled in Easy Scarthgap, the other in Daedalus. If you want to try the PET, the Daedalus PET will be good for any pup-distro with packages of vintage Debian Bookworm or later. The Scarthgap PET should work on recent pups, like voidpup. PET links:
Scarthgap PET:
https://distro.ibiblio.org/easyos/amd64 ... hgap64.pet
Daedalus PET:
https://distro.ibiblio.org/easyos/amd64 ... alus64.pet
Huge number of plugins; I put what looked like a nice selection into the PETs.
In case anyone needs it, this is how I compiled it:
Code: Select all
# meson setup --buildtype=release --prefix=/usr build
# meson compile -C build
# DESTDIR="$(pwd)/lite-xl" meson install --skip-subprojects -C build
...the end result is in folder "lite-xl".
Lite XL will be in the next release of both Easy Daedalus and Scarthgap.
I was going to put in Sublime text editor, but Lite XL is so good, and opensource, whereas Sublime is closed source and not really free.
As Lite XL doesn't have the traditional pull-down menus, you might find it useful to glance through the project's Usage page:
https://lite-xl.com/en/documentation/usage
...however, I found the UI to be intuitive and navigated around without difficulty. It is quite impressive that the GUI is created with SDL2, not using the usual gtk or qt toolkits.