mmikeww / AHK-v2-script-converter

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

Three different exit routines? #249

Open fade2gray opened 3 months ago

fade2gray commented 3 months ago

Only the RedX appends any VI code in the GUI to TempScript.ah1, but even then the converter does not exit fully, needing to shut down using the tray menu.

Shouldn't Gui_Close(thisGui) end with ExitApp rather than return?

Banaanae commented 3 months ago

See https://github.com/mmikeww/AHK-v2-script-converter/issues/97#issuecomment-1480225173

Banaanae commented 3 months ago

And yes this does need to be cleaned up, but it works currently soo