Code Browser

A Folding Text Editor

Tags2cbi

Tags2cbi converts a Ctags file to an index file for Code Browser. It creates a structured text file with:

  1. Folders for directories, files and classes
  2. Links for tags
It can also create an index of all tags: each a tag is a folder containing a link for each definition of this tag.


Browsing the python library

All implementations of
the '*' operator in the Ruby library

The advantages over foldup is that it doesn't modify source code (it doesn't fold source code) and it works with all languages supported by Ctags. The converter is not optimized yet but it should work fine with less than 100.000 tags.

Note: If you want to use this tool with Ruby, you should get the latest version of Ctags (5.6) since it has qualified tags for Ruby.

Download

Filename Description
tags2cbi-0.1-win32.zip Windows binaries without installer
tags2cbi-0.1-src.tar.gz The source code for Linux (tar gz format)
tags2cbi-0.1-src.zip The source code (zip format)


Marc Kerbiquet - mkerbiquet@users.sourceforge.net
Last updated: 2008-05-08
SourceForge.net Logo