[Eric] Does eric support textmate style code snippets?

nEO (a.k.a. gentoo.cn) gentoo.cn at gmail.com
Fri Jul 25 17:42:17 BST 2008


I tried using eric's template function, but it's need use mouse select which
template use.
I want some function like textmate automatic code snippet.
such as type:
sbu<Tab>
will auto generate follow code
#!/usr/bin/env python
# -*- coding: utf-8 -*-

for<Tab>
will generate sth. like:
for {X} in {Y}:
    {Z}
and press <Tab> will fast goto X, Y, Z

using eric template we need move finger to mouse and select which template
we want then click.
if use keyword snippets, will be very fast and without breaking the keyboard
input.


--
I'm the one, powered by nEO
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/eric/attachments/20080725/cd3a66a8/attachment.html


More information about the Eric mailing list