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 Configuration File #203

Closed PaulMansour closed 3 years ago

PaulMansour commented 4 years ago

We need an an Acre configuration file that defines:

  1. A project library folder This is where Acre will look for

    'Rumba' // look in current folder, then project library (if two of them, just display that fact.) 'c:\blah\Rumba // that is is 'CarlisleGroup/Rumba' //same as first option. IF not found, could suggest downloading.

  2. A package library folder This is where acre looks for dependencies. IF not found, downloads them from github.

  3. more stuff

The name and location of this config file is to be determined. The names and defaults of these parameters is to be determined.

PaulMansour commented 3 years ago

Outside scope of Acre.