Jefferson González
Jefferson González
Was automatically closed by the build conflict PR merge, reopening in case others are also interested on xmake support
Adding another build system isn't approved by core developers so closing this.
My proposal would be to add [widgets](https://github.com/jgmdev/lite-xl-widgets) as part of master which besides providing floating views functionality also implements various controls and easier approach to writing gui stuff, some examples...
I use it mostly under Wayfire which is a wayland compositor that uses wlroots and it works nicely as long as one uses default XWayland backend. It does gets laggy...
This is how it looks for me at first load with sdl 2.0.20 and lite-xl build from master  After scrolling the document everything is rendered but sometimes moving the...
> Testing with SDL from their git repo, the first paint problem doesn't seem to happen anymore. Can anyone test that too? Confirmed, built sdl from master `2.0.20.r217.gb2463a917` and it...
We have working implementation now as a lua plugin: https://github.com/lite-xl/lite-xl-plugins/blob/2.1/plugins/ipc.lua related PR https://github.com/lite-xl/lite-xl-plugins/pull/127 so closing this for now.
As another note the channelClear doesn't reinitializes the first element to null and the last element to first element pointer.
Some more questions that come to mind: 1. About the bridge: How to implement this? using a plain Lua curl/wget wrapper? 2. How necessary is this functionality? Is there any...
mmm, maybe we can just use netcat, I think it is also available for [windows](https://github.com/diegocr/netcat) (lots of ports... and should be standard in all other platforms (Linux, Mac).