Re: Script Editor Text Prefs Lost After System Upgrade
Re: Script Editor Text Prefs Lost After System Upgrade
- Subject: Re: Script Editor Text Prefs Lost After System Upgrade
- From: Iurista GmbH <email@hidden>
- Date: Thu, 15 Dec 2011 16:35:30 +0100
This happens with my Snow Leopard very frequent, in fact so often that I saved the two plist files "com.apple.applescript.plist" and "com.apple.ScriptEditor2.plist" elsewhere in a folder and have written a small script to reinstall them quickly.
Here's the script (change the path of your backup folder)
tell application "AppleScript Editor"
try
quit
end try
end tell
set PrefFolder to path to "pref" from user domain without folder creation
tell application "Finder"
duplicate file "YOUR PATH HERE:com.apple.applescript.plist" to PrefFolder replacing yes
duplicate file "YOUR PATH HERE:com.apple.ScriptEditor2.plist" to PrefFolder replacing yes
end tell
tell application "AppleScript Editor"
activate
close every window
end tell
Am 15.12.2011 um 06.14 schrieb Rick Gordon:
> My Script Editor text formatting preferences have gone back to defaults after a 10.5.8-to-10.6.8 upgrade.
>
> What file do I need to retrieve to reinstate my choices?
>
> I'm not seeing font info either in com.apple.ScriptEditor2.plist or in com.apple.applescript.plist
--
The price of freedom is eternal vigilance (Thomas Jefferson, US President)
This mail is from:
Rudolf O. Durrer
IURISTA CONSULT GmbH
Legal Counselors
Switzerland
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden