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 =...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Cscope
Generic-plugin.png
Developer(s): Daniel Anselmi
Maintainer(s):
Version: 0.2

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