Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Drarok/CTags-TextMate-Bundle
A simple TextMate bundle for working with CTags.
https://github.com/Drarok/CTags-TextMate-Bundle
Last synced: 3 months ago
JSON representation
A simple TextMate bundle for working with CTags.
- Host: GitHub
- URL: https://github.com/Drarok/CTags-TextMate-Bundle
- Owner: Drarok
- Archived: true
- Created: 2011-12-09T02:06:32.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2015-10-20T15:33:43.000Z (about 9 years ago)
- Last Synced: 2024-07-19T22:48:05.977Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 334 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.mdown
Awesome Lists containing this project
README
# CTags TextMate Bundle
## About
This bundle aims to be a flexible way to use the popular [Exuberant CTags][ctags] system from within TextMate.
I started creating it after finding the current offerings didn't quite meet my requirements, such as:
* Allowing easy definition of the project's root directory.
* Support for additional tag files (i.e. for included libraries).
* Speed.
* Other things that I'm sure will come back to me.## Installation
* Download the latest release from the [GitHub downloads][github_downloads] page.
* Uncompress the file (Safari will do this for you by default).
* Double-click the resulting file.
* Set up your project's [Environment Variables][environment_vars].## Usage
Press Ctrl-] to attempt to look up a tag. If there's only one match, that file will be opened automatically.
Press Ctrl-Alt-] to update your current project's tags file.
There are a number of environment variables you *must* specify in your project, all prefixed with CT_ (for CTags):
* CT\_PROJECT\_ROOT - The root directory of your project.
* CT\_PROJECT\_INCLUDE - Root directories of other projects to search additional tag files from, separated by colons.There are also optional variables you *may* set:
* CT\_USE\_CACHE - Allow use of the cache to speed up tag searches. Valid values: '1' for on, '0' for off. Default: '1'.
[ctags]: http://ctags.sourceforge.net/
[github_downloads]: https://github.com/Drarok/CTags-TextMate-Bundle/downloads
[environment_vars]: #environment_vars