Hot on the heels of Espresso 1.0.2 comes TEA beta 10. This is primarily a bug fix release, but I recommend it for all users of Espresso. Why? Because you can now install the latest version of TEA without needing to muck around in the application bundle. Simply download the zip in the first message of this thread, double click the Sugar, and relaunch Espresso.
Improvements
- The Insert Tag From Word command will now parse the word Zen-style. So if you type ‘div#stuff.things’ and hit control-, (control-comma), you’ll get this:
<div id="stuff" class="things"></div>
Which is pretty cool. You can do multiple classes, too: ‘div.things.bits’, or place the ID at the end: ‘div.things#stuff’ (note that the final output will always have the ID followed by the classes; let me know if this drives you bonkers). Of course, all the old functionality is still there. Note that currently you can either use the ID/class shorthand or write our your attributes, select them, and pass the selection to the action. You can’t currently mix and match.
- Modified symlinks to custom user action files to allow Categories.xml files to work even if there are duplicates of the same name.
Bug fixes
- No more beeping! TEA actions should now only beep if they fail. W00t!
- The Documentation For Tag action for HTML (and incidentally any actions that rely on the visit_url generic action) should now be several orders of magnitude faster at loading the URL in your default browser
Let me know if you have any problems! Although I’ll be away from the internet April 18-20, so I might not be able to respond until next week sometime. 