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

]acre.AfterSave documentation #217

Closed aplteam closed 4 years ago

aplteam commented 4 years ago

The documentation can easily be misunderstood because it does not point out that the command

]acre.AfterSave functionName

has scope only for the current session: it does not remember it beyond that.

PhilLast commented 4 years ago

Agreed although anything not in a project's config file must of necessity be restricted to the session as there is nowhere else for it to be stored. Changed, hopefully for the better.