Thread overview | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
May 16, 2002 IDE for D | ||||
---|---|---|---|---|
| ||||
Is there an IDE for D, is it possible to link it up with VC++ IDE or another good C++ IDE? |
May 16, 2002 Re: IDE for D | ||||
---|---|---|---|---|
| ||||
Posted in reply to anderson | 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 another > good C++ IDE? > > |
May 17, 2002 Re: IDE for D | ||||
---|---|---|---|---|
| ||||
Posted in reply to Walter | 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 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 > another > > good C++ IDE? > > > > > > |
May 17, 2002 Re: IDE for D | ||||
---|---|---|---|---|
| ||||
Posted in reply to anderson | 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 > 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 > > another > > > good C++ IDE? > > > > > > > > > > > > |
May 18, 2002 Re: IDE for D | ||||
---|---|---|---|---|
| ||||
Posted in reply to anderson | 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?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 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 20, 2002 Re: IDE for D | ||||
---|---|---|---|---|
| ||||
Posted in reply to user | 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 > (http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/cdt-home/main.html? 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 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 25, 2002 Re: IDE for D | ||||
---|---|---|---|---|
| ||||
Posted in reply to anderson Attachments: | 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 Re: IDE for D | ||||
---|---|---|---|---|
| ||||
Posted in reply to Carlos | 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 29, 2002 Re: IDE for D | ||||
---|---|---|---|---|
| ||||
Posted in reply to user | I have successfully used "Med", a configurable editor with project support. http://www.utopia-planitia.de/ |
May 30, 2002 Re: IDE for D | ||||
---|---|---|---|---|
| ||||
Posted in reply to Christian Schüler | 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 support. > http://www.utopia-planitia.de/ > > > |
Copyright © 1999-2021 by the D Language Foundation