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 =...")
 
m (typo)
(One intermediate revision by one other user not shown)
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 at C, it retains enough flexibility to provide functionality with C++ (and Java) code.

Revision as of 19:05, 4 October 2012

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 (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 at C, it retains enough flexibility to provide functionality with C++ (and Java) code.