Commit Graph

685 Commits

Author SHA1 Message Date
Yamamoto Yuji
4526fcb19a Fix typo in ruby.snippets: snippets => snippets 2013-10-13 18:49:26 +09:00
Marc Weber
6a38707185 fix css_block 2013-10-12 06:49:20 +02:00
Steven Oliver
b4c26c41b9 Merge pull request #283 from bsutic/ruby-strftime
Ruby strf snippet
2013-09-30 04:39:35 -07:00
Bruno Sutic
0fd6eefc21 Ruby strf snippet
strf snippet contains a template that should format time in the same way
as `Time.now` default output.
2013-09-30 01:16:53 +02:00
Honza Pokorny
665d9d39c3 Merge pull request #282 from chrisyue/master
[php] [symfony] some bugfix and improve
2013-09-25 10:16:12 -07:00
yuhuanbo
fe4c59fa2d [php] [symfony] some bugfix and improve
symfony snippet `ent` now support abstract class
2013-09-25 21:15:35 +08:00
Honza Pokorny
0f61100352 Merge pull request #281 from crazymaster/master
Fix a wrong(duplicate) snippet in processing
2013-09-24 10:51:22 -07:00
crazymaster
c2195ff494 Fix a wrong snippet in processing 2013-09-25 02:21:11 +09:00
Honza Pokorny
72191c2d37 Merge pull request #280 from crazymaster/master
Improve processing snippets
2013-09-22 23:52:47 -07:00
crazymaster
5f6d4a293f Improve processing snippets 2013-09-23 15:31:22 +09:00
Iuri Fernandes
58231ac52c Merge pull request #279 from bsutic/improve-ruby-desc
Improve ruby `desc` snippet
2013-09-22 07:49:14 -07:00
Bruno Sutic
83345ba694 Improve ruby desc snippet
Instead of dummy text, first argument for `describe` becomes a class
name derived from a file name. Example:
file:              some_class_spec.rb
describe argument: SomeClass
2013-09-21 12:18:02 +02:00
Honza Pokorny
dec4556898 Merge pull request #278 from nmesstorff/master
Add classheader and defheader puppet snippet
2013-09-16 05:27:50 -07:00
Norman Messtorff
79f84fbde9 Add classheader and defheader puppet snippet 2013-09-15 17:21:02 +02:00
Honza Pokorny
f6165ba5dc Merge pull request #277 from reyesyang/master
Add function snippet for shell
2013-09-12 23:59:29 -07:00
Reyes Yang
dc824d2e9a Add function snippet for shell 2013-09-13 11:46:44 +08:00
Steven Oliver
8f11592866 Merge pull request #276 from chrisyue/master
table name auto add underscore if entity name consists of more than two ...
2013-09-11 05:47:35 -07:00
yuhuanbo
3218737414 table name auto add underscore if entity name consists of more than two word 2013-09-11 19:39:10 +08:00
Honza Pokorny
23fc4c5807 Merge pull request #275 from hulufei/master
Add snippet for editorconfig
2013-09-10 22:13:35 -07:00
hulufei
1b21a7b1ef Add snippet for editorconfig 2013-09-11 11:46:02 +08:00
Honza Pokorny
c7d5daf5f7 Merge pull request #273 from chrisyue/master
add symfony2 form snip
2013-09-08 05:34:22 -07:00
yuhuanbo
2a0cd591e7 add symfony2 form snip 2013-09-08 14:56:16 +08:00
Honza Pokorny
f499a1a0d7 Merge pull request #250 from ajzafar/zero_tabstop
Modify snippets to support zero tabstop
2013-09-05 11:54:47 -07:00
Adnan Zafar
7f9c4f5807 Modify snippets to support zero tabstop 2013-09-05 14:53:52 -04:00
Honza Pokorny
2ab7f91dc4 Merge pull request #272 from chrisyue/master
add symfony2 doctrine entity template
2013-08-31 11:11:52 -07:00
yuhuanbo
5386637570 add symfony2 doctrine entity template 2013-08-31 12:55:47 +08:00
Simeon Willbanks
7cef242835 Merge pull request #266 from simeonwillbanks/sw/go-variables
Go Variables
2013-08-27 19:31:14 -07:00
Steven Oliver
040d5ddf7a Merge pull request #271 from williamhmm/master
fixed auto iterator in cpp
2013-08-27 12:03:51 -07:00
William Ma
4c7fba87d5 fixed auto iterator in cpp 2013-08-28 04:41:41 +10:00
Honza Pokorny
b410c9e3c4 Merge pull request #269 from chrisyue/master
add phpunit snippets
2013-08-26 13:21:15 -07:00
Honza Pokorny
edc8cb0bba Merge pull request #270 from martxel/master
Fix html5 snippet indentation and meta tag.
2013-08-26 13:20:49 -07:00
Martxel Lasa
5d4cad3316 Fix html5 snippet indentation and meta tag. 2013-08-26 19:43:20 +02:00
yuhuanbo
702844eb2b add phpunit snippets 2013-08-26 21:16:33 +08:00
Steven Oliver
358cb5308e Merge pull request #268 from chrisyue/master
add symfony2 DataTransformer and EventSubscriber
2013-08-23 06:49:39 -07:00
yuhuanbo
2f9163ddb5 add symfony2 DataTransformer and EventSubscriber 2013-08-23 14:00:21 +08:00
Eustáquio Rangel
49c280e6dd Merge pull request #267 from bsutic/ruby-pry-fix
Ruby `pry` snippet inserts only one line
2013-08-21 17:23:29 -07:00
Bruno Sutic
ff7606bdc5 Ruby pry snippet inserts only one line
Problem: pry snippet inserts 2 lines instead of one. The other line is
used as a document header margin (for source code readability).
2013-08-21 16:31:32 -07:00
Simeon F. Willbanks
481f74b86c Add snippets for declaring and initializing a single variable, both longhand and shorthand. 2013-08-21 09:01:21 -07:00
Honza Pokorny
3a70c26081 Merge pull request #265 from chrisyue/master
`nc` support trait
2013-08-21 06:01:23 -07:00
yuhuanbo
1eb75e363e nc support trait 2013-08-21 11:29:40 +08:00
Honza Pokorny
4a495f7b3e Merge pull request #264 from chrisyue/master
snip `nc` auto detect `Abstract` and `Interface`
2013-08-19 05:13:30 -07:00
yuhuanbo
786f9a66fa snip nc auto detect Abstract and Interface 2013-08-19 12:00:07 +08:00
Iuri Fernandes
371da1b9c5 Merge pull request #263 from bsutic/fix-ruby-super-call
Fix ruby `super_call` snippet
2013-08-18 07:41:41 -07:00
Bruno Sutic
0f452a4875 Fix ruby super_call snippet
There was no tab in the beginning of the line and snippet wasn't
working.
2013-08-17 13:14:05 -07:00
Iuri Fernandes
3c2517d7c7 Merge pull request #261 from carme-264pp/improve_ruby_snipptes
fixed conflict ruby snippets.
2013-08-16 05:53:38 -07:00
Marc Weber
ae6dcae81a Merge pull request #262 from m1foley/haml_mailto_linkto
add link_to, mail_to to haml snippets
2013-08-15 23:57:42 -07:00
Mike Foley
790355c688 remap haml triggers: mail_to = mt/mts, link_to = lt 2013-08-15 17:34:23 -07:00
Mike Foley
85a4bc5fc1 fix typo in haml mail_to 2013-08-15 15:04:30 -07:00
Mike Foley
62166691a8 add link_to, mail_to to haml snippets 2013-08-15 12:32:07 -07:00
carme
db20c6140b fixed conflict ruby snippets. 2013-08-14 22:07:31 +09:00