Ryan Pineo
e5f3d6bdf5
Change java set/get snippets to use mixedCase.
...
The java setter and getter snippets were incorrectly formatting the
set/get name as all lowercase. It should be mixed case, as per java's
coding standard.
A new function was made (mixedCase) to handle that.
2014-03-28 15:32:39 -04:00
Ryan Pineo
ad8883ddca
Fix java setter method param case, remove return.
...
The paramater was keeping the case of the setter name. It should
have been lowercased. The other uses of the paramter were already
lowercased correctly.
There should also not be a return statement in a void method.
2014-03-28 12:11:46 -04:00
Ryan Pineo
1d41c715e2
Allow java else/elif to be expanded mid line.
2014-03-26 15:39:47 -04:00
Eustáquio Rangel
3254ebfb44
Merge pull request #320 from wongyouth/add_rails_methods
...
Add rails callback methods
2014-03-25 09:42:47 -03:00
Honza Pokorny
773c4573fa
Merge pull request #325 from jdnavarro/master
...
Add `OPTIONS_HADDOCK` snippet
2014-03-24 07:27:13 -03:00
Ryan Wang
fc65844236
use m as prefix and fix conflicts with other snippets
2014-03-24 17:51:34 +08:00
Danny Navarro
88cd206a19
Add OPTIONS_HADDOCK
snippet
2014-03-24 09:46:51 +01:00
Honza Pokorny
4f4ad36efe
Merge pull request #324 from tUrG0n/patch-2
...
Added Jade Angular Snippets
2014-03-24 01:51:12 -03:00
Piotr Yordanov
1ffdf752b6
Added Jade templates
2014-03-24 03:29:41 +00:00
Honza Pokorny
3ebeb6b724
Merge pull request #323 from gfixler/master
...
Fix spelling throughout UltiSnips/python.snippets
2014-03-23 03:21:39 -03:00
gfixler
16630a5c8e
Fix spelling throughout UltiSnips/python.snippets
2014-03-22 22:33:17 -07:00
Holger Rapp
4b31551246
Merge pull request #322 from RyanPineo/master
...
Python: Add Google style docstring support.
2014-03-22 20:39:44 +01:00
Ryan Pineo
391d4fea47
Add python google style docstrings.
2014-03-22 15:03:16 -04:00
Holger Rapp
e868e17fd8
Merge pull request #321 from adoboPullRequests/master
...
PHP, Ultisnips: Fix getter and setter snippets that contained an invalid reference.
2014-03-19 19:00:47 +01:00
Jorge López Pérez
db3b240783
Fix PHP getter and setter UltiSnips snippet
...
Was broken due to complex regular expressions applied to $1,
which made UltiSnips to complain about not knowing it.
Simplified the snippet using the already working getter and setter snippets.
2014-03-19 14:43:08 +01:00
Ryan Wang
dfc456ea49
respect the convention
2014-03-15 00:32:23 +08:00
Ryan Wang
7924eee16b
change abbreviation to c for controller
2014-03-14 23:00:50 +08:00
Ryan Wang
9371c648e1
add rails callbak methods
2014-03-12 13:35:17 +08:00
Ryan Wang
b2a91d1ea3
add options_for_select
...
add method `options_for_select` from Rails.
2014-03-12 13:04:54 +08:00
Holger Rapp
8c1fadfe94
fixed a syntax error in vim.snippets.
2014-03-05 08:52:50 +01:00
Holger Rapp
929aceebb7
Adjusted priority again.
2014-03-05 06:44:16 +01:00
Sebastian Röder
215c5674fb
Add back closing curly braces for puppet type snippets
...
This braces got lost when #70 was merged
2014-03-04 18:27:38 +01:00
Holger Rapp
b327c8a8b7
Remove credit line as requested.
2014-03-04 17:47:04 +01:00
Holger Rapp
39fe0b562b
Adjusted priority.
2014-03-04 17:46:35 +01:00
Holger Rapp
85801cadcc
Merge pull request #317 from Carif/master
...
HTML form : change get to post, remove accept-charset
2014-03-04 17:37:31 +01:00
Florent Lévigne
a93d2e8d5a
remove accept-charset attribute from form
2014-03-04 15:10:32 +01:00
Florent Lévigne
2d63c6a6b0
change default method to post
2014-03-04 15:08:47 +01:00
Honza Pokorny
9b0e054ec2
Merge pull request #316 from honza/readme-fix
...
Remove remaining of old block of code in README
2014-03-04 05:00:19 -04:00
Iuri Fernandes
f723f0d7af
Remove remaining of old block of code in README
2014-03-04 09:37:15 +01:00
Marc Weber
d5ae1f721a
changes for README from SirVers 32650 (last commit of last PR)
2014-03-04 09:26:10 +01:00
Marc Weber
26ff066e73
dropping AUTHORS file
...
reasons:
* maintaining it adds overhead
* git tracks ownership of changes
This is also what SirVer included in his pull request
2014-03-04 09:18:50 +01:00
Holger Rapp
59dcc2b72d
Brings current UltiSnips snippets into the repository.
2014-03-04 09:17:27 +01:00
Honza Pokorny
3f7061a0ce
Merge pull request #305 from tUrG0n/master
...
Big Enhancements for Coffeescript. Fixed Bugs with js
2014-03-03 05:38:13 -04:00
Honza Pokorny
c0222514e5
Merge pull request #314 from Carif/perso
...
remove border attribute for table tag
2014-02-28 11:33:49 -04:00
Florent Lévigne
68cb7d8da2
remove border attribute for table tag
2014-02-28 15:03:44 +01:00
Iuri Fernandes
de1545867e
Merge pull request #312 from majjoha/master
...
Fix stupid typo.
2014-02-26 17:22:19 +01:00
majjoha
190b3d47d3
Fix stupid typo.
2014-02-26 16:41:19 +01:00
Honza Pokorny
6890f2df8b
Merge pull request #310 from majjoha/master
...
Add define snippet with no block.
2014-02-21 05:32:03 -04:00
majjoha
66545e110d
Add define snippet with no block.
2014-02-21 07:02:23 +01:00
Holger Rapp
736cdf013d
Merge pull request #309 from Reen/master
...
UltiSnips/tex: Remove space at end of \section
2014-02-17 12:00:14 +01:00
René
5063a02b50
Remove space at end of \section
2014-02-17 10:37:44 +01:00
Iuri Fernandes
a7b61098cc
Merge pull request #308 from robertomiranda/patch-1
...
Add before_action snippet (Rails)
2014-02-17 09:12:47 +01:00
Roberto Miranda
c7d3ce085c
Add before_action snippet
2014-02-16 21:54:19 -05:00
Marc Weber
9cf136348b
typo, turn names into links
2014-02-07 12:59:20 +01:00
Marc Weber
ad40a2e1c8
reference pull request because the work has been done
2014-02-06 18:29:28 +01:00
Marc Weber
65e0266c43
fixes #307
2014-02-06 18:24:54 +01:00
Honza Pokorny
c90e10ebcd
Merge pull request #306 from strider/master
...
Applied puppet style guide
2014-01-07 10:45:19 -08:00
Gaël Chamoulaud
7c3dc8a874
Applied puppet style guide
2014-01-07 17:21:54 +01:00
tUrG0n
9bee48748c
Added jsonp and jsons to coffee.snippet
2014-01-05 11:45:24 +02:00
tUrG0n
bd04745699
Moved all javascritp into a javascript. Otherwise, snipmate simply doesnt read them
2014-01-05 11:42:30 +02:00