Does anybody knows how to use xcode3 userscripts in xcode4 ?

There was this great script which allowed you to select a variable and automatically generate property/synthetise/dealloc code :

http://cocoawithlove.com/2008/12/instance-variable-to-synthesized.html

Do you have any idea how to do this in xcode4 ?

Thanks, Vincent

link|improve this question

61% accept rate
feedback

2 Answers

It's gone as far as I can see. We'll probably have to use an external script system that takes text from the clipboard, processes it and then puts it back.

link|improve this answer
That's what i thought, do you have some clue about how to write that external script system : what tool could do that, some tutorial maybe ? Thanks for your answer – vdaubry Mar 13 '11 at 7:47
feedback
up vote 0 down vote accepted

I finally found a way to do that with Xcode4 :

https://github.com/CraigWilliams/property_synthesize_dealloc

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.