Commit Graph

28 Commits

Author SHA1 Message Date
6f29328432
Add java snippets 2016-10-01 15:49:28 -04:00
Ciro Santilli 六四事件 法轮功
ba7ab97da5 java: prinlna to print array 2015-04-13 23:56:04 +02:00
Aydar Khabibullin
6a91a09d5d Add public class snippet 2014-08-04 13:03:07 +06:00
Ole Hansen
0513b65541 Added JUnit asserts and fail snippets 2014-06-22 16:49:15 +02:00
Ole Hansen
a84f6f3819 Fixed singleton getInstance 2014-06-22 16:29:23 +02:00
Ole Hansen
ad254f84b3 Added singleton pattern 2014-06-11 15:31:01 +02:00
Ole Hansen
c24c99cc65 Corrected constructor call 2014-06-11 11:48:15 +02:00
Ole Hansen
64a4d3c922 Added declarations for common collections: d.al = declare array list; d.hm = declare hash map; d.hs = declare hash set; d.st = declare stack 2014-06-09 19:10:56 +02:00
Ole Hansen
e5293e3769 Added a trailing space to java snippets that will be followed by
a space.
2014-06-09 17:34:32 +02:00
Ole Hansen
0ec9a04f56 Inserting filenames was not working for java snippets. Fixed by
supplying the "$1" argument instead of an empty String.
2014-06-09 17:29:58 +02:00
Adnan Zafar
7f9c4f5807 Modify snippets to support zero tabstop 2013-09-05 14:53:52 -04:00
Marc Weber
80697bea6f replace Filename by vim_snippets#Filename and document it
It doesn't make sense that all snippet engines have to
keep this function somewhere
2013-07-08 23:47:14 +02:00
Marc Weber
344ac6ea2c new policies for if, eif, el
What about wh(ile)?
drop some placeholder comments which don't add (enough) value to keep
for patterns used very often.
2013-06-23 02:30:26 +02:00
Michael Thessel
5da33b7a01 Removed unnecessary whitespace from the end of the line 2013-06-20 23:57:07 +02:00
Michael Thessel
4eb88d7993 Removed comment blocks from placeholders 2013-06-20 23:57:07 +02:00
jonasac
1c0e3ee7da Fix some typos in java print snippets 2012-10-01 00:04:56 +02:00
Erik Westrup
efeda76620 Did not consider Gecos field last time. 2012-09-07 18:52:33 -07:00
troydm
8dd16c1caa java set snippet fixed 2012-07-20 15:15:09 +04:00
Brandon Dulaney
0bfbc3a50a Whitespace Fixes
I didn't realize this, but snipmate takes into account any and all
whitespaces in the snippets. I fixed these by inserting ## in order to
keep it straight and clean. Also did some minor bug fixes.
2012-07-02 16:23:32 -05:00
Brandon Dulaney
9982aab77d First Commit
Alphabetized and organized snippets. Made Print and Error methods more
user friendly. Added some more Javadocs snippets.
2012-06-24 14:41:08 -05:00
Leandro Moreira
5d11f493b7 little refactoring over the test for junit4 and previous version 2012-05-21 23:17:30 -03:00
Leandro Moreira
4123ca9360 add one more snippet for junit 4 with @Test support. 2012-05-21 02:50:00 -03:00
troydm
bb78b2ffb3 java property snippet added 2012-01-25 01:52:38 +04: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
Julien STECHELE
a5a7259e9a snippet main error 2011-11-06 12:46:49 +01:00
Marc Weber
94aebfaadd Move all snippet files into a snippets directory so that you can install it
using VAM. The reason is that snipmate automatically looks for snippets
found in &rtp/snippets
2011-06-21 09:02:13 +02:00