How to use DUB project in Coedit ?

Basile B. b2.temp at gmx.com
Mon Jul 2 13:21:45 UTC 2018


On Monday, 2 July 2018 at 12:15:54 UTC, Flaze07 wrote:
> I have read the documentation, but I understood nothing...I 
> know how to use runnable module, but I don't know how to use 
> the DUB project in Coedit.
> I want to do something similar to this, is there a way ?
> https://www.youtube.com/watch?v=oOe0KmCYryI&feature=youtu.be

- Menu "project", New project, DUB json
- Menu "project", Save project as...

Then

- Edit project, two ways:
     - Menu "Windows", DUB project editor (to edit in an UI)
     - Menu "Project", Edit project file (to edit JSON directly)

Dont forget to:
- save the project
- use the "arrow update" icon in the project editor or the 
project inspector to detect new files or external changes.


More information about the Digitalmars-d-ide mailing list