George Greer wrote: > > On Mon, 26 Jun 2000, John Hines wrote: > > >I was wondering if the cross reference page is out of date and if so for > >what patch level does it reference. > > I think the CircleMUD.org one is bpl12 (or earlier, I didn't spend long > enough hunting through it to find a determinant), and my LXR one was > bpl14/15. > > http://www.circlemud.org/~greerga/lxr/source/ Oops... There are problems... ** Warning: Cannot open xref database. I personally prefer using ctags and (g)vim. On your shell command line, type: ctags -R . vim comm.c (or 'gvim comm.c' if you are on Win32 or X-Windows) Then you move the cursor over the keyword and press Ctrl-], vim will jump to file/line containing the declaration of your keyword (var, func, #define, struct... anything). If there is more than one keyword with the same name on your code, then ":ts" will be better. If you use emacs instead, the hotkey is Meta-. Exuberant Ctags is available for download (source, bin-OS/2 and bin-Win32) on its website: http://home.hiwaay.net/~darren/ctags/ Vim is available at: http://www.vim.org/ ----=[ Juliano Ravasi Ferraz ]=----=[ jferraz@linkway.com.br ]=---- A critic is a man who leaves no turn unstoned. +------------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | +------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 04/10/01 PDT