Patch provided by Lubomir Kundrak via PR 30972.
Version 0.8 is the first release of cbrowser since development began on
Sourceforge.net. This release contains some minor bug fixes related to cscope,
and text changes to indicate the new home of cbrowser.
* Changed text headers to reflect new web site and email address.
* Added support for scroll mouses.
* Fixed bug in the command line of cscope (cannot combine flags).
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
Cbrowser helps manage the recursive process of searching through
source code for usages by providing a history mechanism. Every query
is recorded and can be recalled at any time, without the need of
re-querying the database.
Cbrowser allows you to build and use multiple source code databases
for individual software projects. Switching databases is as simple as
selecting the file, and a history of all databases used is kept at all
times.
Best of all, cbrowser provides a hierarchical function viewer.
Functions may be expanded and contracted to show or hide the functions
they call. The function's code itself is shown in an adjoining
viewer. This feature is implemented using the megawidget Library by
Jeff Hobbs.