91 Commits

Author SHA1 Message Date
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
4a882f2d65 Fixed Issue 121 2010-03-17 11:15:54 +00:00
capitaomorte
c937048036 preparing snippet-loading changes to yasnippet.el 2010-03-16 11:21:23 +00:00
capitaomorte
c9d7153f4a set svn:eol-style to LF in all files 2010-03-15 21:58:33 +00:00
capitaomorte
c11379e768 small adjustments 2010-03-08 07:50:20 +00:00
capitaomorte
8233317a5e removing group directives from some classic snippets 2009-12-25 18:09:19 +00:00
capitaomorte
4453fb8ae2 restructuring classic snippets dir to conform to new parenting specs 2009-12-25 18:05:27 +00:00
capitaomorte
0b7efad7ab restructuring classic snippets dir to conform to new parenting specs 2009-12-25 18:04:52 +00:00
capitaomorte
00b09abd3b restructuring classic snippets dir to conform to new parenting specs 2009-12-25 18:00:07 +00:00
capitaomorte
546237f7de removing directives from some classic snippets 2009-12-25 17:45:46 +00:00
capitaomorte
5cc5037cee restructuring classic snippets dir to conform to new parenting specs 2009-12-25 17:33:34 +00:00
capitaomorte
c3d91ffccc restructuring classic snippets dir to conform to new parenting specs 2009-12-25 14:42:14 +00:00
capitaomorte
060e2ce5f1 restructuring classic snippets dir to conform to new parenting specs 2009-12-25 14:12:26 +00:00
capitaomorte
4426d044f6 restructuring classic snippets dir to conform to new parenting specs 2009-12-25 14:05:23 +00:00
capitaomorte
a993b9b4f6 * Remove useless debug line from python def snippet 2009-09-09 06:42:18 +00:00
capitaomorte
7022af00f4 Fixing some issues, might be broken 2009-09-04 12:07:06 +00:00
capitaomorte
560fd2acf7 * More adjustments in issue 84, fix issue 78, and faq update for issue 71 2009-08-28 14:49:44 +00:00
capitaomorte
364a3c8378 * Almost fix issue 84 I think.... 2009-08-27 17:10:14 +00:00
capitaomorte
feefc950bb textmate_import.rb now reads info.plist and creates groups (still buggy) 2009-08-25 06:49:08 +00:00
capitaomorte
d70529d121 Fixed some bug with multiple parent modes and commiting fixed printf snippet 2009-07-31 00:08:00 +00:00
capitaomorte
3b6e9dda59 * Empty fields that are the last of the list *and* match the
snippet's exit are skipped automatically.
* Added a printf snippet to show off. 
* The printf snippet also exhibits the back-adjacent mirror bug
2009-07-25 16:26:27 +00:00
capitaomorte
f40a013dec Last commit before releasing 0.6.0 2009-07-25 11:14:22 +00:00
capitaomorte
102424118e * Release notes and issue list updated
* Little problems fixed
* ruby mode cls snippet fixed
2009-07-24 15:41:12 +00:00
capitaomorte
111aa25382 taking care of some details 2009-07-22 16:25:12 +00:00
capitaomorte
8a48811cec couldn't forward-merge again the python-mode snippet directory, so just added the prop snippet again manually 2009-07-22 10:41:07 +00:00
capitaomorte
519c3514d2 reverse-merged the python-mode snippet directory, will forward merge the trunk again 2009-07-22 10:38:44 +00:00
capitaomorte
d1e96895c0 merged whole dir from trunk r366 (the objc/prop snippet should be reverted) 2009-07-16 16:53:46 +00:00
capitaomorte
5f5e23c829 a minor change, having trouble debugging on mac 2009-07-06 21:38:41 +00:00
capitaomorte
42f8345780 Trashed prior implementation of nested snippets and now going full steam on a much better one (I hope...) 2009-07-01 16:58:46 +00:00
Zhang Chiyuan
42bb30967b Added a snippet 'prop' for python-mode 2009-03-21 07:08:41 +00:00
Zhang Chiyuan
84ac5bd613 Added some snippets for elisp-mode from Xah Lee. 2009-02-25 05:23:31 +00:00
Zhang Chiyuan
842c3a84ce Added a 'template' snippet for c++-mode 2009-02-04 11:08:59 +00:00
Zhang Chiyuan
64e5027d10 Added grouping support for snippets (Issue 30) 2009-01-28 07:04:27 +00:00
capitaomorte
795c08dddc 2009-01-23 14:38:15 +00:00
Zhang Chiyuan
de37bc0269 fix a 'bug' in the class snippet for c++-mode 2008-12-12 05:45:36 +00:00
Zhang Chiyuan
acf04d6952 Added yas/substr for convenient mirror transformation 2008-12-12 05:42:53 +00:00
Zhang Chiyuan
709463d19e Use updated version of python class snippet from sverre.johansen 2008-12-12 05:01:50 +00:00
Zhang Chiyuan
28a6515c61 Restore the original simple class snippet from r223 (Issue 40) 2008-12-11 05:29:54 +00:00
Zhang Chiyuan
6e6aa80b1c Moved objc-mode directory into cc-mode 2008-12-09 15:15:47 +00:00
Zhang Chiyuan
f29b25bfc2 Do not include auto-generated snippets in the repo. 2008-12-07 16:14:54 +00:00
Zhang Chiyuan
6cbfd16f0e Added snippets for lsl-mode from Xah Lee. 2008-12-07 16:12:57 +00:00
Zhang Chiyuan
0ca7da8347 Import snippets for scala-mode and nxml-mode from Anders. 2008-12-03 15:03:55 +00:00
Zhang Chiyuan
6774448630 add some snippets from users for html and latex mode 2008-12-02 04:08:38 +00:00
Zhang Chiyuan
2205d76ebf Fixed the missing space in the cls snippet for ruby-mode 2008-11-18 02:26:27 +00:00
Zhang Chiyuan
b3f2a95f50 Added snippets for erlang-mode from users 2008-09-10 12:01:23 +00:00
Zhang Chiyuan
0732cfc7e6 added csharp, sql snippets from users 2008-09-10 11:56:57 +00:00