Joe Lencioni
bf0965fb6e
Add missing console API methods to JS snippets
...
This commit adds snippets for the following console API methods that
were missing:
- console.clear
- console.dir
- console.dirxml
- console.groupCollapsed
- console.info
- console.profile
- console.table
I left out console.debug and console.exception since they are simply
aliases for console.log and console.error.
Information about the console API can be found at:
https://developers.google.com/chrome-developer-tools/docs/console-api
https://developer.mozilla.org/en-US/docs/Web/API/console
2014-01-05 08:03:49 -08:00
Joe Lencioni
b9cdc97ef9
Alphabetize JavaScript console snippets
...
Ordering these snippets alphabetically based on their descriptions makes
it easier to find what you are looking for and to notice any snippets
that may be missing from the list.
2014-01-05 08:03:49 -08:00
Holger Rapp
1d903b2001
Small bug fix to search path order patch.
2014-01-05 08:03:46 +01:00
Holger Rapp
728cec37d1
Merge branch 'bug_1179630/autodetect_path_search_order' of git://github.com/saikobee/ultisnips into saikobee-bug_1179630/autodetect_path_search_order
2014-01-05 08:02:42 +01:00
Holger Rapp
fc5d2e61dd
Small refactoring.
2014-01-05 08:01:42 +01:00
Brian Mock
ccbefbc209
Fixed search order detection for symlinked vim dir
2014-01-03 23:08:29 -08:00
Holger Rapp
f596d98065
Pulled from master.
2014-01-04 07:42:15 +01:00
Holger Rapp
acc6146f56
Automatic detection of search path order. Patch by saikobee.
2014-01-04 07:32:18 +01:00
Holger Rapp
8622753d3b
Pulled from saikobee's branch.
2014-01-04 07:30:01 +01:00
rudfol
bc5e3bdb45
Added if snippets following general snippet style and triggers
2013-12-31 18:28:07 +00:00
Holger Rapp
d11752468d
Merged bug fix for bug 1251994.
2013-12-30 22:37:25 +01:00
Holger Rapp
203d39bc88
Added taketwo to the list of contributors.
2013-12-30 22:37:17 +01:00
rudfol
20c12eda3a
Added if snippets and update of coding style to most common
2013-12-29 22:03:34 +00:00
Sergey Alexandrov
f7c83ebbdb
Add a test case for bug 1251994
2013-12-29 01:56:32 +04:00
Sergey Alexandrov
dc313f8c7b
Fix for bug 1251994
...
See: https://bugs.launchpad.net/ultisnips/+bug/1251994
2013-12-29 01:56:09 +04:00
Brian Mock
bc391a330d
Fixed contributors list; saner plugin dir checking.
2013-12-27 10:21:51 -08:00
Brian Mock
e9c00a746b
More style cleanup; added docstrings
2013-12-25 10:47:48 -08:00
Brian Mock
9695633b21
Cleaned up code; updated docs.
2013-12-24 11:34:06 -08:00
Holger Rapp
d7a4f82bc1
Merge branch 'guns-vim-word-boundaries'
2013-12-24 11:31:48 +01:00
guns
7cd4434a99
Evaluate word boundaries with Vim, not r'\b'
...
Certain non ALGOL-derived languages (notably LISP derivatives) do not
share the alphanumeric + underscore definition of a word character.
Fortunately, each language FileType has its own definition of a word
character, which Vim's regex engine uses when matching against the
boundary classes \< and \>.
We change the word matching routine of 'w' snippets to use Vim's regex
engine instead of a static pattern.
2013-12-23 16:34:45 -06:00
Holger Rapp
44fd0c704a
Do not use has_key in snippets, as this is no longer available in python3.
2013-12-15 12:32:04 +01:00
Holger Rapp
cb15778473
html: added w in useful places. Patch by Julian Martin Grinblat.
2013-12-14 14:48:52 +01:00
Brian Mock
0d17585bf8
Launchpad bug-1179630 Autodetect path search order
2013-12-12 23:55:28 -08:00
Holger Rapp
179af2f970
Merge pull request #115 from heytrav/master
...
perl: use parent in place of base and uncuddle "else" as suggested by the Perl Best Practices book.
2013-12-02 22:32:31 -08:00
Holger Rapp
9588754e73
Merge pull request #117 from mygoare/patch-2
...
ruby: fix `each_slice` can't trigger
2013-12-02 22:30:18 -08:00
Holger Rapp
f292def2ed
Merge pull request #116 from mygoare/patch-1
...
ruby: make each_with_index snippet consistent with the rest of the file.
2013-12-02 22:29:54 -08:00
Goare Mao
c07996bd22
fix each_slice
can't trigger
2013-12-03 11:18:21 +08:00
Goare Mao
e45c9a8041
fix a little problem
2013-12-02 19:23:05 +08:00
Travis Holton
7265bcb5c1
use parent in place of "base"
2013-12-02 20:27:54 +13:00
Travis Holton
af9f42c539
General Perl Best Practice stuff: uncuddle "else", localise $@
...
use $exception in place of $e
2013-12-02 20:27:39 +13:00
Holger Rapp
cca1deb78c
Merge pull request #114 from nanyaks/master
...
php: Added ${2: `!v g:snips_author`} to php 'class' snippet
2013-11-28 08:10:59 -08:00
Loknan Nanyak
6012a2d914
Added ${2: !v g:snips_author
} to snippet 'class'
...
The php.snippet was changed on line 219 to:
"@author ${2:`!v g:snips_author`}", to insert author name for php classes.
2013-11-27 15:26:10 +01:00
Holger Rapp
4b91492280
Merge pull request #113 from AntoineD/dev
...
Python: for loop.
2013-11-20 07:09:34 -08:00
Antoine Dechaume
9ebe2b6886
update after SirVer review
2013-11-19 21:59:12 +01:00
Antoine Dechaume
4f6bcae1f9
Revert "python: add TODO snippet"
...
This reverts commit 2675e55dc1
.
2013-11-19 21:56:41 +01:00
Holger Rapp
ac45d98767
Merge pull request #112 from dsimmons/enhancement/go-snippets
...
go: added struct, json and interface snippets.
2013-11-19 07:00:14 -08:00
Antoine Dechaume
2675e55dc1
python: add TODO snippet
2013-11-18 21:48:39 +01:00
Antoine Dechaume
0e6529fbb0
python: add for loop snipet
2013-11-18 21:48:20 +01:00
Dan Simmons
8006112de9
Added a few useful Go snippets that I've been using locally.
2013-11-18 10:52:02 -05:00
Holger Rapp
1d18c1ce10
Merge pull request #111 from athom/patch-2
...
go: Added select snippet.
2013-11-18 06:22:33 -08:00
yeer
c2f96bd7c1
Update go.snippets
...
add select statement
2013-11-16 10:49:56 +08:00
mMontu
ecb7dfdf64
Change default value/check, fix for nested snippets
2013-11-10 21:15:24 -02:00
Holger Rapp
1600f5bbea
php: Bug fixes for php by Ye Yen.
2013-11-09 17:07:08 +01:00
Holger Rapp
6ad9a396dd
Merge pull request #108 from memand/master
...
html, django: img snippet and small fixes.
2013-10-30 23:03:22 -07:00
Noa Johan Thorstensson
12c807607a
Removed mistake
2013-10-30 16:47:10 +01:00
Holger Rapp
fe0787be47
Merge pull request #109 from marshall-lee/master
...
fixed KeyboardInterrupt bug when listing snippets (bug 1245168).
2013-10-29 22:21:06 -07:00
marshall-lee
cf51610c3a
fixed KeyboardInterrupt bug when listing snippets
2013-10-30 03:50:30 +03:00
Noa Johan Thorstensson
d61df48add
Added img snip
2013-10-29 07:44:57 +01:00
Noa Johan Thorstensson
038cfdbd8f
Added img snip and improved block snip
2013-10-29 07:43:44 +01:00
Holger Rapp
1cfee85b4c
Added a license file.
2013-10-29 07:22:06 +01:00