Daniel Margarido
Daniel Margarido
rxi added support for that like in the middle of last year. It's simple to add suggestions to the autocomplete. If people want they can add plugins to do it....
This was a gif from rxi displayed last year somewhere around here. I can build something similar when I have some free time.
You can create build commands for each individual project by using the project module or to all projects using your personal module already. Check an example for the project module...
Also filtering by extension may be done inside the command that is being run.
lite has different objectives from lite-xl. Lite-xl changed some of the internal logic and that's why some of the lite plugins may not work. If something does not work in...

Usually I have a constant that is set in the configurations according to the love version like: ```lua local major, minor, revision, codename major, minor, revision, codename = love.getVersion() --...
Try to put the track1 as static in the newSource call. I have a flag for web builds which makes all the sounds static because the streaming of audios makes...
Check for sounds with the "streaming" option and try them with the "static" option. It speed up my game, and stopped the audio from breaking sometimes. It will use more...
Thanks for your report. This is a problem I wanted to solve for some time in the graphical library (tekUI). It isn't a big problem under X11 but when using...