digitalmars.D - Commercial IDE for D
- kmk (1/1) Mar 25 2007 Just wondering if anybody has heard any rumors of any commercial IDEs be...
- David B. Held (5/6) Mar 26 2007 It seems extremely unlikely that this will happen. The closest thing
- Ary Manzana (4/13) Mar 26 2007 What do you mean by "could use some help"?
- kmk (2/17) Mar 26 2007 Ary is doing well with the descent plugin. I've found it to be the best ...
- Jussi Jumppanen (11/17) Mar 26 2007 FWIW the Zeus for Windows IDE has support the D language:
- David B. Held (17/29) Mar 26 2007 I mean, if you compare it to the Java plugin, it doesn't do Ddoc
- doob (2/3) Mar 27 2007
- kmk (3/9) Mar 27 2007 Yeah, poseidon works pretty well. Though, I don't like that it's built o...
- Nathan Pettrelli (4/5) Mar 27 2007 I know of a company that's developing a plug-in for a fairly popular com...
-
BCS
(2/16)
Mar 27 2007
AAAaaaaaaarrrrrrrggg!!!! Then why do you tell us that much!?!?
- kmk (2/12) Mar 27 2007 Nice. Be sure to post something about it when it's done.
- Nathan Petrelli (2/3) Mar 27 2007 OK, I've been authorized to say a little more: Yes, it's Visual Studio a...
- kmk (2/7) Mar 27 2007 will it have code assist/code completion?
- Ary Manzana (3/8) Mar 27 2007 That relaxes me a little... I mean, that it's Visual Studio and not
- Bruno Medeiros (5/19) Mar 28 2007 Seems like there will be some competition now. :)
- Bruno Medeiros (5/23) Mar 29 2007 Hum, make that "maybe", we never know for sure until it's out.
- David B. Held (4/11) Mar 27 2007 Interesting that someone feels D has sufficient potential to write a
- Charlie (3/16) Mar 27 2007 I think its very cool , I only wish it wasn't for crappy Visual Studio :...
- Clay Smith (2/20) Mar 28 2007 Maybe the special feature is .NET :-P
- Sean Kelly (5/6) Mar 28 2007 The Visual Studio debugger is really quite nice. My only complaint is
- BCS (3/10) Mar 28 2007 What kind of price tag $0, $10, $50, $100, $200, ??? I'm just looking
- Mark Wrenn (4/9) Mar 28 2007 For the record, if company X is listening, I'd buy a copy provided its
- Bill Baxter (6/23) Mar 28 2007 If it really delivers the goods (and isn't just a D syntax highlighter
- BCS (3/10) Mar 28 2007 Ditto, but around $20, after others say its good (I'm a broke collage
- Charlie (3/4) Mar 27 2007 Zeus has code completion, workspace management, class/field/function
- Jussi Jumppanen (20/23) Mar 27 2007 Zeus will definitely require the user take some time to learn
- Jussi Jumppanen (14/16) Mar 27 2007 I managed to answer my own question :)
- Arlen (3/9) Apr 12 2007 http://www.codeblocks.org
- doob (2/14) Mar 28 2007
- Jussi Jumppanen (6/9) May 14 2007 FWIW I have setup some instructions on how to configure Zeus
- Robert Fraser (2/17) May 15 2007
- Ary Manzana (2/21) May 15 2007
Just wondering if anybody has heard any rumors of any commercial IDEs being developed for D now that 1.0 has been out for a while.
Mar 25 2007
kmk wrote:Just wondering if anybody has heard any rumors of any commercial IDEs being developed for D now that 1.0 has been out for a while.It seems extremely unlikely that this will happen. The closest thing you will probably get is the Eclipse plugin. This is a decent start, but could use some help (*hint* *hint*)... Dave
Mar 26 2007
David B. Held escribió:kmk wrote:What do you mean by "could use some help"? Regards, AryJust wondering if anybody has heard any rumors of any commercial IDEs being developed for D now that 1.0 has been out for a while.It seems extremely unlikely that this will happen. The closest thing you will probably get is the Eclipse plugin. This is a decent start, but could use some help (*hint* *hint*)... Dave
Mar 26 2007
Ary Manzana Wrote:David B. Held escribió:Ary is doing well with the descent plugin. I've found it to be the best editor among all of the available editors.kmk wrote:What do you mean by "could use some help"? Regards, AryJust wondering if anybody has heard any rumors of any commercial IDEs being developed for D now that 1.0 has been out for a while.It seems extremely unlikely that this will happen. The closest thing you will probably get is the Eclipse plugin. This is a decent start, but could use some help (*hint* *hint*)... Dave
Mar 26 2007
kmk Wrote:FWIW the Zeus for Windows IDE has support the D language: http://www.zeusedit.com It does things like D syntax highlighting, code folding, integrated version control, project/workspace, class browsing etc. It can also be configured to integrated with Ddbg to give basic debugging support: http://www.zeusedit.com/forum/viewtopic.php?t=1070 Jussi Jumppanen Author: Zeus for Windows IDEJust wondering if anybody has heard any rumors of any commercial IDEs being developed for D now that 1.0 has been out for a while.Ary is doing well with the descent plugin. I've found it to be the best editor among all of the available editors.
Mar 26 2007
Ary Manzana wrote:David B. Held escribió:I mean, if you compare it to the Java plugin, it doesn't do Ddoc integration from what I can tell, it doesn't integrate with the Eclipse run system (as a D application or a set of DUnit tests or the debugger), it doesn't integrate with the Eclipse notion of source folders and packages, etc. etc. Then there's the little things like the fact that the D editor uses the Java editor icon, doesn't work with the Hierarchy viewer (though the Outline viewer works great), doesn't integrate with the D build tools, etc. These aren't show stoppers by any means, but many of them are things that people take for granted when they say "commercial IDE", so I was just letting the OP know that the Eclipse plugin is mostly a text editor and not really a full IDE. I think it's a great start, and I might be willing to get my hands dirty and lend a hand on some of those features, but I think we can all agree that the D plugin has a ways to go to achieve parity with the JDT. Davekmk wrote:What do you mean by "could use some help"?Just wondering if anybody has heard any rumors of any commercial IDEs being developed for D now that 1.0 has been out for a while.It seems extremely unlikely that this will happen. The closest thing you will probably get is the Eclipse plugin. This is a decent start, but could use some help (*hint* *hint*)... Dave
Mar 26 2007
I would recommend Poseidon (http://www.dsource.org/projects/poseidon). Built with DWT, it's Windows only until DWT is available on other platforms. Not a commercial IDE but it's the one I have found that I've think is the most developed. It looks like Eclipse and have project management, code completion, it has support for bud (build) and dmd and a couple of other features. kmk Wrote:Just wondering if anybody has heard any rumors of any commercial IDEs being developed for D now that 1.0 has been out for a while.
Mar 27 2007
doob Wrote:I would recommend Poseidon (http://www.dsource.org/projects/poseidon). Built with DWT, it's Windows only until DWT is available on other platforms. Not a commercial IDE but it's the one I have found that I've think is the most developed. It looks like Eclipse and have project management, code completion, it has support for bud (build) and dmd and a couple of other features. kmk Wrote:Yeah, poseidon works pretty well. Though, I don't like that it's built on DWT (dead project). It seems that they stopped working on poseidon as well. There hasn't been a single update to the code in 3 months.Just wondering if anybody has heard any rumors of any commercial IDEs being developed for D now that 1.0 has been out for a while.
Mar 27 2007
Sorry for the late response. kmk Wrote:Just wondering if anybody has heard any rumors of any commercial IDEs being developed for D now that 1.0 has been out for a while.I know of a company that's developing a plug-in for a fairly popular commercial IDE. I've tested the product and I can tell you that you'll love it once it's finished in a couple of months. They want to keep things under warps so I can tell you much more right now.
Mar 27 2007
Reply to Nathan,Sorry for the late response. kmk Wrote:AAAaaaaaaarrrrrrrggg!!!! Then why do you tell us that much!?!? <G>Just wondering if anybody has heard any rumors of any commercial IDEs being developed for D now that 1.0 has been out for a while.I know of a company that's developing a plug-in for a fairly popular commercial IDE. I've tested the product and I can tell you that you'll love it once it's finished in a couple of months. They want to keep things under warps so I can tell you much more right now.
Mar 27 2007
Nathan Pettrelli Wrote:Sorry for the late response. kmk Wrote:Nice. Be sure to post something about it when it's done.Just wondering if anybody has heard any rumors of any commercial IDEs being developed for D now that 1.0 has been out for a while.I know of a company that's developing a plug-in for a fairly popular commercial IDE. I've tested the product and I can tell you that you'll love it once it's finished in a couple of months. They want to keep things under warps so I can tell you much more right now.
Mar 27 2007
Nathan Pettrelli Wrote:They want to keep things under warps so I can tell you much more right now.OK, I've been authorized to say a little more: Yes, it's Visual Studio and it'll have all the features you'll expect: Project Management, Syntax Highlighting, Debugging Support, Refactoring... But it's the "special features" that make the product and I can't talk about them at this time. Sorry.
Mar 27 2007
Nathan Petrelli Wrote:Nathan Pettrelli Wrote:will it have code assist/code completion?They want to keep things under warps so I can tell you much more right now.OK, I've been authorized to say a little more: Yes, it's Visual Studio and it'll have all the features you'll expect: Project Management, Syntax Highlighting, Debugging Support, Refactoring... But it's the "special features" that make the product and I can't talk about them at this time. Sorry.
Mar 27 2007
Nathan Petrelli escribió:Nathan Pettrelli Wrote:That relaxes me a little... I mean, that it's Visual Studio and not Eclipse :-PThey want to keep things under warps so I can tell you much more right now.OK, I've been authorized to say a little more: Yes, it's Visual Studio and it'll have all the features you'll expect: Project Management, Syntax Highlighting, Debugging Support, Refactoring... But it's the "special features" that make the product and I can't talk about them at this time. Sorry.
Mar 27 2007
Ary Manzana wrote:Nathan Petrelli escribió:Seems like there will be some competition now. :) -- Bruno Medeiros - MSc in CS/E student http://www.prowiki.org/wiki4d/wiki.cgi?BrunoMedeiros#DNathan Pettrelli Wrote:That relaxes me a little... I mean, that it's Visual Studio and not Eclipse :-PThey want to keep things under warps so I can tell you much more right now.OK, I've been authorized to say a little more: Yes, it's Visual Studio and it'll have all the features you'll expect: Project Management, Syntax Highlighting, Debugging Support, Refactoring... But it's the "special features" that make the product and I can't talk about them at this time. Sorry.
Mar 28 2007
Bruno Medeiros wrote:Ary Manzana wrote:Hum, make that "maybe", we never know for sure until it's out. -- Bruno Medeiros - MSc in CS/E student http://www.prowiki.org/wiki4d/wiki.cgi?BrunoMedeiros#DNathan Petrelli escribió:Seems like there will be some competition now. :)Nathan Pettrelli Wrote:That relaxes me a little... I mean, that it's Visual Studio and not Eclipse :-PThey want to keep things under warps so I can tell you much more right now.OK, I've been authorized to say a little more: Yes, it's Visual Studio and it'll have all the features you'll expect: Project Management, Syntax Highlighting, Debugging Support, Refactoring... But it's the "special features" that make the product and I can't talk about them at this time. Sorry.
Mar 29 2007
Nathan Petrelli wrote:[...] OK, I've been authorized to say a little more: Yes, it's Visual Studio and it'll have all the features you'll expect: Project Management, Syntax Highlighting, Debugging Support, Refactoring... But it's the "special features" that make the product and I can't talk about them at this time. Sorry.Interesting that someone feels D has sufficient potential to write a commercial plugin for it... Dave
Mar 27 2007
I think its very cool , I only wish it wasn't for crappy Visual Studio :S. Charlie David B. Held wrote:Nathan Petrelli wrote:[...] OK, I've been authorized to say a little more: Yes, it's Visual Studio and it'll have all the features you'll expect: Project Management, Syntax Highlighting, Debugging Support, Refactoring... But it's the "special features" that make the product and I can't talk about them at this time. Sorry.Interesting that someone feels D has sufficient potential to write a commercial plugin for it... Dave
Mar 27 2007
Charlie wrote:I think its very cool , I only wish it wasn't for crappy Visual Studio :S. Charlie David B. Held wrote:Maybe the special feature is .NET :-PNathan Petrelli wrote:[...] OK, I've been authorized to say a little more: Yes, it's Visual Studio and it'll have all the features you'll expect: Project Management, Syntax Highlighting, Debugging Support, Refactoring... But it's the "special features" that make the product and I can't talk about them at this time. Sorry.Interesting that someone feels D has sufficient potential to write a commercial plugin for it... Dave
Mar 28 2007
Charlie wrote:I think its very cool , I only wish it wasn't for crappy Visual Studio :S.The Visual Studio debugger is really quite nice. My only complaint is that VS 2003 and beyond are resource hogs, so I only run them when I want to actually debug an application. Sean
Mar 28 2007
Nathan Petrelli wrote:Nathan Pettrelli Wrote:What kind of price tag $0, $10, $50, $100, $200, ??? I'm just looking for a ball park number not a price quote.They want to keep things under warps so I can tell you much more right now.OK, I've been authorized to say a little more: Yes, it's Visual Studio and it'll have all the features you'll expect: Project Management, Syntax Highlighting, Debugging Support, Refactoring... But it's the "special features" that make the product and I can't talk about them at this time. Sorry.
Mar 28 2007
For the record, if company X is listening, I'd buy a copy provided its priced reasonably. For me that means somewhere < $400. Mark Nathan Petrelli wrote:Nathan Pettrelli Wrote:They want to keep things under warps so I can tell you much more right now.OK, I've been authorized to say a little more: Yes, it's Visual Studio and it'll have all the features you'll expect: Project Management, Syntax Highlighting, Debugging Support, Refactoring... But it's the "special features" that make the product and I can't talk about them at this time. Sorry.
Mar 28 2007
If it really delivers the goods (and isn't just a D syntax highlighter for Visual Studio), I'd be in. But $400 for an add-in seems a little steep to me. For comparison, Visual Assist, which I do have and is great, costs $150. --bb Mark Wrenn wrote:For the record, if company X is listening, I'd buy a copy provided its priced reasonably. For me that means somewhere < $400. Mark Nathan Petrelli wrote:Nathan Pettrelli Wrote:They want to keep things under warps so I can tell you much more right now.OK, I've been authorized to say a little more: Yes, it's Visual Studio and it'll have all the features you'll expect: Project Management, Syntax Highlighting, Debugging Support, Refactoring... But it's the "special features" that make the product and I can't talk about them at this time. Sorry.
Mar 28 2007
Bill Baxter wrote:If it really delivers the goods (and isn't just a D syntax highlighter for Visual Studio), I'd be in. But $400 for an add-in seems a little steep to me. For comparison, Visual Assist, which I do have and is great, costs $150. --bbDitto, but around $20, after others say its good (I'm a broke collage student. Um, will there be an academic license?)
Mar 28 2007
kmk wrote:Just wondering if anybody has heard any rumors of any commercial IDEs being developed for D now that 1.0 has been out for a while.Zeus has code completion, workspace management, class/field/function navigator, debugging -- a great IDE once you take some time to learn it.
Mar 27 2007
Charlie Wrote:Zeus has code completion, workspace management, class/field/function navigator, debugging -- a great IDE once you take some time to learn it.Zeus will definitely require the user take some time to learn use it. With regard to the class browsing feature, Zeus uses the ctags utility as it source of program information. Quite some time ago I made changes to ctags to support the D languages and posted my code changes here: http://www.zeusedit.com/forum/viewtopic.php?t=613 Since then I come across another patch for ctags which appears to be based on my original changes, which claims to offer better support for the D language: http://www.prowiki.org/wiki4d/wiki.cgi?ReferenceForTools/ExuberantCtags But when I tried to apply the patch to the ctags 5.6 code base using this GNU Patch Version 2.5.9 it failed :( If anyone has managed to apply this patch, could you please let me know which patch utility and version of ctags source code you used, as I am keen to see if Zeus will work correctly with this improved version of the ctags.exe utility. Cheers Jussi Author: Zeus for Windows IDE
Mar 27 2007
Jussi Jumppanen Wrote:If anyone has managed to apply this patch, could you please let me knowI managed to answer my own question :) For anyone else who might be interested, if you use this version of the exuberant ctags source code: ec56w32.zip and run this GNU Patch Version 2.5.9 command line: PATCH < ctags-5.6-d.patch.txt it will correctly patch the c.c and parsers.h files. It failed for me the first time because I was stupidly trying to apply the patch to the 5.5 version of the ctags source code. To use the new ctags with Zeus just rename the file to xtags.exe and put the executable in the Zeus install directory. Cheers Jussi Author: Zeus for Windows IDE
Mar 27 2007
Charlie Wrote:kmk wrote:http://www.codeblocks.org http://forums.codeblocks.org/index.php?PHPSESSID=876263e42f75115958edce763ba9f65a&board=20.0Just wondering if anybody has heard any rumors of any commercial IDEs being developed for D now that 1.0 has been out for a while.Zeus has code completion, workspace management, class/field/function navigator, debugging -- a great IDE once you take some time to learn it.
Apr 12 2007
I like DWT and now I'm waiting for a new port, tioport, a Java-to-D converter and its first target project is SWT. http://www.dsource.org/projects/tioport kmk Wrote:doob Wrote:I would recommend Poseidon (http://www.dsource.org/projects/poseidon). Built with DWT, it's Windows only until DWT is available on other platforms. Not a commercial IDE but it's the one I have found that I've think is the most developed. It looks like Eclipse and have project management, code completion, it has support for bud (build) and dmd and a couple of other features. kmk Wrote:Yeah, poseidon works pretty well. Though, I don't like that it's built on DWT (dead project). It seems that they stopped working on poseidon as well. There hasn't been a single update to the code in 3 months.Just wondering if anybody has heard any rumors of any commercial IDEs being developed for D now that 1.0 has been out for a while.
Mar 28 2007
kmk wrote:Zeus has code completion, workspace management, class/field/ function navigator, debugging -- a great IDE once you take some time to learn it.FWIW I have setup some instructions on how to configure Zeus to auto-completion the D Language: http://www.zeusedit.com/forum/viewtopic.php?t=1164 NOTE: Zeus is shareware Cheers Jussi
May 14 2007
Check Descent (open source), too: http://www.dsource.org/projects/descent Jussi Jumppanen Wrote:kmk wrote:Zeus has code completion, workspace management, class/field/ function navigator, debugging -- a great IDE once you take some time to learn it.FWIW I have setup some instructions on how to configure Zeus to auto-completion the D Language: http://www.zeusedit.com/forum/viewtopic.php?t=1164 NOTE: Zeus is shareware Cheers Jussi
May 15 2007
Note that Descent does not provide autocompletion... for the moment. Robert Fraser escribió:Check Descent (open source), too: http://www.dsource.org/projects/descent Jussi Jumppanen Wrote:kmk wrote:Zeus has code completion, workspace management, class/field/ function navigator, debugging -- a great IDE once you take some time to learn it.FWIW I have setup some instructions on how to configure Zeus to auto-completion the D Language: http://www.zeusedit.com/forum/viewtopic.php?t=1164 NOTE: Zeus is shareware Cheers Jussi
May 15 2007