Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Edit the Scripts menu scripts with one click' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Edit the Scripts menu scripts with one click
Authored by: DougAdams on Jan 05, '05 10:39:50AM
This feature has been available as long as the Scripts Menu has been around, I believe. You may also notice that some apps with Script menus also have the same feature, notably Tex-Edit Plus. Other apps with Script menus offer an "Open Script Folder" option in the menu, which, agreed, is not as swift as the Option-click feature.

iTunes lacks an "Open Scripts Folder" menu option. Here's a script that you can place compiled in your iTunes Scripts folder (home/Library/iTunes/Scripts) that will open the iTunes Scripts folder in the Finder:
tell application "Finder"
	open folder (((path to "dlib" from user domain) as string) & "iTunes:Scripts") as alias
	activate
end tell


[ Reply to This | # ]
Edit the Scripts menu scripts with one click
Authored by: Tom Robinson on Jan 05, '05 01:17:19PM

Other notable apps are those from Bare Bones: BBEdit, Mailsmith, and TextWrangler.



[ Reply to This | # ]