mmikeww / AHK-v2-script-converter

AHK v1 -> v2 script converter
https://autohotkey.com/boards/viewtopic.php?f=6&t=25100
The Unlicense
581 stars 44 forks source link

Fix V1 to V2 label name conversion #48, #201 #237

Closed andymbody closed 4 months ago

andymbody commented 4 months ago

Fix V1 to V2 label name conversion. #48, #201. Currently just uses underscore to replace invalid characters (start simple). Does not address variable names, that will be handled separately Also some minor code refactoring - adj lines, regex needles and code locations

andymbody commented 4 months ago

I forgot to verify that the new name is not in use! lol Will fix and resubmit.