<div dir="ltr">I tried using eric's template function, but it's need use mouse select which template use.<br>I want some function like textmate automatic code snippet.<br>such as type:<br>sbu<Tab><br>will auto generate follow code<br>
#!/usr/bin/env python<br># -*- coding: utf-8 -*-<br><br>for<Tab><br>will generate sth. like:<br>for {X} in {Y}:<br> {Z}<br>and press <Tab> will fast goto X, Y, Z<br><br>using eric template we need move finger to mouse and select which template we want then click.<br>
if use keyword snippets, will be very fast and without breaking the keyboard input.<br><br><br>--<br clear="all">I'm the one, powered by nEO
</div>