aviaryan / Clipjump

:clipboard: Clipboard Manager for Windows, built in AutoHotkey
http://clipjump.sourceforge.net/
384 stars 62 forks source link

ClipjumpCustom syntax #79

Open aviaryan opened 9 years ago

aviaryan commented 9 years ago

I now understand why AHK 1.1 has both = and := :-;

The current syntax of ClipjumpCustom fails in a lot of ways when it comes to handling variables. It should be updated to AHK's := like syntax.

key = variable
key = "string"
key = func( variable , "string" )
aviaryan commented 9 years ago

Commit https://github.com/aviaryan/Clipjump/commit/074c1d0b770d09412b4de9f0787ec8b998fde2d5 manages to fix above limitations but leaves user with a slightly nontraditional approach.