Today I released the port of Pragtical, a new code editor for AmigaOS 4.1 FE. This is a fork of Lite XL, so they have many similarities, as they share code, but also a different perspective.
Thank you for every little and big piece of code you do for us Amiga users! George you and Afxgroup are a cornerstone of this small community of AmigaOS4 users who refused to leave.
@walkero looks like VisualStudio code, it seems good!
EDIT: BTW, I've downloaded it and it works. However it seems a bit slow, probably because using SDL3 on emulated Pegasos2 it cannot access to accelerated HW?
EDIT: Oh! I've almost forgotten: The provided auto install script tries to access an undefined GETENV: device. I resolved copying manually the folder.
Edited by Kirirur on 2026/7/23 16:39:44
QEMU emulator version 11.0.2 Pegasos2 - AmigaOS 4.1 FE Update 3
EDIT: BTW, I've downloaded it and it works. However it seems a bit slow, probably because using SDL3 on emulated Pegasos2 it cannot access to accelerated HW?
It is because SDL3 and an emulator, as you said, cannot use the Gfx card to accelerate it. But there are some configuration changes you can do to speed it up. For example, reduce the antialiasing. Have a look at the configuration pages how to do that. Also, don't use plugins that slows it down, like the minimap.
Quote:
EDIT: Oh! I've almost forgotten: The provided auto install script tries to access an undefined GETENV: device. I resolved copying manually the folder.
The autoinstall script is meant to be used by amiupdate when new versions are released. So, you did it right to copy it anywhere you wanted.