635 Commits

Author SHA1 Message Date
Zhang Chiyuan
aa21a5da7a remove php-mode-hook from black list 2008-03-20 15:42:07 +00:00
Zhang Chiyuan
62b10948e7 more document for selecting a snippet 2008-03-20 15:12:58 +00:00
Zhang Chiyuan
11a716c3b6 better doc string for yas/buffer-local-condition 2008-03-20 13:36:33 +00:00
Zhang Chiyuan
67dc9d7518 more powerful condition system 2008-03-20 13:24:39 +00:00
Zhang Chiyuan
21c98d141a more document 2008-03-20 12:10:13 +00:00
Zhang Chiyuan
490848d9fe preparing for new rst format document 2008-03-20 09:53:06 +00:00
Zhang Chiyuan
33c0cd5fe1 before expansion hook 2008-03-20 08:11:39 +00:00
Zhang Chiyuan
b2c59c0722 sophisticated condition system for yasnippet 2008-03-20 08:10:10 +00:00
Zhang Chiyuan
25ed4cdaa6 add php-mode to yas/extra-mode-hooks 2008-03-19 16:34:32 +00:00
Zhang Chiyuan
4abc6b08a7 use a separate mode-map for yas/minor-mode 2008-03-19 12:15:38 +00:00
Zhang Chiyuan
88bb0d5fd4 bugfix: Emacs get confused when a field content is deleted. 2008-03-17 01:29:03 +00:00
Zhang Chiyuan
1b45a9d545 more compatible with dropdown-list.el 2008-03-16 03:41:12 +00:00
Zhang Chiyuan
c571a1ebc5 support a global after-exit-snippet-hook. 2008-03-16 03:11:59 +00:00
Zhang Chiyuan
87c11c55bb also proper behavior of next-field-group. 2008-03-16 03:00:47 +00:00
Zhang Chiyuan
f8c80945f8 Use minor-mode instead of global-set-key. Thanks Trey Jackson. 2008-03-16 02:26:08 +00:00
Zhang Chiyuan
6cd5dbddf1 add dropdown-list.el support. 2008-03-16 01:43:39 +00:00
Zhang Chiyuan
8337700325 user customizable window-system and text popup function. 2008-03-16 01:35:41 +00:00
Zhang Chiyuan
e48806e04f protect the evaluated string. 2008-03-15 13:36:04 +00:00
Zhang Chiyuan
43c5aa3a5a prepare for a bug fix version 2008-03-15 10:20:41 +00:00
Zhang Chiyuan
9812156a57 bugfix: error when multiple candidate exists in -nw mode. 2008-03-15 10:14:40 +00:00
Zhang Chiyuan
e98815c030 Support expanding a snippet inside another snippet (only if not inside a field) 2008-03-14 01:27:22 +00:00
Zhang Chiyuan
dbada984cf set customized face. Now user can customize the face. 2008-03-13 02:37:37 +00:00
Zhang Chiyuan
07e9ce060b add a new snippet for rst-mode: excellent example for transformation. 2008-03-11 13:13:52 +00:00
Zhang Chiyuan
e025556fdf release a new version(bugfix) 2008-03-10 14:43:36 +00:00
Zhang Chiyuan
e51326c449 insert-behind-hook: fixed in Emacs 22 but bug in Emacs 23: hopefully now fixed under both version. 2008-03-10 14:41:37 +00:00
Zhang Chiyuan
66bf8e451a typo 2008-03-10 13:57:01 +00:00
Zhang Chiyuan
e13e189148 bug fix: comparing number to nil cause error 2008-03-10 13:55:54 +00:00
Zhang Chiyuan
2a20ecfe95 typo 2008-03-10 13:39:12 +00:00
Zhang Chiyuan
0febc22d72 dynamic set parent supported 2008-03-10 13:18:51 +00:00
Zhang Chiyuan
7fc130fdf9 compile-bundle also recognize directory hierarchy now 2008-03-10 13:01:46 +00:00
Zhang Chiyuan
b2a694b55e support parent snippet-table now 2008-03-10 12:38:43 +00:00
Zhang Chiyuan
61210bf5fd re-design snippets hierarchy 2008-03-10 12:26:15 +00:00
Zhang Chiyuan
cdcc8bd91a Don't use insert behind hook. It often get ignored. See issue 3 2008-03-10 10:40:17 +00:00
Zhang Chiyuan
4e9153ad64 a new rake task for uploading 2008-03-08 05:24:00 +00:00
Zhang Chiyuan
52f69ea9a1 Added elisp support to compile the bundle. 2008-03-08 04:27:56 +00:00
Zhang Chiyuan
76ef5b9ae7 monkey patching a cc-mode function (c-neutralize-syntax-in-CPP) to avoid error. 2008-03-07 13:38:50 +00:00
Zhang Chiyuan
d578654269 boundp should be fboundp 2008-03-07 12:39:40 +00:00
Zhang Chiyuan
ba462426c0 also set next-field key to <tab> to avoid accidently expand another snippet inside current one 2008-03-07 11:15:43 +00:00
Zhang Chiyuan
06c08dded4 transformation supported for snippets 2008-03-07 11:09:08 +00:00
Zhang Chiyuan
fcbd79ca21 avoid recursion. 2008-03-07 10:46:11 +00:00
Zhang Chiyuan
6d19b3eb12 no need to lookup local keymap: if there's one, yas/expand shouldn't be executed. 2008-03-07 10:45:36 +00:00
Zhang Chiyuan
926766ce80 a better method to bind <tab> key and a better fall-back 2008-03-07 10:36:40 +00:00
Zhang Chiyuan
d84d492461 added comments and URL 2008-03-07 07:46:07 +00:00
Zhang Chiyuan
36ae1d01f9 interactively load directory 2008-03-07 07:28:49 +00:00
Zhang Chiyuan
445aebe1ed improved compatibility with Emacs 21.3 -- it doesn't have a function to look up text cursor position. 2008-03-07 06:37:38 +00:00
Zhang Chiyuan
4c08e75673 Make regexp syntax compatible with Emacs 22 2008-03-07 06:17:01 +00:00
Zhang Chiyuan
95578c22d0 a more proper popup position under Linux 2008-03-06 16:20:15 +00:00
Zhang Chiyuan
3950440f12 popup menu at a proper place 2008-03-06 16:10:08 +00:00
Zhang Chiyuan
c45eff49e2 more snippets and a bug fix: strange (= nil nil) will cause error in elisp. 2008-03-06 14:33:13 +00:00
Zhang Chiyuan
8ef771a696 multiple key-syntaxes supported. like charm. see python-mode snippet: __ => __${init}__ 2008-03-06 14:11:13 +00:00