548 Commits

Author SHA1 Message Date
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
João Távora
36467fa0d1 Merge pull request #3 from jimeh/snippets-fix-and-cleanup
Snippets fix and cleanup
2011-11-03 15:13:58 -07:00
Jim Myhrberg
09cc3eec21 Keep snippet vars definitions in a single format across all snippets and documentation.
The format is:

# var-name: value

Previously snippets used a mixture of the following formatting:

#var-name: value
#var-name : value
# var-name: value
# var-name : value
2011-11-03 20:51:31 +00:00
Jim Myhrberg
acf84b2fe4 key is already part of the snippet, and shouldn't be there again 2011-11-03 20:23:29 +00:00
Jim Myhrberg
0fdc466b97 added missing trigger key 2011-11-03 20:23:03 +00:00
Jim Myhrberg
3aea27042b removed group-name prefix on trigger keys 2011-11-03 20:22:33 +00:00
Jim Myhrberg
7b383f8c22 removed mode-name prefix on trigger keys 2011-11-03 20:18:57 +00:00
Joao Tavora
cc1a0922ee don't create .yas-ignore-filenames-as-triggers anymore when importing 2011-10-31 18:10:57 +00:00
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