public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] How best to create tags file for ecos source?
@ 2001-05-20 18:05 Jeff Lasslett
  2001-05-21  5:54 ` Bart Veer
  0 siblings, 1 reply; 2+ messages in thread
From: Jeff Lasslett @ 2001-05-20 18:05 UTC (permalink / raw)
  To: ecos-discuss

Greetings,

	I'm a vim user and I would really like to know the best
way to create ctags file(s) for the ecos source.  The problem is
that I don't want to create tags for the whole source tree because
it contains code for other platforms and it contains packages
that I may not build into my project.
	I have tried manually running ctags for each directory 
that I want tags for but I think the tags file gets too big and 
vim takes forever to jump to a tagged item.

	If anyone has any advice for regarding this I would
appreciate it.

cheers,
	Jeff

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ECOS] How best to create tags file for ecos source?
  2001-05-20 18:05 [ECOS] How best to create tags file for ecos source? Jeff Lasslett
@ 2001-05-21  5:54 ` Bart Veer
  0 siblings, 0 replies; 2+ messages in thread
From: Bart Veer @ 2001-05-21  5:54 UTC (permalink / raw)
  To: jeff; +Cc: ecos-discuss

>>>>> "Jeff" == Jeff Lasslett <jeff@datataker.com.au> writes:

    Jeff> 	I'm a vim user and I would really like to know the
    Jeff> best way to create ctags file(s) for the ecos source. The
    Jeff> problem is that I don't want to create tags for the whole
    Jeff> source tree because it contains code for other platforms and
    Jeff> it contains packages that I may not build into my project.

    Jeff> 	I have tried manually running ctags for each directory
    Jeff> that I want tags for but I think the tags file gets too big
    Jeff> and vim takes forever to jump to a tagged item.

    Jeff> 	If anyone has any advice for regarding this I would
    Jeff> appreciate it.

I don't think there is an easy way to automate this at present. The
current makefile generation code does not provide any support for tags
generation. The knowledge of which files get built for a specific
configuration (including automatically generated files) is only
available to C++ programs linked with libcdl, and there is no
documentation for the libcdl API at present (other than the comments
in the header files).

In the medium to long term, I hope to make this sort of information
available to Tcl scripts. However I do not know when this is going to
happen. 

Bart

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-05-21  5:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-20 18:05 [ECOS] How best to create tags file for ecos source? Jeff Lasslett
2001-05-21  5:54 ` Bart Veer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).