public
Description: An Espresso Sugar containing Textmate-style Text Editor Actions, written in Python
Homepage: http://onecrayon.com/tea/
Clone URL: git://github.com/onecrayon/tea-for-espresso.git
name age message
file .gitignore Sat Sep 19 08:14:44 -0700 2009 Added Xcode project, reorganized source files [Ian Beck]
file Info.plist Mon Dec 07 08:34:09 -0800 2009 1.1b2 release [Ian Beck]
file Prefix.pch Sat Sep 19 08:14:44 -0700 2009 Added Xcode project, reorganized source files [Ian Beck]
file README.markdown Sat Sep 19 07:08:17 -0700 2009 Updated README with main site info and building... [Ian Beck]
directory src/ Mon Dec 07 09:23:03 -0800 2009 Fixed conflicting types in .h and .m for TEALoader [Ian Beck]
directory tea-for-espresso.xcodeproj/ Thu Dec 03 22:44:16 -0800 2009 Added initial symlink handling code: refreshing... [Ian Beck]
README.markdown

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:

http://onecrayon.com/tea/

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.