| Thread overview | ||||||
|---|---|---|---|---|---|---|
|
September 02, 2008 Ctag support | ||||
|---|---|---|---|---|
| ||||
Has anyone create a ctag support file for the D programming language? I'm using a text editor that supports ctags (Boxer) and it would be helpful if I could use the ctag features. If no one has created one, would anyone be interested in using one if I create it? Paul | ||||
September 02, 2008 Re: Ctag support | ||||
|---|---|---|---|---|
| ||||
Posted in reply to Paul D. Anderson | Paul D. Anderson Wrote:
> Has anyone create a ctag support file for the D programming language?
Umm... that would be "created", with a 'd'.
| |||
September 02, 2008 Re: Ctag support | ||||
|---|---|---|---|---|
| ||||
Posted in reply to Paul D. Anderson | Paul D. Anderson Wrote: > Has anyone create a ctag support file for the D programming language? Here are the code changes I made to Exuberant Ctags to add support for the D Language: http://www.zeusedit.com/z300/ctags_src.zip I did not spend a lot of time making these changes, so I am sure the D language support could be improved. But it does seem to handle the basic D language constructs. > If no one has created one, would anyone be interested in using one if I create it? If you make any improvements I would be interested in updating the code found in the link above. > I'm using a text editor that supports ctags (Boxer) and it would be helpful if I could use the ctag features. FWIW I made these changes so that the Zeus for Windows IDE class browsing and intelli-sensing features would work with the D language. Cheers Jussi | |||
September 02, 2008 Re: Ctag support | ||||
|---|---|---|---|---|
| ||||
Posted in reply to Jussi Jumppanen | Jussi Jumppanen Wrote:
> Paul D. Anderson Wrote:
>
> > Has anyone create a ctag support file for the D programming language?
>
> Here are the code changes I made to Exuberant Ctags to add support for the D Language:
>
> http://www.zeusedit.com/z300/ctags_src.zip
>
> I did not spend a lot of time making these changes, so I am sure the D language support could be improved.
>
> But it does seem to handle the basic D language constructs.
>
> > If no one has created one, would anyone be interested in using one if I create it?
>
> If you make any improvements I would be interested in updating the code found in the link above.
>
> > I'm using a text editor that supports ctags (Boxer) and it would be helpful if I could use the ctag features.
>
> FWIW I made these changes so that the Zeus for Windows IDE class browsing and intelli-sensing features would work with the D language.
>
> Cheers Jussi
>
Thanks!
I'll take a look when I get home (I'm at work at the moment). If I can upgrade it at all I will do so and pass on the changes to you. (But, to be honest, if it works pretty well I'll probably just use it as is.)
Thanks again!!
Paul
| |||
Copyright © 1999-2021 by the D Language Foundation
Permalink
Reply