Author: Ram Rachum

Description: Write my_class_name = MyClassName.

This is used to quickly instantiate a class. Write your class name, like CatNip. It will usually be autocompleted. Then execute this script, and you'll have cat_nip = CatNip, with the cursor positioned at the end. Then just press (, type in the arguments, and you're set.

This saves a lot of typing, because normally you don't have autocompletion for the new instance name cat_nip because it doesn't exist yet.

Suggested key combination: Alt-Insert I.

URL: https://github.com/cool-RR/cute-wing-stuff

Instantiate (last edited 2012-01-29 21:23:10 by RamRachum)

Disclaimer: This wiki is maintained by a community of volunteers. Wingware makes no warranty for the accuracy, fitness for a purpose, or safety of any code or information provided on this site. Please report abuse to support at wingware dot com.