fetch a DUB library in Coedit and use it directly

Basile B. via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Mon Jan 25 09:02:08 PST 2016


Coedit handles DUB projects but it also have its own project 
format. Its weakness in the past was the compatibility with the 
offical 3rd party libraries (mostly only available as DUB package)

In version2, Coedit can directly download, compile and use a DUB 
registry item.
"directly" is not a stolen word, it even works with the runnable 
modules.

Take a look at this demo: in less than a minute, Coedit can 
download and use a DUB package:

https://vimeo.com/152995357

Thanks to DCD auto registration, the completion, the hints etc. 
works also just after the auto-registration.

Just don't miss the best way to get started with D ;)




More information about the Digitalmars-d-ide mailing list