www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ide - Eclipse Plugin for D

reply "Aytug" <aytuggurbuz gmail.com> writes:
So I have made a post about using Eclipse for D projects, on the
Eclipse forums. Didn't get any replies yet. So I will ask here
too, since people here use D exclusively. Over at the Eclipse
forums they obviously use Eclipse exclusively, in turn. Trying to
get best of both worlds :P

Anyway here is the link to the post:
http://www.eclipse.org/forums/index.php/t/441274/

Hope someone can help.
Dec 08 2012
parent reply Jacob Carlborg <doob me.com> writes:
On 2012-12-09 04:55, Aytug wrote:
 So I have made a post about using Eclipse for D projects, on the
 Eclipse forums. Didn't get any replies yet. So I will ask here
 too, since people here use D exclusively. Over at the Eclipse
 forums they obviously use Eclipse exclusively, in turn. Trying to
 get best of both worlds :P

 Anyway here is the link to the post:
 http://www.eclipse.org/forums/index.php/t/441274/

 Hope someone can help.
There's DDT: http://code.google.com/a/eclipselabs.org/p/ddt . Last known activity is from 2012-May-17. -- /Jacob Carlborg
Dec 09 2012
parent reply "Aytug" <aytuggurbuz gmail.com> writes:
On Sunday, 9 December 2012 at 11:28:19 UTC, Jacob Carlborg wrote:
 On 2012-12-09 04:55, Aytug wrote:
 So I have made a post about using Eclipse for D projects, on 
 the
 Eclipse forums. Didn't get any replies yet. So I will ask here
 too, since people here use D exclusively. Over at the Eclipse
 forums they obviously use Eclipse exclusively, in turn. Trying 
 to
 get best of both worlds :P

 Anyway here is the link to the post:
 http://www.eclipse.org/forums/index.php/t/441274/

 Hope someone can help.
There's DDT: http://code.google.com/a/eclipselabs.org/p/ddt . Last known activity is from 2012-May-17.
I had tried DDT on Windows with the latest version of Eclipse, which failed, mentioning it was for some older release. On my Ubuntu installation however, it worked fine, particularly because Ubuntu has an older release of Eclipse (3.8). I installed the plugin, made a test project, ran, and it produced the expected output. The only problem is that it doesn't autocomplete. I also checked Descent on Ubuntu, which once again tried to run the sourcecode directly. I had followed the steps on their website, which were pretty much incomplete. They don't seem to be updating their project very much recently, according to some searches I made on their site. Anyway, I have a (rather incomplete) D tool for Eclipse. If anybody knows how to enable autocomplete and things like that, please post.
Dec 10 2012
next sibling parent reply Jacob Carlborg <doob me.com> writes:
On 2012-12-10 14:14, Aytug wrote:

 I also checked Descent on Ubuntu, which once again tried to run
 the sourcecode directly. I had followed the steps on their
 website, which were pretty much incomplete. They don't seem to be
 updating their project very much recently, according to some
 searches I made on their site.
Descent is very outdated. I think it's only works with D1.
 Anyway, I have a (rather incomplete) D tool for Eclipse. If
 anybody knows how to enable autocomplete and things like that,
 please post.
I haven't used DDT myself. You might need to add the libraries you want to have autocomplete support for to the project, somehow. -- /Jacob Carlborg
Dec 10 2012
next sibling parent reply Gyula Gubacsi <gyula.gubacsi gmail.com> writes:
The lack of autocomplete is weird, since I'm using DDT it was always
working for me.
For the other problem on Windows, you must use an Eclipse 3.x to get DDT
working.


On 10 December 2012 14:54, Jacob Carlborg <doob me.com> wrote:

 On 2012-12-10 14:14, Aytug wrote:

  I also checked Descent on Ubuntu, which once again tried to run
 the sourcecode directly. I had followed the steps on their
 website, which were pretty much incomplete. They don't seem to be
 updating their project very much recently, according to some
 searches I made on their site.
Descent is very outdated. I think it's only works with D1. Anyway, I have a (rather incomplete) D tool for Eclipse. If
 anybody knows how to enable autocomplete and things like that,
 please post.
