|
From: Stefan R. <sr...@te...> - 2001-10-16 06:25:48
|
14.10.2001 22:20:42, Kenrick Drew <kd...@ea...> wrote: >Richard, > >You can use the Tags plugin. You can find it in the plugin module in the JEdit >CVS, or at: ... Hello Ken, I downloaded the plugin and it mostly works great for me. Really good to finally have this. Thanks. One suggestion and a problem, though: 1.) I am working in an environment with people using different editors. Thus our make system generates tag files in the ctags and in the etags format named tags and TAGS respectively. I am running jedit on a windows system. This has the funny effect that jedit cannot distinguish between those two files and always picks the wrong one - the file names are used case insensitive. It would be easy to change (or extend) the make system to rename the tags file e.g. to "jtags" or whatsoever. Unfortunately then it won't be found be the plugin... So could you please make the file name which is momentarily hardcoded configurable? 2.) I configured several global tags files in the plugin's configuration dialog. They are obviously searched because when the cursor is over htc_printf (which is in a different directory in a file called htc_connection.c) it opens up a window for "htc_connection.c". Unfortunately the directory is wrong: It's the same as the directory from which I started the search. But there is no such file... Thanks in advance, Stefan |