Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Removed unnecessary comments | Ron Panduwana | 2011-02-10 | 1 | -2/+0 | |
| | ||||||
* | Merge branch 'master' into tag-expansion | Ron Panduwana | 2011-02-10 | 1 | -0/+4 | |
|\ | ||||||
| * | Patch by fgallina to fit zencoding in terminal | Chris Done | 2011-02-08 | 1 | -0/+2 | |
| | | ||||||
| * | Require cl | Chris Done | 2011-02-08 | 1 | -0/+2 | |
| | | ||||||
* | | Added tag expansion for table, ul, ol, and dl | Ron Panduwana | 2011-02-09 | 1 | -8/+35 | |
|/ | ||||||
* | Automatically close child-less self-closing tags (eg. br img input) | Ron Panduwana | 2011-02-08 | 1 | -2/+11 | |
| | ||||||
* | Added tests for empty-prop and quoted-prop. | Ron Panduwana | 2011-02-08 | 1 | -0/+7 | |
| | ||||||
* | Added support for quoted property value (eg: a onclick="alert('ok');"). | Ron Panduwana | 2011-02-08 | 1 | -8/+11 | |
| | ||||||
* | Allowed empty prop | Ron Panduwana | 2011-02-07 | 1 | -5/+13 | |
| | ||||||
* | Added tests for div-as-default-tag | Ron Panduwana | 2011-02-03 | 1 | -0/+5 | |
| | ||||||
* | div tag name can be omitted when writing element starting from ID or CLASS: ↵ | Ron Panduwana | 2011-02-03 | 1 | -0/+5 | |
| | | | | #content>.section is the same as div#content>div.section | |||||
* | Added syntatic support for empty (self-closing) tags. Ex: input/#id.class ↵ | Daniel Fernandes Martins | 2011-01-30 | 1 | -23/+32 | |
| | | | | type=text => <input id="id" class="class" type="text"/> | |||||
* | allow propery names to honor namespaces | Reed O'Brien | 2010-02-14 | 1 | -1/+1 | |
| | ||||||
* | Created a generalized traversal function for searching the trie. Removed old ↵ | Rudolf | 2010-01-24 | 1 | -13/+26 | |
| | | | | retrieval and insertion functions. Split the branch accessor into two functions. | |||||
* | Simplified the insertion function, added a branch accessor, added a ↵ | Rudolf | 2010-01-24 | 1 | -57/+64 | |
| | | | | retrieval function, fixed the test code | |||||
* | Removed unnecessary comments at the end of the file | Rudolf | 2010-01-24 | 1 | -83/+0 | |
| | ||||||
* | Updated README with information about generating code from the Noweb file(s) | Rudolf | 2010-01-24 | 1 | -0/+8 | |
| | ||||||
* | Added line for including the zencoding-trie data structure | Rudolf | 2010-01-24 | 1 | -0/+3 | |
| | ||||||
* | Added Makefile and noweb file describing the zencoding-trie data structure. | Rudolf | 2010-01-24 | 2 | -0/+156 | |
| | ||||||
* | some fixes by lennart borgman | Chris Done | 2009-11-20 | 1 | -26/+48 | |
| | ||||||
* | live expansion and more tidying | Chris Done | 2009-11-20 | 1 | -119/+383 | |
| | ||||||
* | Add experimental yasnippet integration | --- | 2009-11-11 | 1 | -1/+31 | |
| | ||||||
* | Move expression finding out of zencoding-expand-line | --- | 2009-11-11 | 1 | -12/+16 | |
| | ||||||
* | * zendcoding-model.el (zencoding-realtime-preview-keymap): new | Jan Moringen | 2009-11-08 | 1 | -13/+93 | |
| | | | | | | | | | | | | variable; used in real-time preview overlays (zencoding-realtime-preview-of-region): new function; interactively start real-time preview for an input region (zencoding-make-overlay-pair): new function; construct a pair of overlays for real-time preview input and output (zencoding-delete-overlay-pair): new function; delete live preview overlays (zencoding-handle-overlay-change): new function; update live preview on change | |||||
* | made into a simple minor-mode, renamed file, added license, commentary | Chris Done | 2009-11-07 | 1 | -35/+82 | |
| | ||||||
* | added 'input type=text' properties to tags, 45 tests performed OK | Chris Done | 2009-11-07 | 1 | -12/+55 | |
| | ||||||
* | updated bug in identifier parsing (forgot to return error) | Chris Done | 2009-11-07 | 1 | -1/+3 | |
| | ||||||
* | updated tagname regex | Chris Done | 2009-11-07 | 1 | -3/+3 | |
| | ||||||
* | updated indentation after qualification | Chris Done | 2009-11-07 | 1 | -91/+92 | |
| | ||||||
* | Now with multipliers (li*5>span), a mini test suite and qualified symbol names | Chris Done | 2009-11-07 | 1 | -104/+198 | |
| | ||||||
* | added proper tags with properties - ids, classes | Chris Done | 2009-11-07 | 1 | -49/+116 | |
| | ||||||
* | Whipped something up to get it started in elisp. My elisp is awful but it ↵ | Chris Done | 2009-11-07 | 1 | -0/+144 | |
| | | | | does the job… Hard part’s over. | |||||
* | first commit | Chris Done | 2009-11-07 | 1 | -0/+0 | |