578 Commits

Author SHA1 Message Date
Joao Tavora
1a7b2e370d update doc to reflect recent changes, needs reviewing badly 2011-10-31 18:10:17 +00:00
Joao Tavora
238e46a020 Remove support for filenames-as-triggers 2011-10-31 18:08:36 +00:00
Joao Tavora
f48317e7c5 Add explicit "# key" directive to legacy snippet collection before deprecating filenames-as-triggers 2011-10-31 12:32:34 +00:00
Joao Tavora
1bc5993a44 html files no longer checked in under /doc 2011-10-27 12:19:48 +01:00
Joao Tavora
8d07c8820d Avoid too many yas/reload' using yas/global-mode-hook'. 2011-10-26 15:40:56 +01:00
Joao Tavora
c0fce97475 Attempt to fix a bug with yas/snippet-dirs initialization. 2011-10-13 15:04:26 +01:00
Joao Tavora
e50eafed99 Moved autoload from yas/snippet-dirs to yas/global-mode. 2011-10-13 14:43:17 +01:00
Joao Tavora
d3086586be Removed final newline from snippet files. 2011-10-13 14:34:13 +01:00
Joao Tavora
6c84d6c428 Don't mention the github issue tracker just yet 2011-10-13 14:13:03 +01:00
Joao Tavora
3f89fe7715 Dont mention the github issue tracker just yet... 2011-10-13 14:10:14 +01:00
João Távora
4e3ecebe4b Reformat README 2011-10-09 19:04:44 +01:00
João Távora
94c4828d28 write README in markdown 2011-10-09 18:49:02 +01:00
João Távora
885884546f a brand new .gitignore 2011-10-09 18:47:47 +01:00
João Távora
a7996623f5 imported README from googlecode's homepage 2011-10-09 18:47:30 +01:00
João Távora
c213401bba Merge branch 'TRY-better-inhibit-modification-hooks' 2011-10-09 17:51:15 +01:00
capitaomorte
508d47dc6c * Corrected a snippet engine bug with this snippet
A TEST THAT ${1: should ${2:succeed}} FAILS! $2
2011-10-07 11:43:09 +00:00
capitaomorte
296bfd761e an attempt to fix issue 192 2011-10-06 11:37:38 +00:00
capitaomorte
e013da3c60 An attempt to fix issue 192. 2011-10-06 10:54:38 +00:00
capitaomorte
55f183033d Fix issue 186 2011-09-19 16:34:11 +00:00
capitaomorte
f669e9f6bf simplify `yas/reload-all\', don\'t save and restore global or minor modes there 2011-09-19 09:43:31 +00:00
capitaomorte
3e2ad14885 Fix issue 187 2011-09-11 15:03:03 +00:00
capitaomorte
a20a2e4232 Fix issue 182 2011-08-24 00:46:44 +00:00
capitaomorte
51e99ef3a0 * Reasonable default for `yas/snippet-dirs'. Should take care of issue 179. 2011-08-24 00:43:19 +00:00
capitaomorte
0d00c707e9 Fix a bug reported by pedzsan when importing snippets from https://github.com/pivotal/jasmine-tmbundle 2011-05-18 23:11:12 +00:00
capitaomorte
49a9d85d10 * Fixed broken `yas/choose-keys-first' 2011-05-08 14:28:11 +00:00
capitaomorte
0a22a2bb63 Fix issue 169 2011-05-07 20:40:40 +00:00
capitaomorte
9cdcd3e218 removed pesky ^M from files, should fix issue 145 2011-05-07 20:00:55 +00:00
capitaomorte
2199257e24 Fix issue 163. 2011-05-07 19:52:56 +00:00
capitaomorte
98eef1e6f8 * Fix issue 160
* Fix issue 159
2011-05-07 19:39:37 +00:00
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