Description: It's patch for kate-ctags-plugin-0.2 http://www.kde-apps.org/content/show.php?content=47743
Adds in a plug-in an opportunity to come back in same place whence you have entered into function or other label tags (as in vim on ctrl+T and ctrl +]) PS wrote to authors of a plugin but has not answered.
can that is useful to whom still
ho do it >tar zxf kate-ctags-plugin-0.2.tar.gz cp kate-ctags-plugin-0.2.1.patch kate-ctags-plugin-0.2/ >cd kate-ctags-plugin-0.2 >patch -p0 -R -i kate-ctags-plugin-0.2.1.patch
./configure && make && make install
after in restart Kate -> setting -> hot keys -> set
lookup curent context as Declaration ctrl+[ lookup curent context as Definition ctrl+] return on one jump back ctrl+T
thanks for this useful patch.
But the system only work in the current path. or my C files are set in under folder (5 or 6 under folder)
how can y do?
soft/src/api.c
test/mon_logiciel/test.c
ctags
when I am in the file test.c I can show elements in api.c when I search it in the Ctags windows, but the Ctags does not follow in the programming windows?
Where can I do an Error?
Ratings & Comments
2 Comments
thanks for this useful patch. But the system only work in the current path. or my C files are set in under folder (5 or 6 under folder) how can y do? soft/src/api.c test/mon_logiciel/test.c ctags when I am in the file test.c I can show elements in api.c when I search it in the Ctags windows, but the Ctags does not follow in the programming windows? Where can I do an Error?
Where's the patch?