[wingide-users] How to make a macro?
Dick Moores
rdmoores at gmail.com
Tue Sep 26 12:19:40 MDT 2006
I've been unable to find how to do this in the manual. Searching on
"macro" in the PDF manual for Wing IDE Personal, I get several hits,
but nothing basic, such as how to record a macro.
So for me to get the idea, please tell me how to make a macro that would enter
===========================
import decimal
def d(x):
return decimal.Decimal(str(x))
decimal.getcontext().prec = 100
============================
in a Python script.
Thanks,
Dick Moores
More information about the wingide-users
mailing list