digitalmars.D.ide - DlangIDE now can work in console mode
- Vadim Lopatin (15/15) Sep 16 2016 Hello,
- Filippo Fantini (3/18) Nov 15 2016 Nice work!
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
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, VadimNice work! Loving the retro style :)
Nov 15 2016