How to use DUB project in Coedit ?

Flaze07 christianseiji.cs at gmail.com
Mon Jul 2 13:57:37 UTC 2018


On Monday, 2 July 2018 at 13:21:45 UTC, Basile B. wrote:
> 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.

hmm...what about compiling it and running it ? I tried to compile 
it with dub and run it once, and...it never run


More information about the Digitalmars-d-ide mailing list