Commit Graph

263 Commits

Author SHA1 Message Date
Oliver Andrich
d2337af7bb Fixed the {% with %} template tag from htmldjango.snippets 2013-02-05 21:57:41 +01: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
Honza Pokorny
b1c30e017e Merge pull request #140 from jarnoc/javatypofix
Fix some typos in java print snippets
2012-09-30 15:26:18 -07:00
jonasac
1c0e3ee7da Fix some typos in java print snippets 2012-10-01 00:04:56 +02:00
HIRAKI Satoru
9a08f7decd improved tertiary conditional & improved switch 2012-09-30 19:53:44 +09:00
Jeffrey Tratner
8fd3644f76 [coffee] added export snippet 2012-09-27 17:57:07 -04:00
Honza Pokorny
7f96041b16 Merge pull request #136 from tarruda/master
Fix to coffeescript 'for in do' snippet
2012-09-25 17:49:03 -07:00
George Guimarães
a1af06d5fa Create a encoding snippet for Ruby 1.9 2012-09-25 20:03:18 -03:00
Thiago de Arruda
861b95272b Fixed 'for in do' snippet to mirror the loop variable in the 'do' parameter 2012-09-25 17:42:44 -03:00
Thiago de Arruda
e1e10b9161 Added 'for in do' coffeescript snippet 2012-09-25 17:05:04 -03:00
Erik Westrup
efeda76620 Did not consider Gecos field last time. 2012-09-07 18:52:33 -07:00
Honza Pokorny
a7b8c5365c Merge pull request #132 from abroder/master
Reworked C/CPP snippets files - reorganized and more feature-complete.
2012-09-07 16:17:53 -07:00
Chipairon
d451f3ebb1 Added missing " to footer. and footer# 2012-09-05 15:35:08 +02:00
Aaron Broder
03b7d9e98b [cpp] Removed readfile snippet.
The snippet doesn't use expected C++ practices for reading files and
is more of a Textmate legacy.
2012-08-31 14:56:09 -07:00