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

[BUG] Doesn't function properly when % is followed immediately by two or more numbers #148

Open
Jiawei1996 opened this issue Dec 14, 2023 · 2 comments

Comments

@Jiawei1996
Copy link

Jiawei1996 commented Dec 14, 2023

Language Mode is C++

When the selected code within the string statement contains a % followed immediately by two or more number characters, codesnap will be unable to export images normally.

e.g. "%" is good, "%1" is good, "%11" is bad.

@pfui-bah-kiste
Copy link

pfui-bah-kiste commented Feb 1, 2024

As mentioned in #140: The error occurs when there is at least one string of the form %00 - %ff, irrelevant of the casing, language mode or any other text adjacent to it.

@Ruin-Guard
Copy link

I met it too,it bothers me for 2 days

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants