onecrayon / tea-for-espresso
- Source
- Commits
- Network (4)
- Issues (12)
- Wiki (15)
- Graphs
-
Tree:
4adef54
tree 84357e91338a0765528505a8e7b122ac0f9536b0
parent c2a71dfcf476df83d89e04ba8a973c944eab0ed2
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sat Sep 19 08:14:44 -0700 2009 | |
| |
Info.plist | ||
| |
Prefix.pch | Sat Sep 19 08:14:44 -0700 2009 | |
| |
README.markdown | Sat Sep 19 07:08:17 -0700 2009 | |
| |
src/ | ||
| |
tea-for-espresso.xcodeproj/ |
Text Editor Actions for Espresso
Text Editor Actions (TEA) for Espresso is an Espresso plugin that provides numerous bundled actions and an infrastructure for easily creating more, whether you are a Sugar developer or not.
TEA has been bundled with Espresso since version 1.0, so you do not need to download it (unless you want to test bleeding edge improvements).
For more info about TEA (including documentation) see the TEA website:
Found something about TEA that makes you unhappy? Submit a bug report or feature request (requires free GitHub account) or drop me a line.
Building from source
Since you're here, odds are you want to mess around with TEA's source code. To compile TEA:
git clone git://github.com/onecrayon/tea-for-espresso.git
cd tea-for-espresso
python setup.py py2app
If you wish to create a development version, you can run this instead:
python setup.py py2app -A
This will create a normal version of the TEA plugin, but symlink all the internal files so that you don't have to rebuild the Sugar to try out changes (you'll still need to relaunch Espresso between changes, though).
To override the bundled version of TEA in Espresso, make sure to increment the CFBundleVersion in setup.py before compiling TEA.

