public
Description: Codetch, a code editing extension to Firefox, Flock, etc.
Homepage: http://codetch.com
Clone URL: git://github.com/zaach/codetch-ext.git
name age message
file .gitignore Tue Mar 10 23:17:40 -0700 2009 Ignore vim backups [zaach]
file README Mon May 05 10:17:05 -0700 2008 Added readme file. [zaach]
file chrome.manifest Wed Mar 11 16:57:28 -0700 2009 Register new langs in manifest [zaach]
directory components/ Mon May 05 12:16:39 -0700 2008 Fix permissions. [zaach]
directory content/ Wed Jun 10 20:09:46 -0700 2009 More fixes [zaach]
directory defaults/ Mon May 05 12:09:38 -0700 2008 Fix permissions. [zaach]
file install.js Mon May 05 12:09:38 -0700 2008 Fix permissions. [zaach]
file install.rdf Wed Jul 01 14:53:46 -0700 2009 Increment version [zaach]
file license.txt Mon May 05 12:09:38 -0700 2008 Fix permissions. [zaach]
directory locale/ Wed Mar 11 16:49:25 -0700 2009 Updated locales [zaach]
directory skin/ Wed Jun 10 20:09:46 -0700 2009 More fixes [zaach]
README
Codetch
====================

A code editing extension to Firefox, Flock, etc.

Download and install
====================
Visit http://codetch.com/download in your Gecko browser and click the install link. After it installs, restart your 
browser. Done!

How to run the edge, repo version
===================

Download from repository:

  $ git clone git://github.com/riah/codetch-ext.git

Create a new file named "{420ed894-c19f-4318-a83f-bacae374db28}" in your browser's profile extensions directory. In my 
case, it could look like:

  $ touch /home/zach/.mozilla/firefox/{random}.default/extensions/{420ed894-c19f-4318-a83f-bacae374db28}

Note: I suggest using a diffrent profile than your default, in case something in the build is a mess.

In that new file, put the path to where you downloaded your repository. For me:

  /home/zach/xul/codetch-ext

Note: no extra spaces or any other lines, just the path.

Restart your browser and it should be installed and ready to use/hack.