Page 1 of 1

How do I find a script within a stack

Posted: Mon Feb 06, 2012 10:42 pm
by jalz
Hi Guys,

Ive been disecting one of the examples, and learning how theyve put together an app. One of the scripts Im looking at seems to be calling another command/script within the system. However I cant seem to locate the script it is calling. Is there an easyway I can open up the application and search for a particular script through a stack or cards.

Ive tried the application browser, and gone trough cards that belong to the stack but cant find that script for love nor money - any advice would be much appreciated.

Re: How do I find a script within a stack

Posted: Mon Feb 06, 2012 11:19 pm
by mwieder
In the script editor type command-F to bring up the search feature.
Now click the "More..." button that appears near the bottom of the code window.
Change the "Look in:" option to search in the Stack or the Stack File.
Type something you're looking for into the "Find what" field and click the Find all button.

Re: How do I find a script within a stack

Posted: Tue Feb 07, 2012 12:48 am
by dunbarx
What mark said. Note that you can also do this in the stack itself. Under the "edit" menu, see "find and replace"

Similar, but a nicer interface.

Craig Newman

Re: How do I find a script within a stack

Posted: Tue Feb 07, 2012 10:41 am
by jalz
Thanks very much for the prompt response guys :)