Commit Graph

520 Commits

Author SHA1 Message Date
William Travis Holton
9a18690ef3 removing ; from end of package subroutine calls 2012-03-11 11:24:03 +13:00
William Travis Holton
750f80fb77 added myself to AUTHORS 2012-03-11 09:40:53 +13:00
William Travis Holton
fafa4a7147 Cleanup - Moose parent class name should be enclosed in quotes 2012-03-11 09:37:26 +13:00
William Travis Holton
a8e879d9d8 Added a snippet for Test::Routine style tests
Also put in a more descriptive comment for Test::Class related snippet
2012-03-11 09:35:34 +13:00
William Travis Holton
827755ad89 subroutine pod snippet with "=cut"
For when someone wants to put the pod next to the subroutine definition
2012-03-11 09:27:16 +13:00
William Travis Holton
6c886e2864 make sure $@ is localized for evals
as perl "Modern Perl"
2012-03-11 09:26:30 +13:00
Eustaquio Rangel
e9eacc69d8 Seems to be a good time to create snippets for attr_protected and attr_accessible, right? ;-) 2012-03-05 15:05:50 -03:00
Honza Pokorny
4c3b032c17 Merge pull request #82 from tylerball/upstream
Fix snippet for Django context tag inserting a blank line below itself
2012-03-02 14:08:09 -08:00
Tyler Ball
008f3d9a65 removing empty line to prevent context tag from inserting a newline after itself 2012-03-02 15:51:02 -05:00
Eustaquio Rangel
90177034e3 Removed some Ruby duplicated snippets and fixed the migration snippet
to don't use a non-existent function.
2012-03-02 16:23:09 -03:00
Honza Pokorny
84826018eb Merge pull request #80 from epsilonhalbe/patch-1
LaTeX snippets
2012-02-19 17:56:14 -08:00
Martin Heuschober
30dea2d3e7 added snippets for preamble
- a theorem snippet
 - tikzpicture
 - index
 - stackrel snippet
 - moved cite-snippet to the references section
 - modified the frac snippet
 - renamed the item -> itemize (because its not much more to type and it's misleading)
2012-02-19 14:17:07 +01:00
Honza Pokorny
705a8f6690 Merge pull request #79 from anthonywilson/rename-snip
Rename snippet.snippets to snippets.snippets
2012-02-18 10:04:46 -08:00
Anthony Wilson
95f9d46f32 Rename snippet.snippets to snippets.snippets 2012-02-18 17:40:20 +08:00
Honza Pokorny
1fabf45ab5 Merge pull request #59 from mikesmullin/master
snippets for ruby chef
2012-02-13 13:59:27 -08:00
Eustáquio Rangel
9c965dc122 Merge pull request #78 from jcsims/better_rspec_it_blocks
Added pending it rspec snippet
2012-02-13 12:56:48 -08:00
Chris Sims
da34d17d90 Added pending it snippet 2012-02-13 15:29:27 -05:00
Honza Pokorny
16a355debf Merge pull request #77 from Stubbs/master
Tidied up phpdoc annotations for classes & removed extra docblock comment from doc_h
2012-02-09 10:28:11 -08:00
Stuart Grimshaw
4e850eee05 Tidied up phpdoc annotations for classes & removed extra docblock
comment from doc_h
2012-02-09 15:58:46 +00:00
Honza Pokorny
97dd2011e1 Merge pull request #76 from soplakanets/master
sh.snippets
2012-02-08 06:39:10 -08:00
Serhiy Oplakanets
950d3f3401 Add 'sdir' snippet. Useful for sourcing configs, etc. 2012-02-08 16:23:49 +02:00
Serhiy Oplakanets
1fa2a713e1 Make shebang more portable. 2012-02-08 11:25:09 +02:00
Honza Pokorny
7c83a046b7 Merge pull request #75 from soplakanets/master
erlang.snippets: Add 'todo' and some common used EDoc snippets
2012-02-06 05:59:42 -08:00
Serhiy Oplakanets
94971afaf3 Remove trailing newlines. 2012-02-06 15:45:23 +02:00
Serhiy Oplakanets
a241be10cc Add 'todo' and some useful EDoc snippets. 2012-02-06 15:36:44 +02:00
Honza Pokorny
8a3c78decc Merge pull request #74 from alderz/master
Lua support added
2012-02-04 08:57:06 -08:00
Ángel Alonso
905ef7bab6 Improved lua snippets 2012-02-04 15:38:01 +01:00
Ángel Alonso
521352e644 Added lua snippets 2012-02-04 15:33:54 +01:00
Honza Pokorny
a6234b9124 Merge pull request #73 from dlo/patch-1
Add missing arguments for auto, float, int, ip, nullbool, posint, posssmallint, and smallint
2012-02-04 04:17:24 -08: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
Honza Pokorny
5eed06fe0e Merge pull request #71 from thisgeek/master
Remove needless semicolon from Javascript for-loops
2012-01-30 07:43:36 -08:00
Christopher Joslyn
73377e6742 Remove needless semicolon separator from the end of for loops. 2012-01-30 10:20:46 -05:00
Honza Pokorny
1ad1e67be1 Merge pull request #70 from erikw/master
Current time snippet
2012-01-26 07:15:59 -08:00
Erik Westrup
e4d16b74b1 Snippet for the current time, like the date-snippet. 2012-01-26 16:05:38 +01:00
Honza Pokorny
90d83388ab Merge pull request #69 from troydm/master
java property snippet
2012-01-24 16:13:42 -08: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
Honza Pokorny
ba9a4f0034 Merge pull request #66 from ilkerde/master
Default snippets for C#, a language for Mono and Unity lovers ;-)
2012-01-09 17:27:45 -08:00
Ilker Cetinkaya
a8cbad90ca Added default cs snippets (ECMA C#). 2012-01-09 22:08:17 +01:00
Honza Pokorny
e981832476 Merge pull request #65 from hzx/master
add dart language snippets, tornado html snippets
2012-01-03 04:59:49 -08:00
Dmitry Dementev
14f2c3dac8 add htmltornado (tornadoweb.org) snippets 2012-01-03 00:06:32 +04:00
Dmitry Dementev
26477c46f5 add me to authors 2012-01-02 23:35:44 +04:00
Dmitry Dementev
67c619ee61 add dart language snippet 2012-01-02 23:18:24 +04:00
Honza Pokorny
df863d15fd Merge pull request #64 from erikw/master
Java and C++ snippets
2012-01-01 09:00:47 -08: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