I use XCode for one year, and I made a user script in Python. This script gets the all document, gets the cursor position thanks to %%%{PBXSelectionStart}%%%, does some very useful stuff, and replaces all the current document, without moving the cursor.
It works fine.
But I upgraded to XCode 4 and it's seems that the user scripts are not supported! How can I continue to use my script ?
(I try with automator but I can't use the %%%{PBXSelectionStart}%%% variable for the cursor position and I must select all the document in XCode...)
Thanks in advance!
See https://devforums.apple.com/message/380673#380673 for an answer.