Every repository with this icon (
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README.markdown | Sat Sep 19 07:08:17 -0700 2009 | |
| |
main.py | Mon Aug 24 19:31:13 -0700 2009 | |
| |
setup.py | Sun Oct 25 08:46:57 -0700 2009 | |
| |
src/ | Sun Oct 25 10:08:08 -0700 2009 |
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.







