<div dir="ltr">I tried using eric&#39;s template function, but it&#39;s need use mouse select which template use.<br>I want some function like textmate automatic code snippet.<br>such as type:<br>sbu&lt;Tab&gt;<br>will auto generate follow code<br>
#!/usr/bin/env python<br># -*- coding: utf-8 -*-<br><br>for&lt;Tab&gt;<br>will generate sth. like:<br>for {X} in {Y}:<br>&nbsp;&nbsp;&nbsp; {Z}<br>and press &lt;Tab&gt; 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&#39;m the one, powered by nEO
</div>