summaryrefslogtreecommitdiff
path: root/devel/cbrowser/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cbrowser/DESCR')
-rw-r--r--devel/cbrowser/DESCR15
1 files changed, 15 insertions, 0 deletions
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.