capitaomorte
7fe4e84f91
more changes to the .yas-setup files and fix issue 129
2011-05-07 19:13:40 +00:00
capitaomorte
35eaad9d40
* Remove a spurious test defun and incorporting a suggestion for `yas/skip-and-clear-key' by Matthew Fidler
2010-10-30 11:28:58 +00:00
capitaomorte
81065f4858
* Fix issues 153 and 97.
2010-10-30 09:04:54 +00:00
capitaomorte
df72dd28d7
* Some leftover past work in snippet loading
2010-10-30 09:02:02 +00:00
capitaomorte
04c1a6e23a
* Fix Issue 151: yas-parents not working
2010-10-25 09:59:35 +00:00
capitaomorte
f8060ec2a5
* spurious (and) in last commit
2010-10-24 22:21:35 +00:00
capitaomorte
ca1d083dc7
* Fix issue 152. Don't require ido-mode to be t for ido-promt to be used.
2010-10-24 22:20:23 +00:00
Xah Lee
a851245972
added about 33 snippets for emacs lisp mode.
2010-09-03 02:12:33 +00:00
capitaomorte
90f9bba834
* Fix issue 141: Use (gensym) instead of a (make-symbol uuid)
2010-08-29 11:48:33 +00:00
capitaomorte
5418a3b223
* Fix some stacked expansion bugs (snippet-in-snippet)
...
* Better default yas/key-syntaxes
* Fix issue 142: `yas/minor-mode' by itself never triggers a snippet reload. This only happens on `yas/global-mode' or on manual `yas/load-directory' or `yas/reload-all'
* Misc enhancements
2010-08-29 11:34:09 +00:00
Xah Lee
e74926a53d
cleaned up about 100 emacs lisp mode snippets. Added key field to them. Removed redundant files.
2010-08-24 10:01:37 +00:00
Xah Lee
97c12db10f
added or updated about 10 snippets for emacs lisp mode
2010-08-20 00:44:46 +00:00
Xah Lee
59386543a8
added or improved many snippets for emacs lisp mode.
2010-08-18 01:33:10 +00:00
Xah Lee
e9fc1a5e16
added or improved many snippets for emacs lisp mode.
2010-08-18 01:32:37 +00:00
capitaomorte
58ce46468e
minor tweaks to the rails-related bundles import strategy, which are quite usable already\nAlso don't activate yasnippet in the minibuffer
2010-08-15 23:38:56 +00:00
Xah Lee
fd4065a70f
added 20 or so snippets for emacs lisp mode.
2010-08-12 16:56:43 +00:00
Xah Lee
e9f1158ad4
changed the emacs lisp mode snippet readme file.
2010-08-08 10:05:03 +00:00
Xah Lee
bae3f6f699
added about 30 snippets for emacs lisp mode.
2010-08-08 09:49:24 +00:00
Xah Lee
bcff5c0b29
added ~25 snippets for emacs lisp mode.
2010-08-06 08:19:38 +00:00
Xah Lee
6c35178715
added about 10 elisp keywords. work in progress to add more.
2010-08-05 07:44:11 +00:00
Xah Lee
53d1d705d2
added snippets for tags i, b, and q for blockquote.
2010-08-05 05:19:11 +00:00
capitaomorte
fb44854be1
* more ideas for objc method hippie completion
2010-07-26 17:13:38 +00:00
capitaomorte
8ce50e6767
* routine commit
...
* starting support of imported objective-c bundle
2010-07-26 17:11:36 +00:00
capitaomorte
ae06e0dac8
* 'permanent-local' _experiment_ for issue 143.
...
* some cleanup
2010-07-08 16:20:05 +00:00
capitaomorte
0d3248fc67
minor tweaks to ruby-mode's .yas-setup.el
2010-05-16 09:11:59 +00:00
capitaomorte
503e105b3e
* new default: (setq yas/show-menu-p 'abbreviate)
...
* `yas/visit-snippet' now ignores yas/prompt-functions
* default `yas/buffer-local-condition' only restrictive for trigger key expansions
2010-05-15 20:10:33 +00:00
capitaomorte
2ccd85a726
* per-snippet exit hook implemented as primary transformation of ${0:$$...()} field
...
* yas/snippet-revival is off by default, but should work
* modified `yas/replace-backquotes' according to suggestion in Issue 139
* need to redo eval'ing of expand-env to correctly fix that issue
2010-05-12 15:47:47 +00:00
capitaomorte
e50ae363b4
* `yas/describe-tables' wasn't working at all. nobody noticed probably means nobody's using it...
2010-05-07 22:05:52 +00:00
capitaomorte
eb40f84432
Fix Issue 138
2010-05-03 07:12:11 +00:00
capitaomorte
54c4b7db00
* Fix issue with escaping "(", thanks Sebastian
...
* Add `yas/expand-only-for-last-commands', thanks Erik Postma.
* Fix an issue with primary field transformation after revision 600.
2010-04-28 08:41:09 +00:00
capitaomorte
71af878b70
just some tweaks
2010-04-20 13:45:48 +00:00
capitaomorte
f6c4872560
* A new rake task to make my importing life a little easier, but still needs work.
2010-04-19 15:42:32 +00:00
capitaomorte
9a31fb851d
Fix Issue 126.
...
Fix some `yas/load-snippet-buffer' bug after using `yas/visit-snippet-file'
2010-04-18 17:17:48 +00:00
capitaomorte
927545a1fa
Fixed Issue 136.
...
Groups names shadow snippet names menus.
2010-04-18 16:42:32 +00:00
capitaomorte
b593dc48f8
* Fix a bug with `yas/hippie-try-expand'
2010-04-18 13:12:55 +00:00
capitaomorte
cf29c5348e
* minor fixes to `yas/guessed-modes'
...
* small adjustment to `yas/describe-tables'
2010-04-17 15:44:05 +00:00
capitaomorte
0e600ac882
* Simplify `yas/load-snippet-buffer', keeping functionality
...
* Simplify menu creation/updating
* Refactor lots of code
* Prettier `yas/describe-tables' according to issue 127.
2010-04-17 12:17:59 +00:00
capitaomorte
94ca84751d
* More work on yas/load-snippet-buffer, more intuitive now.
2010-04-16 15:53:23 +00:00
capitaomorte
dc47c98625
* Rewrite `yas/load-snippet-buffer' yet again, is better.
...
* Alias `yas/mode-symbol' new variable yas/extra-modes and consolidate.
* ${0: ...} fields try to set the mark on exit, doesn't always work...
2010-04-13 12:31:12 +00:00
capitaomorte
5b25e4205d
adding a very basic erb-mode
2010-04-12 14:18:04 +00:00
capitaomorte
64da26e8b9
* html-mode and some small substitutions, also a lot of work left
2010-04-11 22:07:25 +00:00
capitaomorte
411d868793
* fields like ${0: } still need a little more work....
2010-04-11 22:06:43 +00:00
capitaomorte
f2aaf0eeb5
textmate_import becoming quite an ugly program, but ok...
2010-04-11 09:28:21 +00:00
capitaomorte
f90394827f
sorting fixed, sort of
2010-04-09 15:31:58 +00:00
capitaomorte
f36ca47f69
* Fix the multi-line substitution problem
...
* Fix the order substitution problem
* Add some more substitutions
2010-04-09 15:27:14 +00:00
capitaomorte
7ccf2c9e55
* Still a looot of small stuff to fix
2010-04-08 22:45:14 +00:00
capitaomorte
6e3f2e93d6
Minor stuff
2010-04-08 16:19:03 +00:00
capitaomorte
d749243b16
first batch of rails conversions
2010-04-07 22:30:28 +00:00
capitaomorte
ef47045cab
* Reacessing prompting code, fixed some bugs...
...
* Added a hack in `yas/x-prompt-pretty-templates'.
2010-04-07 16:45:20 +00:00
capitaomorte
df408a1c00
* Fix Issue 132.
...
* Add `yas/expand-uuid'
* Remove some `make-variable-buffer-local'
2010-04-07 07:58:42 +00:00