Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ligatures for hexadecimal numbers work for capital letters, not lowercase. #136

Open
digital-diplomat opened this issue Oct 23, 2023 · 1 comment
Labels
bug Something isn't working V7 already fixed, will release in V7

Comments

@digital-diplomat
Copy link

digital-diplomat commented Oct 23, 2023

As it currently stands, the ligature to change the "0x" of hexadecimal values only works if the succeeding characters (0-F) are capitalized. 0xFF, for example, will become 0×FF, but 0xff will NOT become 0×ff. See this dmesg screenshot with memory addresses for an example:

image

Expected behavior is that this ligature is applied even if the succeeding value is not capitalized, so long as it is a value between 'a' ((char) 0x61) and 'f' ((char) 0x66).

@subframe7536 subframe7536 added the bug Something isn't working label Oct 23, 2023
@subframe7536
Copy link
Owner

in v7-beta4, this bug has been solved

@subframe7536 subframe7536 added the V7 already fixed, will release in V7 label Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working V7 already fixed, will release in V7
Projects
Status: Done
Development

No branches or pull requests

2 participants