Francesco

Results 144 comments of Francesco

Hi, could you explain what's the purpose of the plugin ?

I am also wondering why you are doing all this work of parsing when you have the Lua function `load` at your fingertips. You can do something like: ```lua config...

Thank you for this work, I appreciate there kind of well thought contributions. > To allow a `View` object to be loaded/stored, it must pass a name as parameter when...

Please do the registration things without modifying the extend method if possible. As for the registration name rxi used a simple mechanism based on `package.loaded` but I guess it is...

Thank you @sprainbrains, this work seems to be correct from the technical point of view and well done. I tested on my window machine and everything seems fine. On the...

Just for information, the linux binaries I provide are linked to SDL2 2.0.16 but this latter is compiled without Wayland support. It is important to know if people use lite-xl...

Thank you for the report, I see there are quite some problems using wayland natively. When you compile yourself you may try the meson build option `-Drenderer=true`, I may behave...

> gnome wayland. fedora 35. Thank you for sharing these details about the crash. What version of Lite XL you was using ? If you compiled the application by yourself...

I have created a special build for testing using the master branch and the latest SDL version 2.0.20 with wayland support activated. I would like if @arun54321 or other people...

> I've taken a different approach entirely. Check the `remodel` branch. I'll be documenting functions as I move them back into the codebase. The documentation will be a bunch of...