-
Notifications
You must be signed in to change notification settings - Fork 43
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
Renaming of labels #48
Comments
Does this still need to be addressed? |
Yes see #201 |
@dmtr99 added the function to replace number prefixes for labels. But that is all that was done. Will address the other characters as well. It will be fun... See comment here #201 (comment) |
andymbody
added a commit
to andymbody/AHK-v2-script-converter
that referenced
this issue
Jul 7, 2024
Fix V1 to V2 label name conversion. Does not address variable names, that will be handled separately
This was referenced Jul 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I will add a function to rename the labels to the allowed characters.
if the first letter is a number, we will add _ before the label.
As this will be defined in a function, the rules can easily be changed.
https://lexikos.github.io/v2/docs/misc/Labels.htm
The text was updated successfully, but these errors were encountered: