mmikeww / AHK-v2-script-converter

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

Conversion menu - Fix lines that can't be done in main loop #184

Closed Banaanae closed 3 months ago

Banaanae commented 3 months ago

All below fixes must be done manually

Fixes

Todo

Not sure if this will end up being merged in this state, Min/MaxIndex and Win* exceptions aren't exactly what the script is about... OnMessage is, but can't run in the main loop (Always possible to put it in after the main loop)

Tests will show up as failing regardless of whether they actually are, best solution would probably be to make another folder like Failing Tests, or figure out how to run those functions during testing.

andymbody commented 3 months ago

Do you think the Map() version (with previous code) should be included?

Banaanae commented 3 months ago

Closing in favour of work done to fix #136

I'll make an update in discussion soon about what to do with these edge cases

Banaanae commented 3 months ago

Won't delete this branch incase in the future it might be useful