Clipjump icon indicating copy to clipboard operation
Clipjump copied to clipboard

ClipjumpCustom syntax

Open aviaryan opened this issue 9 years ago • 1 comments

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 avatar May 20 '15 13:05 aviaryan

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

aviaryan avatar May 20 '15 14:05 aviaryan