Commit Graph

275 Commits

Author SHA1 Message Date
Mike Foley
0ccc49e39d added a space to each_with_index Ruby snippet, to be consistent with similar snippets 2013-02-26 15:51:33 -08:00
Mike Foley
63551117aa added each_with_object Ruby snippets 2013-02-26 15:51:09 -08:00
Eustaquio Rangel
6e58f722f3 Fixed Ruby rSpec be_true and be_false 2013-02-25 09:07:04 -03:00
Eustáquio Rangel
843e6dd30b Merge pull request #173 from iurifq/master
Even more ruby rspec snippets
2013-02-19 10:43:00 -08:00
Iuri Fernandes
3ef38996f4 Import scala snippets created by @gorodok with some alterations. 2013-02-18 10:25:25 -03:00
Iuri Fernandes
6c4c7f51d7 Add snippets to rspec shared examples and new rspec syntax. 2013-02-18 10:09:55 -03:00
indi
74e1327302 fixed quotes in time tag snippet 2013-02-13 19:54:08 +01:00
Fatih Arslan
4c6cc10d54 Add log.Printf and Println to go snippets with fixes 2013-02-12 01:23:36 -08:00
Fatih Arslan
dfcb7ce519 Fix go functions 2013-02-12 01:12:58 -08:00
Andreas Krennmair
4036a5339b go: type os.Error became built-in type error after go r60. 2013-02-08 20:21:40 +01:00
Oliver Andrich
2dd0d252ff Merge remote-tracking branch 'upstream/master' 2013-02-05 21:58:03 +01:00
Oliver Andrich
d2337af7bb Fixed the {% with %} template tag from htmldjango.snippets 2013-02-05 21:57:41 +01:00
Iuri Fernandes
576063eb67 Add more rspec snippets. 2013-02-05 10:02:29 -03:00
Honza Pokorny
22b4f2073b Merge pull request #165 from oa/master
Updated python property snippet and added elif snippet to htmldjango
2013-01-29 10:00:37 -08:00
Josh Matthews
664c3dd684 Fixing numbering in html snippets. 2013-01-28 19:36:36 -05:00
Oliver Andrich
2773a13c33 Added elif snippet to htmldjango. 2013-01-27 20:55:13 +01:00
Oliver Andrich
c3ae804a82 A more complete property snippet for python.
This snippet is inspired by the snippet provided by Sublime Text. The
current snippet in the upstream repository is missing at least two
lines:

    return locals()
$1 = property(**$1())
2013-01-27 20:13:33 +01:00
Allen.M
64455cdf04 添加 javascript_jquery.snippets 软连接到 javascript-jquery.snippets
用来支持 neosnippet
2013-01-17 16:27:13 +08:00
chrisyue
2b59196777 Merge remote-tracking branch 'upstream/master' 2013-01-11 11:40:43 +08:00
chrisyue
ea806b1e9e fix typo 2013-01-11 11:37:02 +08:00
Nan Cloudio Jiang
4fff4b48e0 R.snippets. Add snippets for frequently used plot and statistical test functions 2012-12-21 20:04:19 -05:00
chrisyue
1bfc94e060 Merge remote-tracking branch 'upstream/master' 2012-12-20 16:33:41 +08:00
chrisyue
3a6142acfd fix a typo 2012-12-20 16:04:11 +08:00
chrisyue
16b958ccd3 add anotation, get and set snippet, good for doctrine 2012-12-20 15:57:51 +08:00
Bradlee Speice
fabf19a0e3 Add code for getopt in C, python, and BASH 2012-12-07 09:11:55 -05:00
Honza Pokorny
798e9ff2e1 Merge pull request #156 from chrisyue/master
make setter and getter even better
2012-12-03 10:37:51 -08:00
chrisyue
12f2641e9d make getter and setter even better 2012-12-04 00:18:40 +08:00
chrisyue
211b082845 Merge pull request #1 from zeroem/getset
Improved getset snippet
2012-12-03 07:37:12 -08:00
Marc Weber
373516590e Revert "add guard to the . python implementation"
reason: causes syntax problems to some people, and there may be bigger
changes due to evaluating merging with ultisnips anyway.

This reverts commit ad850f303b.
2012-12-03 09:39:21 +01:00
Darrell Hamilton
8cc31cd9d0 Improved getset snippet
- Reuse getter @return type for type hinting in the setter
  - Separate property and method names to compensate for case
    differences
2012-12-02 15:14:30 -08:00
Darrell Hamilton
ffcf23092b Use Filename() for interface and class name default values 2012-12-02 15:13:11 -08:00
Marc Weber
ad850f303b add guard to the . python implementation 2012-11-29 11:25:43 +01:00
Tom Vincent
e845b783d3 Add ledger snippet 2012-11-25 19:10:03 +00:00
raydeal
e7d5824daa add yii snippets 2012-11-22 22:25:28 +01:00
Honza Pokorny
28d23a390b Merge pull request #108 from smt/js-whitespace
JS whitespace style (minor)
2012-11-15 10:37:47 -08:00
Honza Pokorny
0ac423d716 Merge pull request #152 from jstasiak/master
Use "# TODO: write code..." as code placeholder in Python snippets
2012-11-15 10:37:05 -08:00
Honza Pokorny
ae7945c115 Merge pull request #121 from heytrav/master
package declaration and pod snippets
2012-11-15 10:36:00 -08:00
Jean Jordaan
8ee1805a66 Make the default text for RST more descriptive. 2012-11-11 16:24:36 +07:00
gk
4f236166c3 fix for WTFPL 2012-11-03 15:52:52 +04:00
Jakub Stasiak
9a63deb18a Use "# TODO: write code..." as code placeholder in Python snippets (#34) 2012-11-03 12:04:43 +01:00
Christian Höltje
699250051d Added descriptions for duplicated snippet names.
This is to make the snippets a little more compatible with
neosnippets.
2012-10-28 02:07:13 -04:00
theocrite
7b5f878886 Adding a html5 snippet
This html5 snippet would provide the minimum someone could expect in a html5 file.
2012-10-24 14:48:06 +03:00
Jim Deville
d115300c98 Delete duplicate snippet 2012-10-19 12:16:48 -07:00
David Deryl Downey - AKA Deryl R. Doucette
d66eaaf88e Changed patfh to fpath. Makes sense due to context 2012-10-18 23:21:11 -03:00
Jack Stalnaker
28ce3bb6f4 added switch, switch with no default, and case snippets to c snippets 2012-10-18 16:27:02 -05:00
Honza Pokorny
925c6daac7 Merge pull request #142 from theocrite/master
Added the WTFPL licence.
2012-10-15 04:49:27 -07:00
theocrite
7b3fe9d9c6 Added WTFPL licence. 2012-10-15 14:10:42 +03:00
theocrite
12ddfd362a Added WTFPL licence. 2012-10-15 12:55:37 +03:00
Kalinin Eugene
e3c5655b0f added sql/plsql snippets 2012-10-12 19:30:05 +04:00
theocrite
7387b15ebf Added WTFPL licence. 2012-10-12 18:05:42 +03:00