D - IDE for D
- "anderson" <anderson firestar.com.au> May 16 2002
- "Walter" <walter digitalmars.com> May 16 2002
- "anderson" <anderson firestar.com.au> May 16 2002
- "anderson" <anderson firestar.com.au> May 16 2002
- user domain.invalid May 18 2002
- "anderson" <anderson firestar.com.au> May 20 2002
- "Carlos" <carlos8294 msn.com> May 24 2002
- "anderson" <anderson firestar.com.au> May 27 2002
- "Christian Schüler" <cschueler gmx.de> May 29 2002
- "Steve Adams" <adamss ascinet.com> May 30 2002
- "Christian Schüler" <cschueler gmx.de> May 30 2002
- "anderson" <anderson firestar.com.au> May 31 2002
- "anderson" <anderson firestar.com.au> May 30 2002
Is there an IDE for D, is it possible to link it up with VC++ IDE or another good C++ IDE?
May 16 2002
There is currently no IDE for D. If you'd like to make one, that'd be great! "anderson" <anderson firestar.com.au> wrote in message news:abvorh$1kb5$1 digitaldaemon.com...Is there an IDE for D, is it possible to link it up with VC++ IDE or
good C++ IDE?
May 16 2002
I've had a small amount of experiance at making IDE's but at the moment I don't have time. I'd be good as a group project. Are there any groups working on an IDE for D at the moment? PS - There's an ASM IDE on my webpage www.hohums.tech.nu "Walter" <walter digitalmars.com> wrote in message news:ac0s9u$2k74$1 digitaldaemon.com...There is currently no IDE for D. If you'd like to make one, that'd be
"anderson" <anderson firestar.com.au> wrote in message news:abvorh$1kb5$1 digitaldaemon.com...Is there an IDE for D, is it possible to link it up with VC++ IDE or
good C++ IDE?
May 16 2002
And if some does start up an DIDE group, then please inform me. I would like to be one of the first on the boat, but don't have time to put in 100% commitment. "anderson" <anderson firestar.com.au> wrote in message news:ac1p3k$apk$1 digitaldaemon.com...I've had a small amount of experiance at making IDE's but at the moment I don't have time. I'd be good as a group project. Are there any groups working on an IDE for D at the moment? PS - There's an ASM IDE on my webpage www.hohums.tech.nu "Walter" <walter digitalmars.com> wrote in message news:ac0s9u$2k74$1 digitaldaemon.com...There is currently no IDE for D. If you'd like to make one, that'd be
"anderson" <anderson firestar.com.au> wrote in message news:abvorh$1kb5$1 digitaldaemon.com...Is there an IDE for D, is it possible to link it up with VC++ IDE or
good C++ IDE?
May 16 2002
I'd think a good starting place would be Eclipse (http://www.eclipse.org/). They are currently stressing Java, but do have a C/C++ plugin (http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/cdt-home/main.html?cv root=Tools_Project) which is open source. It would probably be a good starting point to start work on a D IDE. --Tim anderson wrote:I've had a small amount of experiance at making IDE's but at the moment I don't have time. I'd be good as a group project. Are there any groups working on an IDE for D at the moment? PS - There's an ASM IDE on my webpage
May 18 2002
I had a look at that, although I'm not ready to put in that level of commitment yet. I also duggup my old version of PCgrasp (freeware mostly I think), http://www.eng.auburn.edu/grasp/. I can get up to compliation of the obj files, but I've got stuck at the linking, as PCgrasp only supports %f = filename with no path and no extention %F = filename with path and extention so I can't go sc path/filename.obj So either, I have to run in the same directory, or path all the directories I use, which isn't very neat. Any other suggestions? (note, I'm probably missed something) <user domain.invalid> wrote in message news:3CE69601.4050707 domain.invalid...I'd think a good starting place would be Eclipse (http://www.eclipse.org/). They are currently stressing Java, but do have a C/C++ plugin
cvsroot=Tools_Project)which is open source. It would probably be a good starting point to start work on a D IDE. --Tim anderson wrote:I've had a small amount of experiance at making IDE's but at the moment
don't have time. I'd be good as a group project. Are there any groups working on an IDE for D at the moment? PS - There's an ASM IDE on my webpage
May 20 2002
I've made a D mode file for jEdit 4.0. It's based in the C++ mode file supplied with the program. It's complete for me, but there's probably something missing. Copy the attached file in your modes directory and also modify the catalog file. If someone finds something wrong with it, please let me know
May 24 2002
Thanks, I'll have a look at it. "Carlos" <carlos8294 msn.com> wrote in message news:acn6f0$1u6c$1 digitaldaemon.com...I've made a D mode file for jEdit 4.0. It's based in the C++ mode file supplied with the program. It's complete for me, but there's probably something missing. Copy the attached file in your modes directory and also modify the catalog file. If someone finds something wrong with it, please let me know
May 27 2002
I have successfully used "Med", a configurable editor with project support. http://www.utopia-planitia.de/
May 29 2002
I'm also a Med user. Did you create a *.syn file for D? "Christian Schüler" <cschueler gmx.de> wrote in message news:ad353l$14mm$1 digitaldaemon.com...I have successfully used "Med", a configurable editor with project
http://www.utopia-planitia.de/
May 30 2002
Not yet (I'm lazy). It's just that I managed to get the tools working to compile a D project. Steve Adams <adamss ascinet.com> schrieb in im Newsbeitrag: ad5vjr$2t2h$1 digitaldaemon.com...I'm also a Med user. Did you create a *.syn file for D? "Christian Schüler" <cschueler gmx.de> wrote in message news:ad353l$14mm$1 digitaldaemon.com...I have successfully used "Med", a configurable editor with project
http://www.utopia-planitia.de/
May 30 2002
Once someone has actually done that, I'd be good to have a section in the faq about what IDE's work with D and what plugins can be used. "Steve Adams" <adamss ascinet.com> wrote in message news:ad5vjr$2t2h$1 digitaldaemon.com...I'm also a Med user. Did you create a *.syn file for D? "Christian Schüler" <cschueler gmx.de> wrote in message news:ad353l$14mm$1 digitaldaemon.com...I have successfully used "Med", a configurable editor with project
http://www.utopia-planitia.de/
May 31 2002
Thanks, Although I still think there should be a D (and C backward compadable) IDE, I'll have a go at using this although pcGrasp was easier to use. "Christian Schüler" <cschueler gmx.de> wrote in message news:ad353l$14mm$1 digitaldaemon.com...I have successfully used "Med", a configurable editor with project
http://www.utopia-planitia.de/
May 30 2002









"anderson" <anderson firestar.com.au> 