www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Eclipse, IntelliJ IDEA, NetBeans, Emacs, Code::Blocks

reply Russel Winder <russel russel.org.uk> writes:
Started a new thread for this...

In the discussion of IDEs in the Java -> Scala thread no-one has been
mentioning D support.

C++ is reasonably or very well supported in all of these development
tools, what is the D support like?  Perhaps the relevant section a
webpage needs to be expanded and SEOd so Google and Bing pick it up?

--=20
Russel.
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D
Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.winder ekiga.n=
et
41 Buckmaster Road    m: +44 7770 465 077   xmpp: russel russel.org.uk
London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder
Dec 03 2011
next sibling parent Gour <gour atmarama.net> writes:
On Sat, 03 Dec 2011 08:52:53 +0000
Russel Winder <russel russel.org.uk> wrote:

 C++ is reasonably or very well supported in all of these development
 tools, what is the D support like? =20
I believe I'll pick Geany for our D project... Sincerely, Gour --=20 Those who are on this path are resolute in purpose,=20 and their aim is one. O beloved child of the Kurus,=20 the intelligence of those who are irresolute is many-branched. http://atmarama.net | Hlapicina (Croatia) | GPG: 52B5C810
Dec 03 2011
prev sibling next sibling parent Somedude <lovelydear mailmetrash.com> writes:
Le 03/12/2011 09:52, Russel Winder a écrit :
 Started a new thread for this...
 
 In the discussion of IDEs in the Java -> Scala thread no-one has been
 mentioning D support.
 
 C++ is reasonably or very well supported in all of these development
 tools, what is the D support like?  Perhaps the relevant section a
 webpage needs to be expanded and SEOd so Google and Bing pick it up?
 
Code::Blocks loosely supports D with at least DMD and LDC AFAIK, i.e you can create D projects, compile, run and edit, and I believe it can also parse compilation errors and send you to the erroneous line. I don't think there is much support in terms of coding (code completion, class list, etc), though, apart from syntax highlighting, because there is no D parser, only a C++ parser.
Dec 03 2011
prev sibling next sibling parent Jeff Nowakowski <jeff dilacero.org> writes:
On 12/03/2011 03:52 AM, Russel Winder wrote:
 Started a new thread for this...

 In the discussion of IDEs in the Java ->  Scala thread no-one has been
 mentioning D support.

 C++ is reasonably or very well supported in all of these development
 tools, what is the D support like?  Perhaps the relevant section a
 webpage needs to be expanded and SEOd so Google and Bing pick it up?
http://prowiki.org/wiki4d/wiki.cgi?EditorSupport
Dec 03 2011
prev sibling parent Trass3r <un known.com> writes:
DDT works reasonably well.
Dec 03 2011