www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ide - DlangIDE now can work in console mode

reply Vadim Lopatin <coolreader.org gmail.com> writes:
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
Sep 16 2016
parent Filippo Fantini <ziofu1 gmail.com> writes:
On Friday, 16 September 2016 at 11:41:53 UTC, Vadim Lopatin wrote:
 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
Nice work! Loving the retro style :)
Nov 15 2016