Holger Rapp
24025a78a7
Jinja2 snippets by Georgi Valkov
2011-08-02 11:09:03 +02:00
Holger Rapp
795d38ba0e
Removed some random spaces from python snippets, added self if a function is indended
2011-08-02 11:02:05 +02:00
Holger Rapp
b5ed08343f
Split tex snippets into math and other because some filetypes only use math mode (i.e. rst)
2011-08-02 11:01:19 +02:00
Georgi Valkov
9a44d6dfda
pyunit testcase snippet
2011-08-02 01:42:05 +03:00
Georgi Valkov
c188127073
Add 'special' method snippets
...
numeric -> methods for emulating a numeric type
repr -> methods implementing string representation
cmp -> methods implementing rich comparison
desc -> methods implementing descriptors
attr -> methods for customizing attribute access
context -> context manager methods
contain -> methods for emulating a container type
2011-08-02 01:41:26 +03:00
Georgi Valkov
aa3bce2a43
Add 'class with slots' snippet
2011-08-02 01:41:08 +03:00
Georgi Valkov
57b1273475
Refactoring common class/def snippet code
...
* Common snippet code was broken down into separate functions.
* Simplified logic flow at certain points (at the expense of more
function calls).
* Int instead of string comparison when choosing a docstring style.
* Do not up-call object.__init__(self).
* Add newline between parent constructor calls and auto-arg list.
2011-08-02 01:39:23 +03:00
Georgi Valkov
e82133bdce
A fairly comprehensive Jinja2 snippets collection
2011-08-02 01:26:51 +03:00
Holger Rapp
6c855d1280
Removed some non ascii chars from tex descriptions
2011-07-27 14:10:27 +02:00
Holger Rapp
ecd2671541
Corrected usage of anonymous snippets
2011-07-27 12:29:55 +02:00
Holger Rapp
f29c3ac63a
Added two more tests I wrote while searching a bug that wasn't even there
2011-07-27 12:29:42 +02:00
Holger Rapp
0711c6b75a
Only expand r on word boundaried, not also in words
2011-07-27 12:29:12 +02:00
Holger Rapp
6975711477
Added a small hint to the Documentation how to use Anonymous snippets for fun and profit
2011-07-26 16:21:57 +02:00
Holger Rapp
72ed530746
Anonymous triggers with empty trigger string where not expanded after whitespaces.
2011-07-26 16:21:39 +02:00
Holger Rapp
b774ce8f11
Merged my new parser implementation that can handle irregular cases and is generally more flexible.
2011-07-24 19:32:48 +02:00
Holger Rapp
f7c12f9d55
Fixed all remaining TODOs
2011-07-24 19:16:49 +02:00
Holger Rapp
7f12de5cd9
More cleanup
2011-07-24 18:46:35 +02:00
Holger Rapp
9608346e77
TextObjects now accept a single token as initializer
2011-07-24 18:29:31 +02:00
Holger Rapp
ad0059bc2d
Some refactoring
2011-07-24 17:30:29 +02:00
Holger Rapp
ac619f0bd2
All tests pass again. Only beautifying still to do
2011-07-24 17:01:03 +02:00
Holger Rapp
c5245ae69a
Implemted ShellCode again
2011-07-24 13:19:11 +02:00
Holger Rapp
6c1a82c04d
Implemented Transformation parsing
2011-07-24 13:10:57 +02:00
Holger Rapp
ef10362469
Fixed escaped chars handling
2011-07-24 11:42:29 +02:00
Holger Rapp
b91e97fa5d
Homing in on a design
2011-07-24 09:31:25 +02:00
Holger Rapp
4307612aa8
New stateful parser. Still flawed design and not flexible enough, but a beginning
2011-07-23 23:40:01 +02:00
Holger Rapp
6257b2bb6b
Updated ChangeLog. Tagged 1.4
2011-07-17 13:10:57 +02:00
Holger Rapp
3508ee2e51
Fixed some test cases that got wrong because of the new sorting of the snippet list
2011-07-17 13:10:36 +02:00
Holger Rapp
1cbd26de76
Added php snippets
2011-07-17 12:37:49 +02:00
Holger Rapp
2ac5fd419b
New conversion script for snipmate snippet files. Work by Phillip Berndt, only whitespace corrections by me
2011-07-17 12:17:23 +02:00
Holger Rapp
b46461bc07
Sort snippets alphabetically before showing them in the list. Patch by Allait
2011-07-17 12:09:29 +02:00
Phillip Berndt
8276ec9b94
Use argparse in the snipmate conversion script, renamed that script to convert_snipmate_snippets, removed the snipmate compatibility code from UltiSnips.vim and placed it into it's own file, fixed a bug where the user's value of g:snips_author was overwritten
2011-07-14 12:24:14 +02:00
Phillip Berndt
d08b58cf39
Some of snipmates snippets also require one to have g:snips_author defined
2011-07-13 14:23:21 +02:00
Phillip Berndt
281781fcee
Added snipmate's Filename() helper to UltiSnips.vim
2011-07-13 14:19:17 +02:00
Phillip Berndt
2060e06e7c
Added a script for automated snipmate → UltiSnips snippet conversion
2011-07-13 14:07:44 +02:00
Holger Rapp
07b3c797c6
Some ammendements to html.snippets by Jan Mollowitz
2011-07-05 09:54:21 +02:00
Holger Rapp
dce54d04ac
Django html snippets by Jan Mollowitz
2011-07-04 11:28:22 +02:00
Holger Rapp
a9735229a6
Minor documentation patch by Shlomi Fish
2011-06-28 22:50:47 +02:00
Holger Rapp
83de7a3e66
Fixed the problem that you could not switch windows/tabs while inside a snippet
2011-06-28 22:48:05 +02:00
Holger Rapp
402df7605c
Fixed a bug which compared a vim.eval to an integer instead of a string. Patch by Sung Pae
2011-06-28 22:24:54 +02:00
Holger Rapp
c6af0d0c72
Regression fix for listing snippets by Charles Gunawan
2011-06-28 22:22:41 +02:00
Holger Rapp
cc68d27d93
Added real name of allait
2011-05-11 09:12:56 +02:00
Holger Rapp
70b7affe45
Merged Ryan and allaits fixes for various bugs
2011-05-09 07:58:33 +02:00
rygwdn@gmail.com
4e145d7f79
Added tests and a fix for bug #774923 .
2011-05-02 16:20:36 -03:00
rygwdn@gmail.com
cd375f976c
Added fix for bug #774917 .
2011-05-02 14:56:27 -03:00
rygwdn@gmail.com
e566419c91
added tests for Bug #774917
2011-05-02 14:36:00 -03:00
rygwdn@gmail.com
5d208cb7be
return snippets in original order
2011-05-02 14:28:10 -03:00
rygwdn@gmail.com
a2ee197c1f
added proper quoting taken from rope-omni plugin
2011-05-02 14:27:41 -03:00
rygwdn@gmail.com
5facee70f8
applied patch from allait. fixes bug #774911 .
...
only overwrites snippets with the same trigger when overwrite_previous is set.
2011-05-02 13:33:50 -03:00
Holger Rapp
9e712a9a39
Removed UltiSnipsReset. It is no longer needed
2011-04-28 08:27:09 +02:00
Holger Rapp
8c249b79c8
Merged ryans implementation of automatic reloading of changed snippet files. Replaced crc32 through hashlib.sha1 because it is always available since python 2.5, more reliable and has the same runtime up to an order of magnitude
2011-04-28 08:23:01 +02:00