Thread overview
Eclipse Plugin for D
Dec 09, 2012
Aytug
Dec 09, 2012
Jacob Carlborg
Dec 10, 2012
Aytug
Dec 10, 2012
Jacob Carlborg
Dec 12, 2012
Gyula Gubacsi
Dec 14, 2012
Bruno Medeiros
Dec 12, 2012
Gyula Gubacsi
Dec 14, 2012
Bruno Medeiros
Apr 22, 2014
Mike Sr
Apr 24, 2014
Bruno Medeiros
December 09, 2012
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.
December 09, 2012
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
December 10, 2012
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.
December 10, 2012
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
December 12, 2012
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>


December 12, 2012
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>


December 14, 2012
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
December 14, 2012
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
April 22, 2014
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?

April 24, 2014
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