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

Closing acre projects #139

Closed aplteam closed 5 years ago

aplteam commented 5 years ago

I prupose to add a close method to acre:

`]acre.close {project}
PhilLast commented 5 years ago

Added in devt.

]acre.Close #.projectspace

Removes internal dataspace for project but does not touch project in any way.

      ]?acre.close
Command "ACRE.Close". Syntax:
Accepts modifiers -help

 Close (stop tracking) a tracked project
 Syntax: ]acre.Close space
 https://github.com/the-carlisle-group/Acre-Desktop/wiki/Command-Reference#close

Script location: "c:\users\phil\desktop\acre16.0\acre.dyalog"