I haven't used DDT myself. You might need to add the libraries you want to have autocomplete support for to the project, somehow. -- /Jacob Carlborg
-- Gyula Gubacsi / progician <https://github.com/progician>
Dec 12 2012
parent Bruno Medeiros <brunodomedeiros+dng gmail.com> writes:
I think he was talking about Descent when he mentioned an Eclipse 
installation without autocomplete working (that's what happens with 
Descent because it's not mantained anymore for D2)

On 12/12/2012 08:09, Gyula Gubacsi wrote:
 The lack of autocomplete is weird, since I'm using DDT it was always
 working for me.
 For the other problem on Windows, you must use an Eclipse 3.x to get DDT
 working.


 On 10 December 2012 14:54, Jacob Carlborg <doob me.com
 <mailto:doob me.com>> wrote:

     On 2012-12-10 14:14, Aytug wrote:

         I also checked Descent on Ubuntu, which once again tried to run
         the sourcecode directly. I had followed the steps on their
         website, which were pretty much incomplete. They don't seem to be
         updating their project very much recently, according to some
         searches I made on their site.


     Descent is very outdated. I think it's only works with D1.


         Anyway, I have a (rather incomplete) D tool for Eclipse. If
         anybody knows how to enable autocomplete and things like that,
         please post.


     I haven't used DDT myself. You might need to add the libraries you
     want to have autocomplete support for to the project, somehow.

     --
     /Jacob Carlborg




 --
 Gyula Gubacsi / progician <https://github.com/progician>
-- Bruno Medeiros - Software Engineer
Dec 14 2012
prev sibling parent Gyula Gubacsi <gyula.gubacsi gmail.com> writes:
If you had problems with the auto complete, please don't hesitate to post
the issue on the google code page of the DDT.
http://code.google.com/a/eclipselabs.org/p/ddt/issues/list


On 12 December 2012 08:09, Gyula Gubacsi <gyula.gubacsi gmail.com> wrote:

 The lack of autocomplete is weird, since I'm using DDT it was always
 working for me.
 For the other problem on Windows, you must use an Eclipse 3.x to get DDT
 working.


 On 10 December 2012 14:54, Jacob Carlborg <doob me.com> wrote:

 On 2012-12-10 14:14, Aytug wrote:

  I also checked Descent on Ubuntu, which once again tried to run
 the sourcecode directly. I had followed the steps on their
 website, which were pretty much incomplete. They don't seem to be
 updating their project very much recently, according to some
 searches I made on their site.
Descent is very outdated. I think it's only works with D1. Anyway, I have a (rather incomplete) D tool for Eclipse. If
 anybody knows how to enable autocomplete and things like that,
 please post.
I haven't used DDT myself. You might need to add the libraries you want to have autocomplete support for to the project, somehow. -- /Jacob Carlborg
-- Gyula Gubacsi / progician <https://github.com/progician>
-- Gyula Gubacsi / progician <https://github.com/progician>
Dec 12 2012
prev sibling parent reply Bruno Medeiros <brunodomedeiros+dng gmail.com> writes:
On 10/12/2012 13:14, Aytug wrote:
 There's DDT: http://code.google.com/a/eclipselabs.org/p/ddt . Last
 known activity is from 2012-May-17.
I had tried DDT on Windows with the latest version of Eclipse, which failed, mentioning it was for some older release.
Exactly, DDT at the moment only works for the Eclipse 3.x series. -- Bruno Medeiros - Software Engineer
Dec 14 2012
parent reply "Mike Sr" <madrucke yahoo.com> writes:
On Friday, 14 December 2012 at 19:10:24 UTC, Bruno Medeiros wrote:
 On 10/12/2012 13:14, Aytug wrote:
 There's DDT: http://code.google.com/a/eclipselabs.org/p/ddt . 
 Last
 known activity is from 2012-May-17.
I had tried DDT on Windows with the latest version of Eclipse, which failed, mentioning it was for some older release.
Exactly, DDT at the moment only works for the Eclipse 3.x series.
I am being told my Client doesn't have permission to access the Google Code site for the Eclipse Plug-In... (I do have a Google Log-In.) Any thoughts?
Apr 22 2014
parent Bruno Medeiros <bruno.do.medeiros+dng gmail.com> writes:
On 22/04/2014 19:30, Mike Sr wrote:
 On Friday, 14 December 2012 at 19:10:24 UTC, Bruno Medeiros wrote:
 On 10/12/2012 13:14, Aytug wrote:
 There's DDT: http://code.google.com/a/eclipselabs.org/p/ddt . Last
 known activity is from 2012-May-17.
I had tried DDT on Windows with the latest version of Eclipse, which failed, mentioning it was for some older release.
Exactly, DDT at the moment only works for the Eclipse 3.x series.
I am being told my Client doesn't have permission to access the Google Code site for the Eclipse Plug-In... (I do have a Google Log-In.) Any thoughts?
I deleted the DDT project at eclipselabs.org. For several months already the DDT project has moved to: http://code.google.com/p/ddt/ -- Bruno Medeiros https://twitter.com/brunodomedeiros
Apr 24 2014