Thread overview | ||||||
---|---|---|---|---|---|---|
|
August 21, 2003 ctags support for the D programming Language | ||||
---|---|---|---|---|
| ||||
I have found preliminary support in "exuberant ctags" for the D programming language. This is a patch that can be found in the "ctags-users" forum on Sourceforge BUT, the patch isn't complete, it's broken (because of the maximum size allowed for a post in the forum certainly) PLEASE does anyone have this patch ? I Emailed the author but no answers :( |
August 22, 2003 Re: ctags support for the D programming Language | ||||
---|---|---|---|---|
| ||||
Posted in reply to Sam Attachments: | Here you go, I made a few changes and mailed them back to the ctags people. Charles "Sam" <Sam_member@pathlink.com> wrote in message news:bi2nli$6rd$1@digitaldaemon.com... > I have found preliminary support in "exuberant ctags" for the D programming > language. > This is a patch that can be found in the "ctags-users" forum on Sourceforge > > BUT, the patch isn't complete, it's broken (because of the maximum size allowed > for a post in the forum certainly) > > PLEASE does anyone have this patch ? I Emailed the author but no answers :( > > |
August 23, 2003 Re: ctags support for the D programming Language | ||||
---|---|---|---|---|
| ||||
Posted in reply to Charles Sanders | Thanx for the patch, ctags compile with no errors but when i execute ctags, it seems the d support is not enabled (the d language doesn't appear in the language-list, and it doesn't recognize the language-force=D option, and the same with the file extension .d Do I have make some mistakes ? |
August 23, 2003 Re: ctags support for the D programming Language | ||||
---|---|---|---|---|
| ||||
Posted in reply to Sam | In article <bi7u7v$22rb$1@digitaldaemon.com>, Sam says... > >Thanx for the patch, ctags compile with no errors >but when i execute ctags, it seems the d support is not enabled >(the d language doesn't appear in the language-list, and it doesn't recognize >the language-force=D option, and the same with the file extension .d >Do I have make some mistakes ? > > Oh, i forgot to add DParser in the Parsers.h header file... It's works just great (for basic syntax) ! (better than use c# or c++ parsers) |
Copyright © 1999-2021 by the D Language Foundation