 Abscissa
Member
|
I’m using a language (D) that, as far as I can tell, doesn’t seem to have ctag support in PN, but I do have an external app than can generate ctags files from my source. Is there a way to get PN to load and use these tag files?
|
 simon
Key Master
|
Tagger support in PN is extensible via plugins, so I’m sure support can be added. Can you point me at the D tags tool? If the output is compatible with ctags it may even be fairly easy to integrate with the normal ctags plugin.
|
 simon
Key Master
|
Cool, I don’t use D so I’m not set up to build this, what I could do with is this:
Compiled versions of d2tags and d2d attached to an issue on the tracker, along with a sample D file to test the tags with. Ideally I need to be able to run one command to go from a .d file to tags being printed to stdout. If you can provide a wrapper for those commands that does that too then that would be great.
I’m more than happy for that code to be hosted with PN if you like.
|
 Abscissa
Member
|
Done: http://code.google.com/p/pnotepad/issues/detail?id=903
I’ve tried to make it as easy as possible. Make sure to carefully read the whole text of the issue, though.
|
 simon
Key Master
|
Thanks, I’m working on cleaning up the next release right now, but should be able to have a go after that.
|