Joao Tavora
|
43232a10db
|
If no 'key' or 'binding' directives fall back to filename as trigger key
|
2012-03-20 09:14:18 +00:00 |
|
Joao Tavora
|
66e804dad0
|
Added a few ert unit tests, mostly for very basic snippet mechanics
|
2012-03-13 11:23:38 +00:00 |
|
Joao Tavora
|
fcbbdbdbbc
|
Don\'t abort loading more snippet dirs if one of them failed
|
2012-03-09 11:05:39 +00:00 |
|
Joao Tavora
|
fe6351b18f
|
Sligthly saner `yas/load-directory-1'
|
2012-03-06 14:35:54 +00:00 |
|
João Távora
|
b392dd3726
|
Merge pull request #223 from lewang/master
define comment-start snippet and some code cleanup
|
2012-03-05 04:17:28 -08:00 |
|
Le Wang
|
1bfc3793e4
|
remove redundant declaration of defaults for snippet-mode
|
2012-03-04 12:35:36 +08:00 |
|
Le Wang
|
087388e21a
|
add comment definition for snippet-mode
|
2012-03-04 12:35:36 +08:00 |
|
Le Wang
|
3cd8cbdd12
|
clean up trailing white space
|
2012-03-04 12:35:36 +08:00 |
|
João Távora
|
6b755c9521
|
need the comma when deferring errors to the future in yas/eval-lisp
|
2012-02-28 01:45:59 +00:00 |
|
João Távora
|
8a40e08f31
|
ignore compiled snippets files
|
2012-02-27 02:54:13 +00:00 |
|
João Távora
|
95195d1324
|
Fix typo that resulted on error
|
2012-02-27 02:35:14 +00:00 |
|
João Távora
|
893a9b3594
|
Load correct .yas-setup and .yas-compiled-snippets file when loading a snippet dir
|
2012-02-27 02:35:13 +00:00 |
|
João Távora
|
7ab75027cc
|
Removed reference to deprecated yasnippet-bundle in README.mdown
|
2012-02-26 20:46:25 +00:00 |
|
João Távora
|
af81a55f39
|
TODO: implement Rakefile :release task!
|
2012-02-26 20:44:59 +00:00 |
|
João Távora
|
d608b66a5d
|
Document yas/compute-major-mode-and-parents better
|
2012-02-26 20:44:24 +00:00 |
|
João Távora
|
3ce27b8e92
|
Document yas/new-snippet better
|
2012-02-26 20:43:47 +00:00 |
|
João Távora
|
fb45d0e45a
|
cosmetics
|
2012-02-26 20:43:18 +00:00 |
|
João Távora
|
483364c8e5
|
yasnippet-bundle.el gone.
fast snippet loading now via .yas-compiled-snippet.el files, uses yas/compile-snippets
|
2012-02-26 20:42:56 +00:00 |
|
Joao Tavora
|
f651c41da0
|
Fix #216
|
2012-02-24 15:48:00 +00:00 |
|
Naofumi Hattori
|
b39264385e
|
ignore *.elc
|
2012-02-22 23:25:27 +08:00 |
|
Joao Tavora
|
c9f35eda2e
|
Fix issue #215
|
2012-02-22 13:32:56 +00:00 |
|
Joao Tavora
|
c43c55b573
|
Fix issue reported in http://stackoverflow.com/questions/9298866/emacs-yasnippet-insert-snippet-on-keystroke
|
2012-02-16 10:20:15 +00:00 |
|
Joao Tavora
|
b8a1ffdf27
|
correct permissions for README.mdown
|
2012-02-16 10:20:15 +00:00 |
|
Joao Tavora
|
813fa525fe
|
yas/ri uses yas/ri-executable
|
2012-02-16 10:20:14 +00:00 |
|
João Távora
|
53bc82cbc5
|
Fix issue #212
|
2012-02-14 17:10:38 +00:00 |
|
João Távora
|
2e3497d1a0
|
Fix issue #208
|
2012-02-14 15:22:33 +00:00 |
|
João Távora
|
c28513cdf5
|
Fix issue 209
|
2012-01-06 11:11:31 +00:00 |
|
Sergey Nikulov
|
b1d3c90842
|
fixed links to http
|
2012-01-02 19:35:47 +08:00 |
|
João Távora
|
64942b66ab
|
Merge branch 'master' of http://github.com/capitaomorte/yasnippet
|
2011-12-17 17:58:38 +00:00 |
|
João Távora
|
0d3eedc014
|
Slightly reorganized new README.mdown
|
2011-12-15 01:56:15 +00:00 |
|
João Távora
|
b5bb5a5d02
|
Added section on using imported textmate snippets
|
2011-12-15 01:51:25 +00:00 |
|
João Távora
|
af60a36449
|
added html- and ruby-on-rails-tmbundle submodules
|
2011-12-15 01:23:13 +00:00 |
|
João Távora
|
c372e17504
|
Fix issue #203
|
2011-12-15 01:11:48 +00:00 |
|
João Távora
|
16fadcab4b
|
Slightly more uniform installation instructions for issue #198
|
2011-12-15 01:10:47 +00:00 |
|
João Távora
|
dc7a640227
|
Updated README.mdown's installation instructions
|
2011-12-14 10:49:44 +00:00 |
|
João Távora
|
ed9c52b74d
|
Merge pull request #201 from mgalgs/master
use let* for expand-env
|
2011-12-11 17:12:53 -08:00 |
|
Mitchel Humpherys
|
a4960afa75
|
using let* instead of let for expand-env
|
2011-12-09 13:21:57 -08:00 |
|
João Távora
|
ec9a75a5f5
|
When testing snippets for a specific mode, turn off read-only in the testing buffer.
|
2011-12-01 19:32:11 +00:00 |
|
João Távora
|
1676151e62
|
Improved explanation of yas/buffer-local-condition
|
2011-12-01 19:30:46 +00:00 |
|
João Távora
|
11fb69f0c0
|
yas/exit-snippet called interactively exits the most recently inserted snippet (issue #196)
|
2011-11-30 00:37:40 +00:00 |
|
Joao Tavora
|
e53c41d726
|
Updated README to reflect new github pages docs.
|
2011-11-16 12:22:05 +00:00 |
|
Joao Tavora
|
fdf7582e33
|
Fix issue 187
|
2011-11-07 13:40:33 +00:00 |
|
João Távora
|
d1823d6eec
|
Be properly quiet when importing snippets
|
2011-11-05 14:35:07 +00:00 |
|
João Távora
|
4d6b4e1956
|
Better rakefile for converting bundles
|
2011-11-05 14:34:20 +00:00 |
|
Joao Tavora
|
58733867e8
|
no longer ignore files in extras/bundles
|
2011-11-04 16:04:39 +00:00 |
|
Joao Tavora
|
2b40a7103d
|
added ruby-tmbundle submodule
|
2011-11-04 16:04:10 +00:00 |
|
Joao Tavora
|
0fe12bf6d4
|
Merge branch 'master' of github.com:capitaomorte/yasnippet
|
2011-11-04 14:33:24 +00:00 |
|
Joao Tavora
|
1ff52c8e0e
|
some cleanup to textmate_import.rb
|
2011-11-04 14:32:46 +00:00 |
|
Joao Tavora
|
0a2dc60b4e
|
ignore html files under doc/ and pkg/ dir
|
2011-11-04 13:32:05 +00:00 |
|
Joao Tavora
|
1f47718b33
|
Added mediocre doc:upload task for updating the gh-pages branch
|
2011-11-04 13:30:46 +00:00 |
|