Thread overview
November 09, 2004
Greetings,

I've done a google search at this page to find anything about ctags and yes  :)) there is an old (old) mail talking about an ctag support for D and a newer one talking about "hfind.exe", something like ctags.

But unfortunately I'm not able to find the mentioned file(s)  :'(
Now my questions ...

1. Can anybody push me in the right direction or send me this files
*OR*
2. I'm going to use JEDIT with CodeBrowser-Plugin ... in my understanding, I'm
needing the ctags file for correct use of it !??


Thanks in advance for your help!
Björn


November 09, 2004
I suggest you check out this:

http://www.digitalmars.com/drn-bin/wwwnews?D/15962
http://www.digitalmars.com/drn-bin/wwwnews?D/15974
http://www.digitalmars.com/drn-bin/wwwnews?D/16056
http://www.digitalmars.com/drn-bin/wwwnews?D/16060

That's all i can do. If you succed, please report back.

-eye

bjoern +dot+ diwald *at* web :dot: de schrieb:
> Greetings,
> 
> I've done a google search at this page to find anything about ctags and yes  :))
> there is an old (old) mail talking about an ctag support for D and a newer one
> talking about "hfind.exe", something like ctags.
> 
> But unfortunately I'm not able to find the mentioned file(s)  :'(
> Now my questions ...
> 
> 1. Can anybody push me in the right direction or send me this files
> *OR*
> 2. I'm going to use JEDIT with CodeBrowser-Plugin ... in my understanding, I'm
> needing the ctags file for correct use of it !??
> 
> 
> Thanks in advance for your help!
> Björn
> 
> 
November 10, 2004
Thanks, but this are the archived articles without attachements I'm talking about => going to get an eMail to the guys and will report successes.

Björn

In article <cmr6l1$1o8i$1@digitaldaemon.com>, Ilya Minkov says...
>
>I suggest you check out this:
>
>http://www.digitalmars.com/drn-bin/wwwnews?D/15962 http://www.digitalmars.com/drn-bin/wwwnews?D/15974 http://www.digitalmars.com/drn-bin/wwwnews?D/16056 http://www.digitalmars.com/drn-bin/wwwnews?D/16060
>
>That's all i can do. If you succed, please report back.
>
>-eye
>
>bjoern +dot+ diwald *at* web :dot: de schrieb:
>> Greetings,
>>=20
>> I've done a google search at this page to find anything about ctags and=
> yes  :))
>> there is an old (old) mail talking about an ctag support for D and a ne=
>wer one
>> talking about "hfind.exe", something like ctags.
>>=20
>> But unfortunately I'm not able to find the mentioned file(s)  :'(
>> Now my questions ...
>>=20
>> 1. Can anybody push me in the right direction or send me this files
>> *OR*
>> 2. I'm going to use JEDIT with CodeBrowser-Plugin ... in my understandi=
>ng, I'm
>> needing the ctags file for correct use of it !??
>>=20
>>=20
>> Thanks in advance for your help!
>> Bj=F6rn
>>=20
>>=20


November 10, 2004
>Thanks, but this are the archived articles without attachements I'm talking about => going to get an eMail to the guys and will report successes.
>
>Björn

Of course the attachment is *there*, in the second one, you just need to UUDECODE it! What you found first, was an autogenerated archive. I went into my newsgroup reader, found the messages, and recreated web-links to them using references found in the newsgroup message header.

So, you can either save the UU-coded part of the message as text (the requered lines are between and including "begin 666 d.diff" and "end") and and then UUDECODE it, or you subscribe to the newsgroup in a newsreader, and take the file from there.

-eye

>>http://www.digitalmars.com/drn-bin/wwwnews?D/15962 http://www.digitalmars.com/drn-bin/wwwnews?D/15974 http://www.digitalmars.com/drn-bin/wwwnews?D/16056 http://www.digitalmars.com/drn-bin/wwwnews?D/16060


November 10, 2004
In article <cmsq8j$1e2s$1@digitaldaemon.com>, Ilya Minkov says...
>
>>Thanks, but this are the archived articles without attachements I'm talking about => going to get an eMail to the guys and will report successes.
>>
>>Björn
>
>Of course the attachment is *there*, in the second one, you just need to UUDECODE it! What you found first, was an autogenerated archive. I went into my newsgroup reader, found the messages, and recreated web-links to them using references found in the newsgroup message header.
>
>So, you can either save the UU-coded part of the message as text (the requered lines are between and including "begin 666 d.diff" and "end") and and then UUDECODE it, or you subscribe to the newsgroup in a newsreader, and take the file from there.
>
>-eye

I made an attempt to port UUDECODE to D a while back. I'm sure it's not perfect, but it's worked for me with archived attachments in the past. Here's the code:

http://www.digitalmars.com/drn-bin/wwwnews?digitalmars.D/4744

>
>>>http://www.digitalmars.com/drn-bin/wwwnews?D/15962 http://www.digitalmars.com/drn-bin/wwwnews?D/15974 http://www.digitalmars.com/drn-bin/wwwnews?D/16056 http://www.digitalmars.com/drn-bin/wwwnews?D/16060

jcc7