www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - Ctag support

reply Paul D. Anderson <paul.d.removethis.anderson comcast.andthis.net> writes:
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
Sep 01 2008
next sibling parent Paul D. Anderson <paul.d.removethis.anderson comcast.andthis.net> writes:
Paul D. Anderson Wrote:

 Has anyone create a ctag support file for the D programming language?
Umm... that would be "created", with a 'd'.
Sep 01 2008
prev sibling parent reply Jussi Jumppanen <jussij zeusedit.com> writes:
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
Sep 01 2008
parent Paul D. Anderson <paul.d.removethis.anderson comcast.andthis.net> writes:
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
Sep 02 2008