Jefferson González

Results 314 comments of Jefferson González

I just noticed this one: ```sh sed -i 's|"Timestamp"), 1ul)|"Timestamp"), 1ull)|' \ libstuff/STCPNode.cpp ``` Is only needed on arm (at leat armv7h in my case), in x64 it should compile...

For reference I wrote the following files for the archlinux package which may serve as some kind of example: /etc/bedrock.conf https://aur.archlinux.org/cgit/aur.git/tree/bedrock.conf?h=bedrock /usr/lib/systemd/system/bedrock.service https://aur.archlinux.org/cgit/aur.git/tree/bedrock.service?h=bedrock

The thing is that lite-xl actually supports duplicated bindings for every command, what determines which command takes precedence after pressing a keybinding is the predicate associated to the command. Maybe...

For reference I'm leaving this here as the approach taken on pragtical https://github.com/pragtical/pragtical/pull/28 the API is documented on the PR using lua doc comments with some basic usage example provided....

now darken colors look more vivid: Before: ![annotations-default](https://github.com/lite-xl/lite-xl/assets/1702572/2587e5a4-cc4d-4ae3-ad16-d7aee8dcb4a9) After: ![annotations-vivid](https://github.com/lite-xl/lite-xl/assets/1702572/41bede88-7663-4f71-a649-d176a7041d4d)

Added support for custom language plugin symbol fields as requested by Guldoman, fields like `keyword.my.custom` will now work thanks to a metatable assigned to style.syntax that does the color fallbacks...

> how does this look in a light theme? Github scheme: ![annotations-github](https://github.com/lite-xl/lite-xl/assets/1702572/c897f63a-be95-4ac2-8b08-382da09bf85e) Moe scheme: ![annotations-moe](https://github.com/lite-xl/lite-xl/assets/1702572/5448084e-7ead-4025-a132-6d1ef31fadd0)

> Hello, is there any update on this PR? Just in case, this change is already part of [pragtical](https://github.com/pragtical/pragtical) with some other related changes and fixes.

Could you provide some steps/project/configuration to reproduce?

Ok, after some sleep properly read what you described, pushed a change that "should" fix the problem, let me know if it fixes it on your testing or if I...