Commit Graph

93 Commits

Author SHA1 Message Date
Ángel Alonso
521352e644 Added lua snippets 2012-02-04 15:33:54 +01:00
Dan Loewenherz
789bb2510b Fix syntax errors 2012-02-03 20:00:36 -08:00
Dan Loewenherz
915c2b8069 Add missing arguments for auto, float, int, ip, nullbool, posint, posssmallint, and smallint 2012-02-03 19:58:42 -08:00
Christopher Joslyn
73377e6742 Remove needless semicolon separator from the end of for loops. 2012-01-30 10:20:46 -05:00
Erik Westrup
e4d16b74b1 Snippet for the current time, like the date-snippet. 2012-01-26 16:05:38 +01:00
troydm
bb78b2ffb3 java property snippet added 2012-01-25 01:52:38 +04:00
Eustaquio Rangel
3896c40c98 Added test snippet to Ruby/Rails 2012-01-16 15:08:35 -02:00
Eustaquio Rangel
57daa7bfa7 Removed and merged the ruby-rails and eruby-rails snnipets into the ruby and
eruby ones.
2012-01-11 19:09:42 -02:00
Ilker Cetinkaya
a8cbad90ca Added default cs snippets (ECMA C#). 2012-01-09 22:08:17 +01:00
Dmitry Dementev
14f2c3dac8 add htmltornado (tornadoweb.org) snippets 2012-01-03 00:06:32 +04:00
Dmitry Dementev
67c619ee61 add dart language snippet 2012-01-02 23:18:24 +04:00
Erik Westrup
d3bb731b37 Snippets for cin and cout 2012-01-01 12:16:47 +01:00
Erik Westrup
73d2e23c81 Eclipse-like snippet for comments. 2012-01-01 12:12:32 +01:00
Erik Westrup
6e1ce0b399 Snippet for @author that reads /etc/passwd. Not so useful on a Windows
system but neat on a *nix one.
2012-01-01 12:08:21 +01:00
Erik Westrup
8cafffc68c Eclipse-like snippets for out and err. 2012-01-01 11:56:20 +01:00
Stuart Grimshaw
5a88bac07c Small fixes after a days real world usage 2011-12-23 09:25:38 +00:00
Stuart Grimshaw
ea8ddb9213 Forgot the ; line terminator!! 2011-12-22 16:29:32 +00:00
Stuart Grimshaw
9946c23c4f Fixed re-use of snippet data 2011-12-22 15:40:48 +00:00
Stuart Grimshaw
605f3c56b1 Added getset snippet
Added a snippet that adds get a getter & setter for the variable
you type for ${1}, also tabs to let you add extra info to the
included @param and @return tags.
2011-12-22 15:03:01 +00:00
sirex
420ad0860c Missing colon in 'for' snippet. 2011-12-10 21:02:31 +02:00
Daniel Hahler
84574dfefd diff: improve header snippet (DEP-3 style). 2011-12-08 22:21:23 +01:00
Kentaro Imai
8abd94b5fc Added coffee.snippets 2011-11-30 04:33:56 +09:00
Honza Pokorny
2726dd87fe Merge pull request #52 from jdevera/master
Make license snippets just text
2011-11-29 05:21:59 -08:00
Jacobo de Vera
5254c6834f Make license snippets code-independent
License snippets are now plain text, without comment delimiters. Those
can be added a posteriori with a language aware plug-ins or some
handcrafted substitutions.
2011-11-29 12:13:51 +00:00
Kentaro Imai
e622c24d78 Upper camelcase for class and module name in ruby 2011-11-27 00:49:13 +09:00
JuanPablo
855d8607a4 # char to &cms 2011-11-24 17:29:30 -03:00
Panagiotis Mavrogiorgos
bad80561b2 Removed the "gpl" snippet from the python file and added alla the common open source licenses to the global snippet file. 2011-11-24 18:48:31 +02:00
Honza Pokorny
abcd3cee8a Merge pull request #45 from Pawka/master
New PHP snippet: vdd
2011-11-24 05:53:12 -08:00
Marc Weber
b267b8cdff fix with python snippet as suggested in issue 47 2011-11-24 13:40:22 +01:00
Marc Weber
81d4f96e30 snippets I use and fut snippet issue 46 2011-11-24 13:38:52 +01:00
Povilas Balzaravicius Pawka
31b1bf7b1f PHP snippet: vdd (var_dump and die) 2011-11-24 10:44:37 +02:00
Julien STECHELE
a5a7259e9a snippet main error 2011-11-06 12:46:49 +01:00
Honza Pokorny
1d7a4692c5 Merge pull request #42 from rlayte/master
testing snippets for python
2011-10-31 10:54:53 -07:00
Rich Layte
df5dcba57e add test and testcase to python 2011-10-31 17:01:25 +00:00
Honza Pokorny
39162aedae Merge pull request #32 from juanpabloaj/make
beginning make snippets
2011-10-20 03:10:41 -07:00
Honza Pokorny
2ac772ac61 Merge pull request #40 from rlayte/master
Add from to python snippets
2011-10-20 03:09:23 -07:00
Rich Layte
354ff5427c add from to python snippets 2011-10-19 21:56:00 +00:00
Matthias Viehweger
3501acbf7b adding pry-snippet to ruby-snippets 2011-10-18 16:54:07 +02:00
Matthias Viehweger
047062727e add block-form of assertions as additional snippets to ruby.snippets 2011-10-14 14:45:52 +02:00
Matthias Viehweger
15e8f9ebbb remove paranthesis from ruby assertions 2011-10-14 14:45:52 +02:00
Matthias Viehweger
3a971208b4 fix typo in snippet-comment 2011-10-14 08:56:19 -03:00
Matthias Viehweger
004fb8b2d5 add a statement for the ruby debugger to avoid jumping out of scope
ruby-debug places the cursor on the first statement after the debugger call.
If you place the debugger at the end of a method, you cannot debug the method
anymore. the true statement in innocent enough and keeps the cursor where you
expect it to be.
2011-10-14 08:55:58 -03:00
Matthias Viehweger
f21a4f61c0 remove trailing whitespace from ruby snippets 2011-10-14 08:55:39 -03:00
Philippe Mongeau
775540fe1f fixed duplicate title snippet in html.
renamed the first one to 'title=' since it was the title attribute.
The other snippet was for the <title> tag.
2011-10-12 23:20:04 -04:00
daoo
5a30b032cd Change sum snippet to match other snippets
That is, do not add $$ around it, also fix ${i}.
2011-10-08 12:16:12 +02:00
daoo
ff5981be4d Fixed more ${i} issues 2011-10-08 12:15:44 +02:00
daoo
170071d0a1 Change comment to make more sense 2011-10-08 12:15:05 +02:00
daoo
d14fb5e091 Fix tabbing in frac snippet 2011-10-08 12:07:47 +02:00
JuanPablo
718ae223ab beginning make snippets 2011-09-23 23:09:53 -03:00
David Sanson
508275c6ff Adding clipboard yanking snippets and setext underlining snippets 2011-09-14 18:25:29 -04:00