DlangIDE now can work in console mode

Vadim Lopatin via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Fri Sep 16 04:41:53 PDT 2016


Hello,

Console (terminal) mode support has been added to DlangUI 
recently.
Now DlangIDE may work in linux or windows console, if built with 
config=console

To try,

     clone https://github.com/buggins/dlangide.git
     cd dlangide
     dub run --config=console

Screenshot:

http://imgur.com/jyfSfWd

May be useful if you are going to build & debug some D project on 
headless machine via SSH.

Best regards,
     Vadim



More information about the Digitalmars-d-ide mailing list