From b1118bd2fd5ccfcfb4b5a65857b2c3072f9f6bba Mon Sep 17 00:00:00 2001 From: agc Date: Wed, 14 Nov 2001 11:27:03 +0000 Subject: Initial import of cbrowser-0.6 into the NetBSD Packages Collection. 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. --- devel/cbrowser/DESCR | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 devel/cbrowser/DESCR (limited to 'devel/cbrowser/DESCR') diff --git a/devel/cbrowser/DESCR b/devel/cbrowser/DESCR new file mode 100644 index 00000000000..f911538855a --- /dev/null +++ b/devel/cbrowser/DESCR @@ -0,0 +1,15 @@ +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 which luckily for me comes with an unrestricted license. -- cgit v1.2.3