Jefferson González

Results 314 comments of Jefferson González

something like this ~~would~~ could also look better ![emoji-larger](https://github.com/lite-xl/lite-xl/assets/1702572/c3951984-410c-48ea-8f84-b12fcabdd138) ![emoji-not-bad](https://github.com/lite-xl/lite-xl/assets/1702572/1bfd5e2c-5d2e-4470-85c7-f17210b463d6)

> I'm not sure if this is the correct way to fix it. In my testing it is still not properly aligned. seems it was a lucky shot when paired...

It may be better to initialize `ContextMenu` to `nil` and move all the initialization and menu items registration into a coroutine using `core.add_thread()` that performs the `config.plugins.contextmenu` availability check. This...

> @jgmdev is this what you meant? If so, I guess I'll do the same in [lite-xl/lite-xl-plugins#267](https://github.com/lite-xl/lite-xl-plugins/pull/267) exactly > It seems to be working. However if [settings] plugin is enabled...

This issue is fixed with a basic coroutine delay as done here https://github.com/pragtical/pragtical/commit/41e5caa0dfd30c7c0b868ebf8c51c1e832459c2c

> As for #1455, I'm looking forward ^_^. The benefits outweight the costs I feel. Any ideas when we'll see the release? If you are interested that change is already...

When I was improving this syntax file had to add what seems to be redundant rules to achieve the desired result with other conflicting rules (valga la redundancia). Should have...

Prevent resetting h scrollbar position when not needed, always allow clicking an item to its right: ```diff diff --git a/data/plugins/treeview.lua b/data/plugins/treeview.lua index fb0aee30..20d30768 100644 --- a/data/plugins/treeview.lua +++ b/data/plugins/treeview.lua @@ -254,7...

What about `^` eg: `ctrl+a^ctrl+c` or even `|` eg: `ctrl+a|ctrl+c` It seems either of those options wouldn't need escaping. Edit: a third option `&` eg: `ctrl+a&ctrl+c`

This is fixed with https://github.com/pragtical/pragtical/commit/41e5caa0dfd30c7c0b868ebf8c51c1e832459c2c