Jefferson González
Jefferson González
After playing around a bit more with #56 this is a working [manifest.json](https://github.com/jgmdev/Evergreen.lxl/blob/PR/meson/manifest.json) file for the plugin manager with working support for: * x86_64-linux * x86_64-darwin (aka macos) * aarch64-darwin...
### Describe the bug When writing statements like `sdl.` the language server does not find any symbols belonging to the module. ### Expected Behavior Get a list of symbols belonging...
**Description** When toggling a window to fullscreen the focus is lost when the Foreign Toplevel Protocol plugin is enabled. **To Reproduce** 1. Enable Foreign Toplevel Protocol and restart wayfire. 2....
Rebase of lite-xl/lite-xl#1864
The new plugin generates markdown files ready for use on the pragtical website by employing the [Lua Language Server]. Example usage: ``` pragtical gendocs --output=/path/to/pragtical.github.io/docs/api ``` The output can still...
Captures mouse events when hovering over the suggestions box and transmits them to the CommandView. As expected, the captured events prevent other views from receiving them. List of captured events:...
Track issues with pragtical when using sdl2-compat: * Application window is not shown when using the wayland driver (noticed this only applies on wayfire) (Related: https://github.com/WayfireWM/wayfire/issues/1870) * ~~SDL_SetHint(SDL_HINT_RENDER_DRIVER, "software");` causes:...