digitalmars.D - Ctag support
- Paul D. Anderson (4/4) Sep 01 2008 Has anyone create a ctag support file for the D programming language?
- Paul D. Anderson (2/3) Sep 01 2008 Umm... that would be "created", with a 'd'.
- Jussi Jumppanen (13/19) Sep 01 2008 Here are the code changes I made to Exuberant Ctags to add
- Paul D. Anderson (5/35) Sep 02 2008 Thanks!
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
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
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
Jussi Jumppanen Wrote:Paul D. Anderson Wrote: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!! PaulHas 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 02 2008