2009/2/14 bill lam <[email protected]>: > Does anyone have experience in generating tags for j scripts? I tried > the jtags from juggle home but the format of output is different from > that of ctags. Or does anyone know how to setup langmap for j in .ctags?
The jtags script looks like it should mostly work, except perhaps the file name should be 'tags' instead of 'TAGS' and you will probably have problems with lines which contain characters which are special in regular expressions. Here's the documentation I am working from: http://en.wikipedia.org/wiki/Ctags#Ctags I would also be tempted to replace the searches that your jtags script generates with line numbers. Line numbers would be less tolerant of edits to files -- they could send you to old locations instead of new locations until you updated the tags reference -- but would be more robust than these searches in the context of special characters. FYI, -- Raul ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
