Hi, ... Do you have ctags.conf or ctags.cnf or $HOME/.ctags file that defines a custom expression for tex files? As you mentioned below, when you run ctags...
439
danmichaelo
Oct 10, 2009 2:36 pm
... No, the strange thing was that I didn't.. However, I finally sorted out the problem. It wasn't really a problem with TagList (sorry TagList), but with...
440
maru_flkr
Oct 11, 2009 6:39 am
Hi list, I noticed the following problem with the script and a GUI in my case macvim. Doing if g:Tlist_Show_Menu && has('gui_running39;) call s:Tlist_Menu_Init()...
441
Sean McDaniel
industy
Oct 28, 2009 4:02 pm
Dear all, I looked for a solution to this problem in the groups archives, but couldn't find an answer. Within my code, all the tag goodies work (:tj, :ta,...
442
James A Paget
japaget
Oct 28, 2009 4:18 pm
Sean, We'll need more system info to have a shot at troubleshooting this: * Platform = ? (mine is 32-bit Windows XP SP3) * Taglist Version = ? (mine is 4.5;...
443
industy
Oct 28, 2009 5:44 pm
Dear all, Additional information: * Platform: unix server (debian), xp client machine (we use Xming, an X windows server, for display). * Taglist version: 4.5 ...
444
Yegappan Lakshmanan
yegappan
Oct 29, 2009 3:28 am
Hello, ... Are you setting any of the "Tlist_*" variables in your ~/.vimrc file? What other Vim plugins are you using? - Yegappan...
445
Aarto Matti
aarto.matti@...
Dec 2, 2009 2:40 pm
Hello, I have some issues. The first one is that taglist doesn't list functions declarations. For instance this declaration won't be listed: void foo(); ...
446
Yegappan Lakshmanan
yegappan
Dec 6, 2009 6:09 pm
Hello, ... The taglist plugin uses exuberant ctags to parse a file and generate the list of tags defined in that file. Exuberant ctags has language specific ...
447
Aarto Matti
aarto.matti@...
Dec 10, 2009 1:41 pm
... Good to know about tlist_xxx_settings, thanks! Would be great if taglist could consolidate tags under the same name e.g. if you use the same name for ...
448
Aarto Matti
aarto.matti@...
Dec 10, 2009 1:51 pm
... Hmm, wait, I've just discovered 'm' flags which lists class attributes :) -- Aarto...
449
cesheri@...
cesheri...
Jan 20, 2010 2:10 am
Hi, Taglist is an excellent enhancement to VIM, and there's one part of it that I can't yet seem to get working -- the Tags menu. Per the user documentation, I...
450
james_r_cole_78
Feb 26, 2010 8:03 am
Hi, When I close the taglist it doesn't shrink the window back down to its original width. Or rather, it doesn't if the window was originally 78 characters or...
451
zimnyx
Apr 29, 2010 8:04 am
This is first item on the TODO list, and I agree it's very important, cause in files that define multiple classes Taglist seem to be quite unusable. Functions...
452
PayPaL
service@...
Apr 30, 2010 8:27 pm
 PayPal Service - Veuillez Valide Votre Information Personnelle Bonjour Dans le cadre de nos mesures de securite, Nous verifions regulierement l'activite de...
453
PayPaL
service@...
Apr 30, 2010 11:53 pm
 PayPal Service - Veuillez Valide Votre Information Personnelle Bonjour Dans le cadre de nos mesures de securite, Nous verifions regulierement l'activite de...
454
jceb81
May 2, 2010 12:55 pm
Hi, I ran into the very same problem. The problem lies in taglist. It actually looks for the variable you defined - with the dot within the variable's name....
455
Service FreeBox
service@...
Jun 8, 2010 12:59 pm
Free Adsl, On regarde toujours en avant pour la haute sécurité de nos clients Cher membre Free Adsl, , Attention ! Le departement technique de Freebox...
456
Cyker Way
cykerway
Jul 27, 2010 11:52 am
Hi all, Recently, I'm considering: why not give taglist a feature that it will auto-focus on the file you're editing, but not the taglist window itself, at ...
457
Tim
timjohnson12...
Aug 1, 2010 6:43 pm
I've noticed that in PHP files, the taglist windows displays in the following order: 1)class 2)constants 3)variables 4)functions This is not productive for me....
458
Service VerifiedByVisa
service@...
Sep 10, 2010 3:01 pm
Verified By Visa : Information concernant Votre Carte Bancaire Bonjour! Dans le cadre de nos mesures de securite, nous controlons regulierement les activites...
459
Service De PayPal
service@...
Sep 28, 2010 10:34 am
PayPal Service - Veuillez Valide Votre Information Personnelle Bonjour Dans le cadre de nos mesures de securite, Nous verifions regulierement l'activite de...
460
land
fanglinux@...
Jan 26, 2011 9:14 am
461
jez_hex
Feb 13, 2011 2:56 am
Hi, I've had problems with the window focus -- if have both taglist.vim and (for example) minibufexpl open, closing taglist.vim often returns my cursor focus...
462
Nikhil
ni.joshi
Mar 9, 2011 7:54 pm
Hi, Im new to taglist. I could get the F8 key binding to TlistToggle command successfully. But it doesnt work when Im in a screen session. F8 is captured by...
463
Yegappan Lakshmanan
yegappan
Mar 10, 2011 1:02 am
Hi, ... You can bind some other key to invoke this command. For example, to use ",t" to open the taglist window you can use the following: nnoremap <silent> ,t...
464
cybozoro
Mar 11, 2011 3:54 pm
i tried to find this functionality but wasn't able to. maybe i missed it. the idea is to be able to display tags not on a per file basis but all of the them...
465
cybozoro
Mar 11, 2011 4:03 pm
say i have the following code myfunctionfile.c void myfunction1(void) {printf("function192;n")}; mymain.c int main(void) { myfunction(); return 0; } is there a...
" If the 'number39; option is set in the source window, it will affect the " taglist window. So forcefully disable 'number39; option for the taglist " window ...