AHK-v2-script-converter icon indicating copy to clipboard operation
AHK-v2-script-converter copied to clipboard

removed keywords aren't removed if already converted

Open mmikeww opened this issue 8 years ago • 0 comments

this

f = %A_FormatFloat%

converts to

f := A_FormatFloat

even though A_FormatFloat is supposed to be removed

if the original assignment had used := instead, then it would be removed correctly

mmikeww avatar Dec 23 '16 14:12 mmikeww