[wingide-users] How to make a macro?
Wingware Support
support at wingware.com
Tue Sep 26 12:57:12 MDT 2006
On Tue, 26 Sep 2006, Dick Moores wrote:
> 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.
Sorry, it's not something that is supported in Wing IDE Personal.
Wing IDE Professional can do it, though -- see the Templating
tool.
Stephan Deibel
--
Wingware
Wing IDE for Python
Advancing Software Development
www.wingware.com
More information about the wingide-users
mailing list