sponsor Vim development Vim logo Vim Book Ad

acsb : CScope frontend (multi queries, multi stacks)

 script karma  Rating 1/1, Downloaded by 1287  Comments, bugs, improvements  Vim wiki

created by
Gabor Fekete
 
script type
utility
 
description
A cscope frontend supporting
o Multiple queries
   It uses a buffer for listing the results of cscope queries.
o Multiple tag stacks
   Supports multiple tag stacks for serious code analyzis.
   The stacks are shown in a buffer.
More information (e.g. usage) can be found at the beginning of the script file.
It uses its own tag stack and not the one that vim has built in. It means that
if you use both vim's ctags support and this script in parallel the two tag stacks
will not interfere.

 
install details
Copy this file into ~/.vim/plugins/
Edit the keybindings in the beginning of the script file. It is very likely that the default clashes with your settings.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
acsb.tar.gz 200608xx 2006-08-18 6.0 Gabor Fekete Updated the documentation
acsb.tar.gz 200608xx 2006-08-18 6.0 Gabor Fekete o Fix: don't rebuild the database when not needed
o Mod: Use strings instead of numbers for ACSBfindsym.
o Add: support for separate cscope.out directory in the source tree.
E.g. If your source code is at /home/joe/code, then you can have
the cscope.* files built in /home/joe/code/cscope-data/.
o Add: C-R rebuilds the database.
ip used for rating: 34.229.62.45

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github