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
_______________________________________________
Eric mailing list
[email protected]
http://www.riverbankcomputing.com/mailman/listinfo/eric