Jan

Results 273 comments of Jan

re-tested against the 3.1.1 prerelease works as intended

EDIT: will be done in a later PR

the restart issue has been fixed a method to persist a single window has been added for the time being. I'd say this PR is done things like adapting sessions...

https://wiki.libsdl.org/SDL3/SDL_SetMemoryFunctions Lite-XL can provide *alloc wrappers (similar to how it already does with `check_alloc` in `renderer.c`) to expose allocation errors via Lua.

https://wiki.libsdl.org/SDL3/SDL_ShowOpenFileDialog https://wiki.libsdl.org/SDL3/SDL_ShowSaveFileDialog `Open File` and `Save as` dialogs commonly found in other text editors can be easily implemented (possibly even with portal support?)

https://wiki.libsdl.org/SDL3/SDL_ShowOpenFolderDialog similar to above but for adding new projects works via portals, thus one step closer to flatpak supportt

Posting this information here so its kept track of - Using Proton's Wine is expected to be wrapped and after 5.13 to be containerized. Running manually is unsupported and considered...

Any info on the state of this?

upstream PR for the libintl fix https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3448 Talked to the person who initially made the change and it appears that it was left out because it didn't appear used.

rebase because I noticed with a clean recompile that glib replaced PCRE with PCRE2 since 2.73.2 (relevant merge: https://gitlab.gnome.org/GNOME/glib/-/merge_requests/2529)