Jefferson González
Jefferson González
Another issue I came across with the treeview plugin while building a package that removed and regenerated some directories causing a crash: ```diff if t.expanded and t.type == "dir" and...
AutoReload plugin is causing high cpu usage, to reproduce using this branch: 1. open an instance and open various files (`./scripts/run-local build` does the trick) 2. open a second instance...
Sharing some fixes I did after merging to pragtical if interested: * [Various no chdir fixes](https://github.com/pragtical/pragtical/commit/b76d282d477a5023d4b08cb8d83a738e2097bf2e) * [Fix autoreload bugs and performance issues](https://github.com/pragtical/pragtical/commit/ec0ae57fab18edf14ef0b50adf286e78cfb72145) Also all pragtical repositories like: plugins, console,...
Another change that may be of interest: https://github.com/pragtical/pragtical/commit/a5df5be84ff31af8125fdf4bd1ce4fab2162e280 Edit: also bug fix on `core:open-file` https://github.com/pragtical/pragtical/commit/47bfcb07bb1db489f97d2fa4a6c0432905eb87c0
Can you try one of the testing builds on this repo: https://github.com/jgmdev/lite-xl/releases/tag/v2.1.0 which include the changes on this PR https://github.com/lite-xl/lite-xl/pull/998 to better handle scaling, and report if it worked better...
This plugin with newer interface to find/replace allows `return` and `shift+return` to navigate results https://github.com/lite-xl/lite-xl-plugins/pull/168
Merging this as discussed on discord, a better ToolBar API interface will be planned later, anyone is free to take on that :)
Closing this as implemented on https://github.com/lite-xl/lite-xl-plugins/commit/aebce8ccf05f2c27d21b475149278193b9d70d43 https://user-images.githubusercontent.com/1702572/212220044-0a7e5b66-c025-41d8-876c-381647f20352.mp4
> Dropped the plugins folder and got this error > > ```shell > ~/lite-xl > ➜ ./lite-xl ~/Documents/development/agriboost.co.ke > Error: /home/forinda/.config/lite-xl/plugins/ipc.lua:869: attempt to index a boolean value (upvalue 'settings') >...
Do you also have the [widgets](https://github.com/lite-xl/lite-xl-widgets) library installed? My recommendation would be to install lite-xl using one of the packages that include additional addons, it is easier to get started...