ahkpp
ahkpp copied to clipboard
"Edit" tokenized as a function instead of a keyword like other Gui control types
Gui, 1:Add, Edit,, sample text
Gui, 1:Add, Link,, sample <a href="http://[...]">link</a>
Gui, 1:Add, Text,, sample text
Results in unexpected syntax coloring:

Ref #85
Not only Edit. There are 4-5 commands/functions has same name as keywords. They detects before keywords, I think reorder of regexes will fix it.
I tried that, wasn't able to get it working. It may have just been a simple build issue though.