feature(ace) 1.1.3

This commit is contained in:
coderaiser 2014-03-12 09:16:06 -04:00
parent cf4b3c3e37
commit eada8693cf
229 changed files with 110049 additions and 35797 deletions

View file

@ -10,8 +10,8 @@ snippet from\n\
# Module Docstring\n\
snippet docs\n\
'''\n\
File: ${1:`Filename('$1.py', 'foo.py')`}\n\
Author: ${2:`g:snips_author`}\n\
File: ${1:FILENAME:file_name}\n\
Author: ${2:author}\n\
Description: ${3}\n\
'''\n\
snippet wh\n\
@ -132,7 +132,7 @@ snippet \"\n\
\"\"\"\n\
# test function/method\n\
snippet test\n\
def test_${1:description}(${2:`indent('.') ? 'self' : ''`}):\n\
def test_${1:description}(${2:self}):\n\
${3:# TODO: write code...}\n\
# test case\n\
snippet testcase\n\