What's new in Zen Coding for Adobe Dreamweaver 0.7.5

Jun 16, 2011
  • Added "Reflect CSS value" command from Zen Coding 0.7.
  • Added "Select Next/Previous Item" commands from Zen Coding 0.7.
  • Extension now uses $# for output from Zen Coding 0.7. E.g. ul>li{$#}* creates a list with each string in its own list item.
  • Multi-line selection indenting now works with Tab key.
  • Fixed XSLT document recognizing.

New in Zen Coding for Adobe Dreamweaver 0.7.2 (Jun 16, 2011)

  • "Evaluate Math Expression" command now evaluates all simple math expressions found in selection. Supported operators: addition “+”, subtraction “−”, multiplying “*”, division “/”, rounded division “\” and power “^”.
  • Different line paddings with tabs/spaces variations now processed correctly.
  • Smarter "Insert formatted newline" behavior after start curly brace “{” in CSS.
  • Bug fixes related to comments processing.

New in Zen Coding for Adobe Dreamweaver 0.7.1 (Jun 16, 2011)

  • Tab expanding now works with strict rules. If you are not editing HTML/CSS/XML code or selected text or caret is in tag no expanding will occur (except for CSS in style attribute) and normal tab will be inserted (or whatever in your settings). (Issue 231)
  • Abbreviations itself now also got stricter rules for expanding, thus fixing Issue 232 with CSS snippet expanding after opening curly brace.
  • Reworked menu commands shortcuts in order to try keep consistency with other plugins as much as possible. Sorry if you already accustomed to the old ones. I hope you will like it and quickly adapt to the new shortcuts. See #Shortcuts_table for information.
  • Also if you if you specify only the class or id for inline subelement in abbreviation it automatically will be span not div (Issue 227).
  • As it was asked in comments “Merge Lines” without selection now automatically recognize blocks in CSS parsing mode ({…}). It correctly works with nested blocks and totally ignores braces in comments and quoted strings.
  • New action “Rename tag” were also added. It just changes a name of tag and leaves its attributes untouched. If it isn't enough for your “Wrap with abbreviation”/“Remove tag” combination is recommended.
  • “Insert Formatted Newline” action were (re-)added. Being executed between newly created opening and closing tags or curly brackets it breaks them to separate lines and puts caret into middle line with indentation.
  • Various indentation issues were also fixed.