Eclipse, IntelliJ IDEA, NetBeans, Emacs, Code::Blocks

2011-12-03 Thread Russel Winder
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

Re: Eclipse, IntelliJ IDEA, NetBeans, Emacs, Code::Blocks

2011-12-03 Thread Gour
On Sat, 03 Dec 2011 08:52:53 + Russel Winder rus...@russel.org.uk wrote: C++ is reasonably or very well supported in all of these development tools, what is the D support like? I believe I'll pick Geany for our D project... Sincerely, Gour -- Those who are on this path are resolute

Re: Eclipse, IntelliJ IDEA, NetBeans, Emacs, Code::Blocks

2011-12-03 Thread Somedude
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

Re: Eclipse, IntelliJ IDEA, NetBeans, Emacs, Code::Blocks

2011-12-03 Thread Jeff Nowakowski
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

Re: Eclipse, IntelliJ IDEA, NetBeans, Emacs, Code::Blocks

2011-12-03 Thread Trass3r
DDT works reasonably well.

Netbeans vs. Eclipse (was: Re: Complete D grammar)

2011-04-20 Thread Bruno Medeiros
+spam@com.gmail wrote: BTW, I wanna thank for this work (current and upcoming), it is likely useful for other IDE projects as well ;) Ditto. I have started work on D language support for NetBeans (IMHO it's MUCH better editor than Eclipse) and started to write grammar for javaCC

Re: Netbeans vs. Eclipse (was: Re: Complete D grammar)

2011-04-20 Thread Steven Schveighoffer
for NetBeans (IMHO it's MUCH better editor than Eclipse) and started to write grammar for javaCC, but since there is ongoing work on ANTLR parser I'll wait for that to be done and integrate it into plugin I'm working on. :) I would absolutely love NetBeans support for D. -Steve On my

Re: Netbeans vs. Eclipse

2011-04-20 Thread Jacob Carlborg
On 2011-04-20 17:32, Steven Schveighoffer wrote: My biggest pet-peeve with netbeans is when I want to change a value to a string literal, I highlight what I want to change, then type a quote to start typing the literal, the freaking thing instead just puts quotes around the highlighted text

Re: NetBeans

2009-05-09 Thread Ellery Newcomer
ANTLR is a parser generator for java plus a few other languages. It is used in the netbeans C/C++ plugin and maybe others. Writing a D grammar for ANLTR *might* be less tedious than just converting the DMD frontend to java, I'm not really sure, but it definitely is powerful enough to do

Re: NetBeans

2009-05-09 Thread Daniel Toffetti
: http://blogs.sun.com/geertjan/entry/interview_author_of_d_programming http://forums.netbeans.org/topic9967.html Bear in mind, this doesn't mean that it's sometthing easy to do, but there are many language support plugins already to use as a basis. Björn PS :what happens to Netbeans

Re: NetBeans

2009-05-08 Thread JC
So, are you saying that it might be possible to create a D plugin for NB 6.7? Also, what is ANTLR? Thanks, JC BLS wrote: dsimcha wrote: == Quote from JC (jcrapuchet...@gmail.com)'s article I am considering trying NetBeans for all of my development. I have been using Eclipse, but have found

Re: NetBeans

2009-05-07 Thread BLS
dsimcha wrote: == Quote from JC (jcrapuchet...@gmail.com)'s article I am considering trying NetBeans for all of my development. I have been using Eclipse, but have found that I am only using it because of its project interface and its language highlight support (which sometimes doesn't work

NetBeans

2009-05-06 Thread JC
I am considering trying NetBeans for all of my development. I have been using Eclipse, but have found that I am only using it because of its project interface and its language highlight support (which sometimes doesn't work). This brings me to my question: I know that NetBeans will work

Re: NetBeans

2009-05-06 Thread dsimcha
== Quote from JC (jcrapuchet...@gmail.com)'s article I am considering trying NetBeans for all of my development. I have been using Eclipse, but have found that I am only using it because of its project interface and its language highlight support (which sometimes doesn't work). This brings