the-carlisle-group / Acre-Desktop

A simple Dyalog APL IDE plugin that introduces "projects" and allows you to keep your source code in Unicode text files.
MIT License
11 stars 1 forks source link

What's the difference between the API methods "change" and "changefile"? #156

Closed aplteam closed 5 years ago

aplteam commented 5 years ago

There seems to be none.

PhilLast commented 5 years ago

Assume you mean ⎕SE.acreAPI.changes which replicates the ]acre.changes command but for the -when option and a syntax error that I've just corrected.

`⎕SE.acreAPI.changefile returns the changefile names of the first item in its argument.

PhilLast commented 5 years ago

Closed