bvim is a hacked version of gvim which adds a few features which helps working on large Visual Studio projects.
The goal is to make all common programming actions take less than 500ms on a fast machine.
Bvim is supported on Windows 7 and builds with VS2010.
Build bvim using src/vim_vs2010.sln
Open a solution and build a list of all files that are included in the projects. This must be the first thing done in order to use the other commands.
Open a help-like window listing all files in the solution. Use / to search for the wanted file and press Enter to open it.
Cycle between related files in the solution. The order is hardcoded to> cpp cxx c inl hpp hxx h asm s ddf
Do a case sensitive search through all files in the solution for , optionally limited to a set of file extensions. At most 100 hits per file is reported and the total hits is capped to 1000.
The base directory of the solution file. It is either the directory of the solution file itself, or its parent directory. All bore file paths are relative to this directory. Useful for e.g. writing a single tags file from all solution files.
The filename of the file which contains a list of relative paths for all files included in the solution. Useful for e.g. building a tags file from all solution files.
The number of threads used by borefind. Defaults to 4.