total newbie + IDE

Borax Man rotflol2 at hotmail.com
Sat Feb 8 03:59:22 UTC 2020


On Friday, 7 February 2020 at 17:02:18 UTC, solnce wrote:
> Hi guys,
>
> I am total newbie and trying to learn a little bit of 
> programming for personal purposes (web scrapping, small 
> databases for personal use etc.). I've been trying to install 
> any of IDE available, but had no success.
>
> I use Manjaro, so for the most task I use its AUR, where:
>
> Dexed points to obsolete github 
> (https://github.com/Basile-z/dexed)
>
> Dlangide is missing dependency (dlangide ~master depends on 
> dsymbol ~>0.2.9), dub gives an error:
> .dub/packages/dlangui-0.9.182/dlangui/src/dlangui/widgets/editors.d(3797,21): Deprecation: foreach: loop index implicitly converted from size_t to int
> /usr/bin/dmd failed with exit code 1.
>
> So I've stick with Kate for the beginning, but I'll need a 
> decent IDE for later.
>
> Please, can anyone help me solving  these problems?
>
> Thank you
> S

I've used d-mode with emacs and its been OK.

Two other options for Linux are CodeBlocks and Monodevelop, both 
which have D support.

As linked before, dexed is available here
https://github.com/akira13641/dexed

and I compiled it just a few days ago with success.


More information about the Digitalmars-d-learn mailing list