Cscope plugin
From Code::Blocks
Revision as of 02:11, 10 September 2011 by Alpha (talk | contribs) (Created page with "Category: Code::Blocks Contrib Plugins {{Infobox_Plugin| name = Cscope | logo = Image:Generic-plugin.png | developer = Daniel Anselmi | maintainer = | version =...")
This plugin integrates the source code searching features of Cscope into Code::Blocks. 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