Skip to content
marnen edited this page Nov 28, 2011 · 3 revisions

Redcar supports Snippets and Syntax definitions from Textmate bundles, and Textmate Themes.

##Installing a new Bundle

  1. Copy the tmbundle directory to the directory: ~/.redcar/Bundles. (You may have to create it.) So you will have a directory like: ~/.redcar/Bundles/coffee-script.tmbundle

  2. Delete the file ~/.redcar/cache/textmate_bundles.cache.[1]

  3. Restart Redcar and it will rebuild the textmate cache file, which will take a few seconds.

  4. Your bundle should now be available.

##Installing a new Theme

  1. Copy the .tmtheme file to the directory: ~/.redcar/Themes. (You may have to create it.)
  2. Delete the file ~/.redcar/cache/textmate_bundles.cache.[1]
  3. Restart Redcar and it will rebuild the textmate cache file, which will take a few seconds.
  4. Your theme should now be available.

[1] The tilde character (~) refers to the home directory on Unix. On Windows XP (tm) this refers C:\Document and Settings\_username_\ and on Windows Vista(tm) this refers to C:\Users\_username_.

##Viewing Installed Bundles

Select Bundles > Installed Bundles from the main menu

‹‹ Back to User's Guide

Clone this wiki locally