1st of all, a big THANK YOU for AHK ! I really love it.
(This is not a big problem, but sometimes it produces bugs - due to AHK's nature to accept undefined variable names)
The g- and v-Label characters in a line like
Code:
Gui Add, Edit, vNewText gCheckText,
CheckText:
GuiControlGet v ,, NewText
return
avoid the ability to do refactoring-like replacements over the sources.
(Nor can I select the variables name by double clicking it)
So I would love to have an additional syntax like
Code:
Gui Add, Edit, v:NewText g:CheckText,