Guldoman
Guldoman
Using `lpm run` (`1.4.0`) on Windows: ``` > .\lpm.exe lite-xl add 2.1.7 C:\Users\Test\Downloads\lite-xl-v2.1.7-windows-x86_64\lite-xl --ssl-certs=noverify 2.4 MB [ 6.0 MB/s][100%]: Fetching https://github.com/lite-xl/lite-xl-plugin-manager.git:latest... 349.0 kB [ 5.4 MB/s][100%]: Fetching https://github.com/lite-xl/lite-xl-plugins.git:master... 47.5 kB...
When an ephemeral bottle is deleted, `lpm` (`1.4.0`) seems to delete the content of the linked data dir. I guess this is related to #131, which should be fixed, but...
When running `lpm` with `--symlink` and a local repo, in some cases the repo directory gets polluted (for example by `files`). Ideally only files should be symlinked, and directories should...
When specifying inline repos like in `lpm run --ephemeral http://url.to/repo:branch plugin_name`, the repo gets cached, but can't be updated with `lpm update`, so even if the inline repo changes, it's...
For example: ```lua local syntax = require "core.syntax" syntax.add { name = "Test", files = "%.test$", patterns = { { pattern = { '^()%.EX()', '^()()%.EE' }, type = { "string",...
Supersedes #2070. This implements: * Proper custom events registration * `system.open_file_dialog` to show the SDL file picker * `system.save_file_dialog` to show the SDL save file picker * `system.open_directory_dialog` to show...
Notifications shouldn't hide the whole status bar.
It should just use one or the other, probably the absolute version.
Round 2. Closes #1861. Follow-up of #1862 and #1863.
It looks like the last known coordinates are used instead of the current ones. We receive a `mousemoved` event just after the drop, so we could hold `filedropped` events until...