sponsor Vim development Vim logo Vim Book Ad

cscope_dynamic : quick automatic dynamic cscope updates

 script karma  Rating 22/18, Downloaded by 1041  Comments, bugs, improvements  Vim wiki

created by
Eric Garver
 
script type
utility
 
description
A Vim plugin that enables very fast automatic cscope database updates for C/C++
codebases. It accomplishes this by using two cscope databases; a large one, and
a small one. When a file is written it is moved to the small database, which
can update in a matter of seconds - often sub-second. The file is then removed
from the large database to avoid duplicate cscope query results. Subsequent
writes to the same file only trigger a small database update. The initial move
from the large to small database is a one time cost. This works well because
you're often only modifying a subset of files at a time.

See bitbucket[1] or github[2] for more information and current development.

[1] https://bitbucket.org/ericgarver/cscope_dynamic
[2] https://github.com/erig0/cscope_dynamic
 
install details
 

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
cscope_dynamic-0.6.vmb.gz 0.6 2016-03-12 7.3 Eric Garver Add support for g:cscopedb_src_dirs_file to specify directories to search for source files.
Contributed by Geesun Xu.
cscope_dynamic-0.3.vmb.gz 0.3 2015-01-27 7.3 Eric Garver Initial upload
ip used for rating: 44.220.131.93

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