TEA for Coda Change Log
- v2.0b3 – Jan 6, 2010
-
Merges in Serge’s zen coding improvements, including tag balancing, Wrap With Abbreviation, and more and reorganizes the menus and shortcuts for more sane access to the actions.
Improvements
- New zen coding version (v0.5), with related improvements including new Wrap With Abbreviation action
- New Update <img> Size action (courtesy of Serge)
- Also thanks to the new zen coding, there are new tag balancing actions to select the current tag’s contents (moving both outward and inward)
- Expand Abbreviation and Wrap With Abbreviation now attempt to determine the syntax of the active file by examining the path extension. Note that this will only work with saved files; unsaved files (even if they have something like “Untitled.css” in the tab bar) will still default to HTML. If in an HTML file, the action will also check if it’s in a
<style>
tag and use CSS if so. - Line endings in snippets are now cleaned to match those in the document rather than always defaulting to Unix.
- v2.0b2 – Oct 17, 2009
-
Minor bugfix beta release; fixes several issues and oversights from the first beta.
Fixes and improvements
- Header tags no longer lose their number in closing tags when using Wrap Selection In Tag
- Attributes are no longer duplicated when using Wrap Selection In Tag
- When using Trim Line(s), trimmed text is now selected so you can see exactly what got trimmed
- TEATrim can now discard whitespace on empty lines, regardless of whether it is indentation whitespace or not
- v2.0b1 – Oct 4, 2009
-
First release of the new, plugin version of TEA for Coda
Includes most basic TEA actions:
- Format → Strong and Format → Emphasize
- Expand Abbreviation
- Indent New Line
- Insert Linebreak
- Select → Line, Select → Line Contents, Select → Word
- Trim Line(s)
- Wrap Selected Lines In Tag
- Wrap Selection In Link
- Wrap Selection In Tag
- v1.1 – Nov 11, 2008
-
Improvements to all scripts made possible by Coda 1.6. Now requires Coda 1.6+.
Improvements
- Performance of Indent New Line.scpt should be significantly improved now that it doesn’t have to rely on fetching the tab preferences manually
- All scripts now require Coda 1.6 and will perform their actions in the active document, even if there are multiple windows open
- v1.0.5 – Nov 10, 2008
-
Minor fixes and improvements.
Improvements
- HTML Tidy is now a Universal binary
- Modified Format with Em and Format with Strong to keep text highlighted rather than moving the cursor to the end (more congruent with Textmate behavior, and makes it easier to perform further modifications)
- v1.0.4 – Sep 27, 2008
-
Added two new scripts to the bundle
New features
- Indent New Line
- Wrap Each Selected Line In Tag
- v1.0.3 – Sep 25, 2008
-
Bug fixes; includes new Insert BR script.
Improvements
- New Insert BR script
- Fixed cursor placement bugs in Wrap Selection in Tag, Wrap Selection in Link, Insert Open/Close Tag, Format with Em, and Format with Strong
- Added tag detection to Insert Open/Close Tag to correctly handle XHTML self-closing tags
- Added logic to Insert Open/Close Tag to place cursor inside tag if it was self-closing and lacked attributes
- v1.0.2 – Sep 2, 2008
-
Improvement to HTML Tidy script and bundled version.
Improvements
- Updated to the latest version of HTML Tidy rather than the 2004 version standard with the OS
- HTML Tidy script now accepts selected text and defaults to entire document
- Further optimizations to the
tidy_config.txt
file
- v1.0.1 – Sep 1, 2008
-
Adds formatting scripts; thanks to Brian Haslanger!
New scripts
- Format with Em
- Format with Strong
- v1.0 – Aug 31, 2008
-
The initial release includes the bulk of my favorite Textmate HTML actions converted to Applescript for use with Coda 1.5.
Initial release