Difference between revisions of "Cscope plugin"
From Code::Blocks
(Created page with "Category: Code::Blocks Contrib Plugins {{Infobox_Plugin| name = Cscope | logo = Image:Generic-plugin.png | developer = Daniel Anselmi | maintainer = | version =...") |
|||
Line 8: | Line 8: | ||
}} | }} | ||
− | This plugin integrates the source code searching features of [http://cscope.sourceforge.net/ Cscope] into Code::Blocks. Cscope is especial useful on large projects, and can search for: | + | This plugin integrates the source code searching features of [http://cscope.sourceforge.net/ Cscope] into Code::Blocks (a Windows build is available at [http://code.google.com/p/cscope-win32/ Cscope-win32]). Cscope is especial useful on large projects, and can search for: |
* all references to a symbol | * all references to a symbol | ||
* global definitions | * global definitions | ||
Line 17: | Line 17: | ||
* a file | * a file | ||
* files including a file | * files including a file | ||
+ | Although the parser within Cscope is targeted a C, it retains enough flexibility to provide functionality with C++ (and Java) code. |
Revision as of 03:32, 6 November 2011
This plugin integrates the source code searching features of Cscope into Code::Blocks (a Windows build is available at Cscope-win32). Cscope is especial useful on large projects, and can search for:
- all references to a symbol
- global definitions
- functions called by a function
- functions calling a function
- text string
- regular expression pattern
- a file
- files including a file
Although the parser within Cscope is targeted a C, it retains enough flexibility to provide functionality with C++ (and Java) code.